/* ============================================================
   Single Post — Skin Renew / Figma
   ============================================================ */

   #blog-single-container {
	padding: 0 7%;
}

.blog-single-custom__main ul,
.blog-single-custom__sidebar ul {
	padding-left: 20px;
}

.blog-single-custom__mobile-cats,
.blog-single-custom__carousel-nav {
	display: none;
}

/* --- Hero 1440×358 --- */
.blog-single-custom__hero {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	height: 358px;
	overflow: hidden;
}

.blog-single-custom__hero-img {
	width: 100%;
	height: 358px;
	object-fit: cover;
	display: block;
}

.blog-single-custom__hero-placeholder {
	width: 100%;
	height: 358px;
	background: #e8e8e8;
}

/* --- Layout 2 columnas --- */
.blog-single-custom__layout {
	display: flex;
	gap: 80px;
	align-items: flex-start;
	padding: 55px 0 80px;
	justify-content: space-between;
	max-width: 100%;
	margin: 0 auto;
}

.blog-single-custom__main {
	flex: 1;
	max-width: 100%;
	min-width: 0;
}

.blog-single-custom__sidebar {
	flex-shrink: 0;
	width: 404px;
}

/* --- Lead / intro --- */
.blog-single-custom__lead {
	font-family: "Noto Sans", sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #1D3442;
	margin-bottom: 40px;
}

/* --- Contenido --- */
.blog-single-custom__content {
	font-family: "Noto Sans", sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #1D3442;
}

.blog-single-custom__content p {
	margin-bottom: 1.2em;
	color: #1D3442;
}

.blog-single-custom__content h2,
.blog-single-custom__content h3 {
	font-family: "Gilda Display", serif !important;
	font-size: 48px;
	font-weight: 400;
	line-height: 1.15;
	color: #D7B470 !important;
	margin: 48px 0 24px;
}

.blog-single-custom__content h2:first-child,
.blog-single-custom__content h3:first-child {
	margin-top: 0;
}

.blog-single-custom__content strong,
.blog-single-custom__content b {
	font-weight: 700;
	color: #1D3442;
}

/* --- Sidebar --- */
.blog-single-custom__widget-title {
	font-family: "Gilda Display", serif !important;
	font-size: 25px;
	font-weight: 400;
	color: #D7B470;
	margin: 0 0 16px;
}

.blog-single-custom__divider {
	border: none;
	border-top: 2px solid #D7B470;
	margin: 0 0 24px;
	width: 100%;
}

.blog-single-custom__divider--short {
	width: 208px;
	margin: 8px auto 24px;
}

.blog-single-custom__cat-list {
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
}

.blog-single-custom__cat-list li {
	margin-bottom: 12px;
}

.blog-single-custom__cat-list a {
	font-family: "Noto Sans", sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #D7B470;
	text-decoration: none;
}

.blog-single-custom__cat-list a:hover {
	text-decoration: underline;
}

/* --- Search --- */
.blog-single-custom__search-form {
	display: flex;
	margin-bottom: 48px;
	border: 2px solid #1D3442;
	border-radius: 10px;
	overflow: hidden;
	height: 63px;
}

.blog-single-custom__search-form input[type="search"] {
	flex: 1;
	border: none;
	padding: 0 20px;
	font-family: "Noto Sans", sans-serif;
	font-size: 18px;
	color: #1D3442;
	outline: none;
	background: #fff;
}

.blog-single-custom__search-form input[type="search"]::placeholder {
	color: #1D3442;
	opacity: 0.5;
}

.blog-single-custom__search-form button {
	width: 75px;
	background: #1D3442;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.blog-single-custom__search-icon {
	display: block;
	width: 20px;
	height: 20px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: relative;
}

.blog-single-custom__search-icon::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 2px;
	background: #fff;
	bottom: -2px;
	right: -4px;
	transform: rotate(45deg);
}

/* --- Related --- */
.blog-single-custom__related-posts {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.blog-single-custom__related-posts .salient-blog-custom--grid {
	margin: 0;
}

/* --- Next Post --- */
.blog-single-custom__next {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	background: #2D4452;
	padding: 80px 7%;
	text-align: center;
}

.blog-single-custom__next-link {
	display: block;
	text-decoration: none;
	color: #fff;
	max-width: 610px;
	margin: 0 auto;
}

.blog-single-custom__next-label {
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 16px;
}

.blog-single-custom__next-title {
	font-family: "Gilda Display", serif !important;
	font-size: 48px;
	font-weight: 400;
	line-height: 1.15;
	color: #fff;
	margin: 0 0 24px;
}

.blog-single-custom__next-arrow {
	display: inline-block;
	width: 12px;
	height: 25px;
	border-right: 3px solid #D7B470;
	transform: skewX(-15deg);
}

/* ============================================================
   TABLET
   ============================================================ */
@media (max-width: 1000px) {
	.blog-single-custom__layout {
		flex-direction: column;
		gap: 48px;
		padding: 40px 0 60px;
	}

	.blog-single-custom__main,
	.blog-single-custom__sidebar {
		max-width: 100%;
		width: 100%;
	}

	.blog-single-custom__related-posts {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}

	.blog-single-custom__related-posts .salient-blog-custom--grid {
		flex: 1 1 300px;
		max-width: 404px;
	}
}

/* ============================================================
   MÓVIL — Figma 374px
   ============================================================ */
@media (max-width: 780px) {

	#blog-single-container {
		padding: 0;
	}

	.blog-single-custom__mobile-cats {
		display: block;
		padding: 16px 37px 0;
	}

	.blog-single-custom__mobile-cats-inner {
		position: relative;
		max-width: 300px;
		margin: 0 auto;
	}

	.blog-single-custom__mobile-cats-select {
		width: 100%;
		height: 32px;
		background: #FFF3DB;
		border: 1px solid #1D3442;
		border-radius: 9.5px;
		padding: 0 36px 0 12px;
		font-family: "Noto Sans", sans-serif;
		font-size: 16px;
		color: #1D3442;
		appearance: none;
		-webkit-appearance: none;
		cursor: pointer;
	}

	.blog-single-custom__mobile-cats-inner::after {
		content: "";
		position: absolute;
		right: 14px;
		top: 50%;
		width: 8px;
		height: 8px;
		border-right: 2px solid #1D3442;
		border-bottom: 2px solid #1D3442;
		transform: translateY(-70%) rotate(45deg);
		pointer-events: none;
	}

	.blog-single-custom__categories--desktop {
		display: none !important;
	}

	.blog-single-custom__hero,
	.blog-single-custom__hero-img,
	.blog-single-custom__hero-placeholder {
		height: 236px !important;
		margin-top: 16px;
	}

	.blog-single-custom__layout {
		gap: 0;
		padding: 24px 37px 40px;
	}

	.blog-single-custom__lead {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 32px;
	}

	.blog-single-custom__content {
		font-size: 16px;
		line-height: 24px;
	}

	.blog-single-custom__content h2,
	.blog-single-custom__content h3 {
		font-size: 35px !important;
		margin: 40px 0 20px;
	}

	.blog-single-custom__content h2:first-child,
	.blog-single-custom__content h3:first-child {
		margin-top: 0;
	}

	.blog-single-custom__sidebar {
		max-width: 300px;
		margin: 0 auto;
		padding-top: 40px;
	}

	.blog-single-custom__sidebar-inner {
		display: flex;
		flex-direction: column;
	}

	.blog-single-custom__search {
		order: 1;
	}

	.blog-single-custom__search-form {
		height: 55px;
		max-width: 300px;
		margin: 0 auto 40px;
	}

	.blog-single-custom__search-form button {
		width: 65px;
	}

	.blog-single-custom__related {
		order: 2;
		text-align: center;
	}

	.blog-single-custom__widget-title--related {
		text-align: center;
	}

	.blog-single-custom__divider--short {
		width: 147px;
	}

	.blog-single-custom__related-posts {
		flex-direction: row;
		flex-wrap: nowrap;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		gap: 16px;
		padding-bottom: 8px;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		justify-content: flex-start;
	}

	.blog-single-custom__related-posts::-webkit-scrollbar {
		display: none;
	}

	.blog-single-custom__related-posts .salient-blog-custom--grid {
		flex: 0 0 314px;
		max-width: 314px;
		scroll-snap-align: center;
	}

	.blog-single-custom__related-posts .salient-blog-custom--grid .salient-blog-custom__card {
		box-shadow: 6px 11px 15px rgba(0, 0, 0, 0.10);
	}

	.blog-single-custom__carousel-nav {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 16px;
		margin-top: 24px;
	}

	.blog-single-custom__carousel-prev,
	.blog-single-custom__carousel-next {
		width: 52px;
		height: 52px;
		border-radius: 50%;
		border: none;
		cursor: pointer;
		font-size: 24px;
		line-height: 1;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.blog-single-custom__carousel-prev {
		background: #EAF2EF;
		color: #1D3442;
	}

	.blog-single-custom__carousel-next {
		background: #1D3442;
		color: #fff;
	}

	.blog-single-custom__carousel-dots {
		width: 153px;
		height: 6px;
		background: #EAF2EF;
		border-radius: 3px;
		position: relative;
	}

	.blog-single-custom__carousel-dots span {
		position: absolute;
		left: 0;
		top: -6px;
		width: 18px;
		height: 18px;
		background: #1D3442;
		border-radius: 50%;
		transition: left 0.2s ease;
	}

	.blog-single-custom__next {
		background: #1D3442 !important;
		padding: 60px 37px !important;
		min-height: 250px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.blog-single-custom__next-title {
		font-size: 35px !important;
	}

	.blog-single-custom__next-label {
		font-size: 16px;
	}
}