.yau-search-news {
	--yau-accent: #2563eb;
	--yau-border: #e2e8f0;
	--yau-muted: #64748b;
	width: 100%;
	margin-block: 2rem;
}

body.single-post .uk-article-title,
body.single-post .wp-block-post-title,
body.single-post .entry-title,
body.single-post .uk-heading-small {
	font-size: 22px !important;
	line-height: 1.35 !important;
	overflow-wrap: anywhere;
}

.yau-summary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem 2rem;
	margin-bottom: 2rem;
	color: inherit;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none !important;
}

.yau-summary__item {
	min-width: 0;
	padding: 0;
	color: inherit;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.yau-summary__label {
	display: block;
	margin-bottom: 0.35rem;
	color: inherit !important;
	font-size: 0.78em;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.3;
	text-transform: uppercase;
	opacity: 0.7;
}

.yau-summary__value {
	display: block;
	color: inherit !important;
	overflow-wrap: anywhere;
	font-size: 0.98em;
	line-height: 1.45;
}

.yau-results-heading {
	margin: 0 0 1.25rem;
}

.yau-results {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: yau-result;
}

.yau-result {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.55rem 1rem;
	position: relative;
	margin: 0 0 1rem;
	min-height: 2.15rem;
	padding: 0.9rem 1.15rem 0.9rem 4.25rem;
	background: #fff;
	border: 1px solid var(--yau-border);
	border-radius: 14px;
	box-shadow: 0 3px 14px rgb(15 23 42 / 5%);
	counter-increment: yau-result;
}

.yau-result::before {
	position: absolute;
	top: 50%;
	left: 1.15rem;
	display: grid;
	width: 2.15rem;
	height: 2.15rem;
	place-items: center;
	color: #fff;
	background: var(--yau-accent);
	border-radius: 999px;
	content: counter(yau-result);
	font-size: 0.88rem;
	font-weight: 700;
	transform: translateY(-50%);
}

.yau-result__domain {
	display: block;
	color: #15803d;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

.yau-result--promoted {
	background: linear-gradient(135deg, #fff 0%, #fffbeb 100%);
	border-color: #f4c84a;
	box-shadow: 0 4px 18px rgb(180 120 0 / 14%);
}

.yau-result__promotion {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	padding: 0.35rem 0.7rem;
	box-sizing: border-box;
	color: #6b4f00 !important;
	background: #fef3c7;
	border: 1px solid #f4c84a;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.yau-result__promotion-icon {
	flex: 0 0 auto;
	margin-right: 0.38rem;
	font-size: 1rem;
	line-height: 1;
}

.yau-result__promotion-text {
	color: inherit !important;
}

/* Hide the old detailed fields in news created by version 1.0.0. */
.yau-result__title {
	display: none !important;
}

.yau-result__passage {
	display: none !important;
}

.yau-custom-content {
	max-width: 100%;
	overflow-wrap: anywhere;
}

.yau-back-link {
	margin: 1.5rem 0 0;
}

.yau-back-link a {
	display: inline-flex;
	padding: 0.65rem 1rem;
	color: #fff !important;
	background: #2563eb;
	border-radius: 8px;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none !important;
}

.yau-back-link a:hover {
	color: #fff !important;
	background: #1d4ed8;
}

.yau-archive {
	width: 100%;
	margin-block: 2rem;
}

.yau-archive-page {
	min-height: 60vh;
	padding: 70px 0;
	box-sizing: border-box;
	background: transparent;
}

.yau-archive-page__inner {
	width: min(900px, calc(100% - 40px));
	margin: 0 auto;
}

.yau-archive-page__title {
	margin: 0 0 2rem !important;
	color: #fff !important;
	font-size: clamp(28px, 5vw, 38px) !important;
	line-height: 1.25 !important;
}

.yau-category-filter {
	margin: -0.25rem 0 1.5rem;
}

.yau-category-filter__label {
	display: block;
	margin-bottom: 0.75rem;
	color: inherit !important;
	font-size: 0.85rem;
	font-weight: 700;
	opacity: 0.75;
}

.yau-category-filter__items {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.yau-category-filter__item {
	display: inline-flex;
	padding: 0.55rem 0.85rem;
	color: #fff !important;
	background: rgb(255 255 255 / 8%);
	border: 1px solid rgb(255 255 255 / 18%);
	border-radius: 999px;
	font-size: 0.85rem;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none !important;
}

.yau-category-filter__item:hover {
	color: #fff !important;
	background: rgb(255 255 255 / 15%);
	border-color: rgb(255 255 255 / 30%);
}

.yau-category-filter__item.is-active {
	color: #fff !important;
	background: #7c3aed;
	border-color: #7c3aed;
}

.yau-news-list {
	display: grid;
	gap: 1rem;
}

.yau-date-groups {
	display: grid;
	gap: 2rem;
}

.yau-date-group {
	padding: 1.25rem;
	background: rgb(255 255 255 / 4%);
	border: 1px solid rgb(255 255 255 / 13%);
	border-radius: 16px;
}

.yau-date-group__title {
	margin: 0 0 1.1rem !important;
	padding-left: 0.8rem;
	color: inherit !important;
	border-left: 4px solid #7c3aed;
	font-size: 22px !important;
	line-height: 1.35 !important;
}

.yau-news-list__item {
	padding: 1.25rem 1.35rem;
	color: #172033 !important;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	box-shadow: 0 3px 14px rgb(15 23 42 / 5%);
}

.yau-news-list__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 0.75rem 1rem;
	margin-bottom: 0.8rem;
	color: #64748b !important;
	font-size: 0.85rem;
}

.yau-news-list__categories {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 0.4rem;
}

.yau-news-list__report-field {
	display: inline-flex;
	max-width: 100%;
	padding: 0.28rem 0.6rem;
	box-sizing: border-box;
	color: #334155 !important;
	background: #f1f5f9;
	border-radius: 999px;
	font-size: 0.78rem;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.yau-news-list__report-field strong {
	margin-right: 0.25rem;
	color: inherit !important;
}

.yau-news-list__category {
	display: inline-flex;
	padding: 0.28rem 0.6rem;
	color: #1e3a8a !important;
	background: #dbeafe;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.3;
}

.yau-news-list__title {
	margin: 0 0 0.85rem !important;
	font-size: 18px !important;
	line-height: 1.4 !important;
}

.yau-news-list__title a {
	color: #172033 !important;
	text-decoration: none !important;
}

.yau-news-list__title a:hover {
	color: #2563eb !important;
}

.yau-news-list__more {
	color: #2563eb !important;
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none !important;
}

.yau-news-list__more:hover {
	color: #1d4ed8 !important;
}

.yau-news-list__empty {
	padding: 1rem 1.15rem;
	color: #334155 !important;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
}

.yau-pagination {
	margin-top: 1.5rem;
}

.yau-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.yau-pagination .page-numbers li {
	margin: 0;
}

.yau-pagination a.page-numbers,
.yau-pagination span.page-numbers {
	display: grid;
	min-width: 2.35rem;
	min-height: 2.35rem;
	padding: 0.4rem 0.65rem;
	place-items: center;
	box-sizing: border-box;
	color: #172033 !important;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	font-size: 0.9rem;
	text-decoration: none !important;
}

.yau-pagination span.current,
.yau-pagination a.page-numbers:hover {
	color: #fff !important;
	background: #2563eb;
	border-color: #2563eb;
}

@media (max-width: 600px) {
	.yau-summary {
		grid-template-columns: 1fr;
		border-radius: 10px;
	}

	.yau-result {
		padding: 0.8rem 1rem 0.8rem 3.65rem;
		border-radius: 10px;
	}

	.yau-result__promotion {
		border-radius: 8px;
	}

	.yau-result::before {
		left: 0.9rem;
		width: 1.95rem;
		height: 1.95rem;
	}

}
