/* Ajustes exclusivos del archivo automático de categorías de CTejidas. */
body.ctejidas-auto-category-page article.ct-auto-category {
	float: none;
	margin: 0;
	max-width: none;
	width: 100%;
}

body.ctejidas-auto-category-page .site-content {
	padding-top: 18px;
}

body.ctejidas-auto-category-page .ct-auto-category__header {
	margin-bottom: 10px;
}

body.ctejidas-auto-category-page .ct-auto-category__header .entry-title {
	font-size: clamp(30px, 3.2vw, 42px);
	line-height: 1;
	margin: 0;
}

.ct-auto-category__description {
	color: #5f6368;
	font-family: Nunito, sans-serif;
	font-size: 14px;
	line-height: 1.45;
	margin-top: 8px;
	max-width: 850px;
}

.ct-auto-category__description > :first-child {
	margin-top: 0;
}

.ct-auto-category__description > :last-child {
	margin-bottom: 0;
}

.ct-auto-category-nav {
	align-items: center;
	background: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 18px;
	box-shadow: 0 8px 26px rgba(0,0,0,.04);
	display: flex;
	gap: 12px;
	font-family: Nunito, sans-serif;
	margin: 0 auto 10px;
	max-width: 1240px;
	padding: 10px 14px;
}

.ct-auto-category-nav__label {
	color: #676b72;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .02em;
	margin: 0;
	white-space: nowrap;
}

.ct-auto-category-nav__buttons {
	display: flex;
	flex: 1 1 auto;
	gap: 8px;
	overflow-x: auto;
	padding: 1px 1px 4px;
	scrollbar-width: thin;
	-webkit-overflow-scrolling: touch;
}

body.ctejidas-auto-category-page .ct-page-gallery__controls {
	border-radius: 18px;
	margin-bottom: 10px;
	padding: 15px 20px 14px;
}

body.ctejidas-auto-category-page .ct-page-gallery__heading-row {
	align-items: center;
	margin-bottom: 9px;
}

body.ctejidas-auto-category-page .ct-page-gallery__eyebrow {
	font-size: 12px;
	letter-spacing: .055em;
	margin: 0;
}

body.ctejidas-auto-category-page .ct-page-gallery__count {
	font-size: 12px;
	padding: 6px 11px;
}

body.ctejidas-auto-category-page .ct-page-gallery__search {
	margin-bottom: 9px;
}

body.ctejidas-auto-category-page .ct-page-gallery__search input,
body.ctejidas-auto-category-page .ct-page-gallery__search button {
	min-height: 44px;
}

body.ctejidas-auto-category-page .ct-page-gallery__sort {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}

body.ctejidas-auto-category-page .ct-page-gallery__sort-button {
	padding: 8px 11px;
}

body.ctejidas-auto-category-page .ct-page-gallery__status {
	font-size: 13px;
	margin-bottom: 6px;
	min-height: 18px;
}

.ct-auto-category-nav__button {
	background: #fff;
	border: 1px solid #f4d7e2;
	border-radius: 999px;
	color: #34373a;
	flex: 0 0 auto;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	padding: 10px 14px;
	text-decoration: none;
}

.ct-auto-category-nav__button:hover,
.ct-auto-category-nav__button:focus-visible {
	border-color: #f45a8e;
	color: #df4479;
}

.ct-auto-category-nav__button:focus-visible {
	outline: 3px solid rgba(244,90,142,.22);
	outline-offset: 2px;
}

.ct-auto-category-nav__button.is-active {
	background: #25282b;
	border-color: #25282b;
	color: #fff;
}

@media (max-width: 640px) {
	body.ctejidas-auto-category-page .site-content {
		padding-top: 12px;
	}

	body.ctejidas-auto-category-page .ct-auto-category__header {
		margin-bottom: 8px;
		padding-left: 10px;
		padding-right: 10px;
	}

	body.ctejidas-auto-category-page .ct-auto-category__header .entry-title {
		font-size: 30px;
	}

	.ct-auto-category-nav {
		border-left: 0;
		border-radius: 16px;
		border-right: 0;
		gap: 8px;
		padding: 8px 10px;
	}

	.ct-auto-category-nav__label {
		font-size: 11px;
	}

	body.ctejidas-auto-category-page .ct-page-gallery__controls {
		margin-bottom: 8px;
		padding: 12px;
	}

	body.ctejidas-auto-category-page .ct-page-gallery__heading-row {
		align-items: center;
		flex-direction: row;
		gap: 8px;
		margin-bottom: 8px;
	}

	body.ctejidas-auto-category-page .ct-page-gallery__eyebrow {
		font-size: 11px;
		letter-spacing: .035em;
	}

	body.ctejidas-auto-category-page .ct-page-gallery__count {
		font-size: 11px;
		padding: 5px 9px;
	}

	body.ctejidas-auto-category-page .ct-page-gallery__search {
		gap: 6px;
		margin-bottom: 8px;
	}

	body.ctejidas-auto-category-page .ct-page-gallery__search input,
	body.ctejidas-auto-category-page .ct-page-gallery__search button {
		min-height: 42px;
	}

	body.ctejidas-auto-category-page .ct-page-gallery__sort {
		align-items: center;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 6px;
	}

	body.ctejidas-auto-category-page .ct-page-gallery__sort-options {
		flex: 1 1 auto;
		flex-wrap: nowrap;
		overflow-x: auto;
	}

	body.ctejidas-auto-category-page .ct-page-gallery__sort-button {
		flex: 0 0 auto;
		font-size: 11px;
		padding: 7px 9px;
	}
}
