/*
Theme Name: YPAS News
Author: YPAS
Description: Tema portal berita responsif yang meniru struktur visual acuan Signal News tanpa Elementor atau page builder.
Version: 1.4.1
Requires at least: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ypas-news
*/

:root {
	--ypas-primary: #279253;
	--ypas-primary-dark: #1d7842;
	--ypas-secondary: #afdd0e;
	--ypas-text: #343434;
	--ypas-heading: #202124;
	--ypas-muted: #8b8b8b;
	--ypas-light-muted: #999;
	--ypas-line: #eeeeee;
	--ypas-soft: #f5f5f5;
	--ypas-dark: #343434;
	--ypas-black: #202124;
	--ypas-white: #fff;
	--ypas-radius: 8px;
	--ypas-radius-small: 5px;
	--ypas-container: 1140px;
	--ypas-header-height: 139px;
	--ypas-shadow: 0 12px 35px rgba(16, 42, 28, 0.08);
	--ypas-transition: 180ms ease;
}

/* v1.2 readability and article tools */
.article-breadcrumb { font-size: 15px; flex-wrap: wrap; }
.article-breadcrumb .post-category { font-size: 15px; }
.article-title { font-size: clamp(34px, 4vw, 48px); line-height: 1.16; }
.article-meta { font-size: 15px; line-height: 1.5; }
.entry-content { font-size: var(--article-font-size, 18px); line-height: 1.8; }
.post-category { font-size: 13px; }
.article-tools { display:flex; align-items:center; flex-wrap:wrap; gap:8px; margin-top:10px; }
.article-tool { display:inline-flex; align-items:center; justify-content:center; gap:7px; min-height:40px; padding:8px 13px; border:1px solid #d9e0dc; border-radius:8px; background:#fff; color:var(--ypas-primary); font:600 14px/1.2 inherit; cursor:pointer; }
.article-tool:hover,.article-tool[aria-pressed="true"] { background:var(--ypas-primary); color:#fff; }
.article-tool .ypas-icon { width:19px; height:19px; }
.article-featured-image { position:relative; margin:20px 0 26px; }
.article-image-preview { position:relative; display:block; overflow:hidden; aspect-ratio:16/9; background:var(--ypas-soft); }
.article-image-preview img { width:100%; height:100%; object-fit:cover; }
.image-zoom-icon { position:absolute; inset:0; display:flex; align-items:center; justify-content:center; color:#fff; background:rgba(0,0,0,.34); opacity:0; transition:opacity .2s ease; }
.image-zoom-icon .ypas-icon { width:46px; height:46px; padding:10px; border-radius:50%; background:rgba(0,0,0,.55); }
.article-image-preview:hover .image-zoom-icon,.article-image-preview:focus .image-zoom-icon { opacity:1; }
.article-featured-image figcaption { padding:9px 12px; background:#f4f5f4; color:#555; font-size:14px; line-height:1.5; }
.entry-content img { max-width:100%; height:auto; }
.image-lightbox { position:fixed; inset:0; z-index:99999; display:flex; align-items:center; justify-content:center; padding:28px; background:rgba(0,0,0,.9); }
.image-lightbox img { max-width:96vw; max-height:90vh; object-fit:contain; }
.image-lightbox button { position:absolute; top:16px; right:20px; width:44px; height:44px; border:0; border-radius:50%; background:#fff; color:#111; font-size:30px; cursor:pointer; }
.ypas-ad--home_top,.ypas-ad--home_middle,.ypas-ad--home_bottom,.ypas-ad--article_top,.ypas-ad--article_middle,.ypas-ad--article_bottom { margin:22px 0; text-align:center; overflow:hidden; }
.primary-navigation { overflow-x:auto; overscroll-behavior-inline:contain; scrollbar-width:none; }
.primary-navigation::-webkit-scrollbar { display:none; }
.primary-menu { width:max-content; min-width:100%; }
@media (max-width: 767px) {
  .navigation-bar { display:block; overflow:hidden; }
  .primary-navigation { width:100%; padding-inline:12px; }
  .primary-menu { display:flex; gap:18px; white-space:nowrap; }
  .primary-menu > li > a { min-height:44px; font-size:14px; }
  .primary-menu .sub-menu { display:none; }
  .article-title { font-size:30px; line-height:1.2; }
  .article-meta,.article-breadcrumb,.article-breadcrumb .post-category { font-size:14px; }
  .entry-content { font-size:var(--article-font-size, 18px); line-height:1.75; }
  .share-links { display:flex; flex-wrap:nowrap; gap:10px; }
  .share-link { width:42px; height:42px; min-width:42px; }
  .article-featured-image figcaption { font-size:13px; }
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--ypas-white);
	color: var(--ypas-text);
	font-family: "Barlow", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body.mobile-menu-open,
body.search-open {
	overflow: hidden;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

figure {
	margin: 0;
}

a {
	color: inherit;
	text-decoration: none;
	transition: color var(--ypas-transition), opacity var(--ypas-transition), transform var(--ypas-transition);
}

a:hover {
	color: var(--ypas-primary);
}

button,
input,
textarea,
select {
	font: inherit;
}

button,
input[type="submit"] {
	cursor: pointer;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 3px solid rgba(175, 221, 14, 0.65);
	outline-offset: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.65em;
	color: var(--ypas-heading);
	font-family: "Poppins", Arial, sans-serif;
	font-weight: 700;
	line-height: 1.25;
}

p {
	margin: 0 0 1.25em;
}

ul,
ol {
	margin: 0 0 1.25em;
}

[hidden] {
	display: none !important;
}

.site-container {
	width: min(calc(100% - 40px), var(--ypas-container));
	margin-inline: auto;
}

.section-space {
	padding-block: 20px 50px;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus,
.skip-link:focus {
	top: 8px;
	left: 8px;
	z-index: 100000;
	display: block;
	width: auto;
	height: auto;
	clip: auto;
	padding: 10px 14px;
	background: var(--ypas-white);
	color: var(--ypas-heading);
	font-weight: 700;
	white-space: normal;
	box-shadow: var(--ypas-shadow);
}

.ypas-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	vertical-align: -0.14em;
}

.ypas-icon .icon-fill {
	fill: currentColor;
	stroke: none;
}

/* Header */
.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: var(--ypas-white);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.admin-bar .site-header {
	top: 32px;
}

.header-main {
	background: var(--ypas-white);
}

.header-main__inner {
	display: grid;
	grid-template-columns: minmax(220px, 1fr) minmax(0, 2fr);
	align-items: center;
	min-height: 91px;
	gap: 24px;
}

.site-brand {
	min-width: 0;
}

.site-brand .custom-logo-link,
.site-brand-fallback,
.footer-brand .custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.site-brand img {
	width: auto;
	max-width: 245px;
	max-height: 68px;
}

.header-tools {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 15px;
	min-width: 0;
}

.header-search {
	display: flex;
	align-items: center;
	gap: 9px;
	width: min(300px, 43%);
	min-width: 220px;
	height: 39px;
	padding: 0 12px;
	border: 1px solid var(--ypas-line);
	border-radius: var(--ypas-radius);
	background: var(--ypas-white);
	color: #9c9c9c;
}

.header-search .ypas-icon {
	flex: 0 0 16px;
	font-size: 16px;
}

.header-search input {
	width: 100%;
	min-width: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--ypas-heading);
}

.header-date {
	white-space: nowrap;
	color: var(--ypas-heading);
	font-size: 14px;
}

.header-socials,
.footer-socials {
	display: flex;
	align-items: center;
	gap: 4px;
}

.social-button,
.icon-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	padding: 0;
	border: 1px solid var(--ypas-line);
	border-radius: 50%;
	background: var(--ypas-white);
	color: var(--ypas-text);
}

.social-button:hover,
.icon-button:hover {
	border-color: var(--ypas-primary);
	color: var(--ypas-primary);
}

.social-button .ypas-icon,
.icon-button .ypas-icon {
	font-size: 17px;
}

.mobile-menu-toggle,
.mobile-search-toggle {
	display: none;
	border: 0;
	font-size: 24px;
}

.navigation-bar {
	background: linear-gradient(19deg, var(--ypas-primary) 0%, var(--ypas-secondary) 100%);
}

.primary-navigation {
	display: flex;
	align-items: center;
	min-height: 48px;
}

.primary-menu,
.primary-menu .sub-menu,
.mobile-menu,
.mobile-menu .sub-menu,
.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-menu {
	display: flex;
	align-items: center;
	gap: 35px;
	width: 100%;
}

.primary-menu > li {
	position: relative;
	flex: 0 0 auto;
}

.primary-menu > li > a {
	display: flex;
	align-items: center;
	min-height: 48px;
	color: var(--ypas-white);
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}

.primary-menu > li > a:hover,
.primary-menu > li.current-menu-item > a,
.primary-menu > li.current-menu-ancestor > a {
	color: var(--ypas-white);
	opacity: 0.78;
}

.primary-menu .menu-item-has-children > a::after {
	content: "";
	width: 6px;
	height: 6px;
	margin-left: 7px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
}

.primary-menu .sub-menu {
	position: absolute;
	top: calc(100% + 1px);
	left: -15px;
	z-index: 20;
	width: 220px;
	padding: 8px 0;
	border-radius: 0 0 var(--ypas-radius) var(--ypas-radius);
	background: var(--ypas-white);
	box-shadow: var(--ypas-shadow);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity var(--ypas-transition), transform var(--ypas-transition), visibility var(--ypas-transition);
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.primary-menu .sub-menu a {
	display: block;
	padding: 9px 15px;
	color: var(--ypas-heading);
	font-size: 13px;
	font-weight: 600;
}

.primary-menu .sub-menu a:hover {
	background: var(--ypas-soft);
	color: var(--ypas-primary);
}

/* Mobile drawer and search overlay */
.mobile-drawer,
.search-overlay {
	position: fixed;
	inset: 0;
	z-index: 3000;
}

.mobile-drawer {
	display: grid;
	grid-template-columns: min(330px, 86vw) 1fr;
}

.mobile-drawer__panel {
	position: relative;
	z-index: 2;
	min-height: 100%;
	padding: 20px;
	background: var(--ypas-white);
	box-shadow: 20px 0 50px rgba(0, 0, 0, 0.14);
	transform: translateX(-105%);
	transition: transform 250ms ease;
	overflow-y: auto;
}

.mobile-drawer.is-open .mobile-drawer__panel {
	transform: translateX(0);
}

.mobile-drawer__backdrop {
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: rgba(22, 22, 23, 0.58);
	opacity: 0;
	transition: opacity 250ms ease;
}

.mobile-drawer.is-open .mobile-drawer__backdrop {
	opacity: 1;
}

.mobile-drawer__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--ypas-line);
	font-size: 16px;
	font-weight: 700;
}

.mobile-menu {
	padding-top: 12px;
}

.mobile-menu li {
	position: relative;
	border-bottom: 1px solid var(--ypas-line);
}

.mobile-menu a {
	display: block;
	padding: 12px 40px 12px 0;
	font-size: 15px;
	font-weight: 600;
}

.mobile-menu .sub-menu {
	display: none;
	padding: 0 0 8px 16px;
}

.mobile-menu .sub-menu.is-open {
	display: block;
}

.mobile-submenu-toggle {
	position: absolute;
	top: 5px;
	right: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--ypas-muted);
}

.mobile-submenu-toggle::before {
	content: "+";
	font-size: 22px;
}

.mobile-submenu-toggle[aria-expanded="true"]::before {
	content: "−";
}

.search-overlay {
	display: grid;
	place-items: start center;
	padding: min(16vh, 140px) 20px 20px;
	background: rgba(245, 248, 250, 0.96);
	opacity: 0;
	transition: opacity 200ms ease;
}

.search-overlay.is-open {
	opacity: 1;
}

.search-overlay__dialog {
	position: relative;
	width: min(720px, 100%);
	padding: 36px;
	border-radius: 14px;
	background: var(--ypas-white);
	box-shadow: var(--ypas-shadow);
	transform: translateY(-12px);
	transition: transform 200ms ease;
}

.search-overlay.is-open .search-overlay__dialog {
	transform: translateY(0);
}

.search-overlay__close {
	position: absolute;
	top: 12px;
	right: 12px;
}

.search-overlay__form label {
	display: block;
	margin-bottom: 12px;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 25px;
	font-weight: 700;
}

.search-overlay__field {
	display: flex;
	gap: 8px;
}

.search-overlay__field input {
	flex: 1;
	min-width: 0;
	height: 52px;
	padding: 0 16px;
	border: 1px solid #ddd;
	border-radius: var(--ypas-radius);
}

.search-overlay__field button,
.load-more-button,
.form-submit .submit,
.search-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 9px 18px;
	border: 1px solid var(--ypas-primary);
	border-radius: 12px;
	background: transparent;
	color: var(--ypas-primary);
	font-weight: 600;
	line-height: 1.2;
	transition: background var(--ypas-transition), color var(--ypas-transition), transform var(--ypas-transition);
}

.search-overlay__field button {
	min-width: 110px;
	border-color: var(--ypas-primary);
	background: var(--ypas-primary);
	color: var(--ypas-white);
}

.load-more-button:hover,
.form-submit .submit:hover,
.search-submit:hover {
	background: var(--ypas-primary);
	color: var(--ypas-white);
	transform: translateY(-1px);
}

.load-more-button:disabled {
	cursor: wait;
	opacity: 0.6;
	transform: none;
}

/* Ads */
.ypas-ad {
	position: relative;
	width: 100%;
	margin: 20px auto;
	overflow: hidden;
	text-align: center;
}

.ypas-ad > * {
	max-width: 100%;
}

.ypas-ad--header {
	width: min(calc(100% - 40px), var(--ypas-container));
}

/* Main layout */
.content-with-sidebar {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
	align-items: start;
	gap: 30px;
}

.content-column,
.sidebar-column {
	min-width: 0;
}

.sidebar-sticky {
	position: sticky;
	top: calc(var(--ypas-header-height) + 20px);
}

.admin-bar .sidebar-sticky {
	top: calc(var(--ypas-header-height) + 52px);
}

.home-section {
	margin-top: 28px;
}

.section-heading {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 14px;
}

.section-heading__mark {
	position: relative;
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
}

.section-heading__mark::before,
.section-heading__mark::after {
	content: "";
	position: absolute;
	background: var(--ypas-primary);
	transform: rotate(45deg);
}

.section-heading__mark::before {
	top: 2px;
	left: 2px;
	width: 11px;
	height: 11px;
}

.section-heading__mark::after {
	right: 1px;
	bottom: 1px;
	width: 7px;
	height: 7px;
	background: var(--ypas-secondary);
}

.section-heading h1,
.section-heading h2 {
	margin: 0;
	font-family: "Barlow", Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	text-transform: uppercase;
}

.section-heading--small {
	margin-bottom: 8px;
}

.section-heading--light h2 {
	color: var(--ypas-white);
}

/* Hero */
.hero-slider,
.archive-hero {
	position: relative;
	width: 100%;
	height: clamp(370px, 52vw, 650px);
	border-radius: var(--ypas-radius);
	overflow: hidden;
	background: var(--ypas-soft);
}

.hero-slider__track {
	position: relative;
	width: 100%;
	height: 100%;
}

.hero-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 500ms ease, visibility 500ms ease;
}

.hero-slide.is-active {
	opacity: 1;
	visibility: visible;
}

.hero-slide__media,
.hero-slide__media img,
.hero-slide__media .media-placeholder {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.hero-slide__media img {
	object-fit: cover;
}

.hero-slide__overlay {
	position: absolute;
	inset: 34% 0 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.52) 42%, rgba(0, 0, 0, 0.94) 100%);
	pointer-events: none;
}

.hero-slide__content {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding: 23px 24px;
	color: var(--ypas-white);
}

.hero-slide__category {
	margin-bottom: 4px;
}

.hero-slide__category .post-category {
	color: var(--ypas-white);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.hero-slide__content h2 {
	max-width: 92%;
	margin: 0 0 7px;
	color: var(--ypas-white);
	font-family: "Barlow", Arial, sans-serif;
	font-size: clamp(22px, 2.2vw, 30px);
	font-weight: 500;
	line-height: 1.18;
}

.hero-slide__content h2 a:hover {
	color: var(--ypas-white);
	opacity: 0.82;
}

.hero-slide__content time {
	font-size: 12px;
	font-weight: 600;
}

.hero-slider__controls {
	position: absolute;
	right: 17px;
	top: 17px;
	z-index: 5;
	display: flex;
	align-items: center;
	gap: 8px;
}

.hero-control {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.28);
	color: var(--ypas-white);
	backdrop-filter: blur(8px);
}

.hero-dots {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 7px 9px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(8px);
}

.hero-dot {
	width: 7px;
	height: 7px;
	padding: 0;
	border: 0;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.5);
	transition: width var(--ypas-transition), background var(--ypas-transition);
}

.hero-dot.is-active {
	width: 18px;
	background: var(--ypas-secondary);
}

.archive-hero {
	height: clamp(340px, 46vw, 620px);
	margin-bottom: 22px;
}

.archive-hero .hero-slide {
	position: relative;
	opacity: 1;
	visibility: visible;
}

/* Post media and cards */
.post-media {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: var(--ypas-radius-small);
	background: var(--ypas-soft);
}

.post-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 350ms ease;
}

.post-media:hover img {
	transform: scale(1.035);
}

.media-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: linear-gradient(145deg, var(--ypas-primary), var(--ypas-secondary));
	color: var(--ypas-white);
	font-family: "Poppins", Arial, sans-serif;
	font-size: clamp(24px, 5vw, 56px);
	font-weight: 700;
	line-height: 1;
}

.media-placeholder small {
	margin-top: 6px;
	font-family: "Barlow", Arial, sans-serif;
	font-size: 0.3em;
	letter-spacing: 0.25em;
}

.post-category {
	color: var(--ypas-primary);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	text-transform: uppercase;
}

.post-meta-line {
	display: flex;
	align-items: center;
	gap: 5px;
	color: var(--ypas-muted);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.35;
}

.post-meta-line .ypas-icon {
	color: var(--ypas-primary);
	font-size: 13px;
}

.lead-grid,
.category-panel__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 15px;
	margin-top: 18px;
}

.news-grid-card {
	min-width: 0;
}

.news-grid-card__media {
	aspect-ratio: 3 / 2;
	margin-bottom: 9px;
}

.news-grid-card__body {
	display: grid;
	gap: 4px;
}

.news-grid-card__title {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	font-family: "Barlow", Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.27;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.news-list {
	display: grid;
	gap: 0;
}

.news-list-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(145px, 26%) minmax(0, 1fr);
	align-items: center;
	gap: 15px;
	padding: 15px 0;
	border-bottom: 1px solid var(--ypas-line);
}

.news-list-card:first-child {
	padding-top: 0;
}

.news-list-card__media {
	aspect-ratio: 3 / 2;
}

.news-list-card__body {
	display: grid;
	align-content: center;
	gap: 5px;
	min-width: 0;
}

.news-list-card__title {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	font-family: "Barlow", Arial, sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.18;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.news-list-card__excerpt {
	display: -webkit-box;
	margin: 2px 0 0;
	overflow: hidden;
	color: #666;
	font-size: 13px;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news-list-card.is-compact {
	grid-template-columns: 125px minmax(0, 1fr);
	gap: 12px;
	padding-block: 10px;
}

.news-list-card.is-compact .news-list-card__title {
	font-size: 16px;
	line-height: 1.22;
}

.load-more-wrap {
	display: flex;
	justify-content: center;
	padding-top: 18px;
}

.category-panel {
	padding: 15px;
	border-radius: var(--ypas-radius);
}

.category-panel--dark {
	background: var(--ypas-dark);
}

.category-panel--dark .news-grid-card__title,
.category-panel--dark .post-meta-line,
.category-panel--dark .post-category,
.category-panel--dark a {
	color: var(--ypas-white);
}

.category-panel--dark .post-meta-line {
	opacity: 0.72;
}

.category-panel--dark .post-meta-line .ypas-icon {
	color: var(--ypas-secondary);
}

/* Sidebar */
.trending-panel {
	padding: 0 10px;
}

.trending-list {
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: trending;
}

.trending-list li {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: start;
	gap: 10px;
	padding: 15px 0;
	border-bottom: 1px solid var(--ypas-line);
}

.trending-number {
	color: var(--ypas-primary);
	font-size: 30px;
	font-weight: 700;
	line-height: 0.95;
	letter-spacing: -0.04em;
}

.trending-list a {
	display: -webkit-box;
	overflow: hidden;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.sidebar-widgets {
	margin-top: 25px;
}

.widget {
	margin-bottom: 24px;
}

.widget-title {
	font-family: "Barlow", Arial, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 8px 0;
	border-bottom: 1px solid var(--ypas-line);
}

/* Archive */
.archive-title {
	margin-bottom: 16px;
}

.archive-description {
	margin: -4px 0 18px 29px;
	color: var(--ypas-muted);
}

.archive-description p:last-child {
	margin-bottom: 0;
}

.navigation.pagination,
.post-navigation,
.comments-pagination {
	margin-top: 24px;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
}

.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding: 0 10px;
	border: 1px solid var(--ypas-line);
	border-radius: var(--ypas-radius);
}

.page-numbers.current,
.page-numbers:hover {
	border-color: var(--ypas-primary);
	background: var(--ypas-primary);
	color: var(--ypas-white);
}

/* Single article */
.single-article {
	min-width: 0;
}

.article-header {
	display: grid;
	gap: 10px;
	margin-bottom: 16px;
}

.article-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

.article-breadcrumb__mark {
	width: 10px;
	height: 10px;
	margin-right: 2px;
	background: var(--ypas-primary);
	transform: rotate(45deg);
}

.article-breadcrumb .post-category {
	font-size: inherit;
}

.article-title {
	margin: 0;
	font-family: "Barlow", Arial, sans-serif;
	font-size: clamp(27px, 3vw, 34px);
	font-weight: 600;
	line-height: 1.2;
}

.article-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px 12px;
	color: var(--ypas-muted);
	font-size: 14px;
	font-weight: 600;
}

.article-meta > span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.article-meta .ypas-icon {
	color: var(--ypas-primary);
}

.share-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
}

.share-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	min-height: 32px;
	padding: 5px 11px;
	border: 1px solid var(--ypas-line);
	border-radius: 7px;
	background: var(--ypas-white);
	color: #666;
	font-size: 12px;
	font-weight: 600;
}

button.share-link {
	font-family: inherit;
}

.share-link:hover {
	border-color: var(--ypas-primary);
	color: var(--ypas-primary);
}

.article-featured-image,
.page-featured-image {
	margin: 18px 0;
}

.article-featured-image img,
.page-featured-image img {
	width: 100%;
	border-radius: var(--ypas-radius);
}

.article-featured-image figcaption {
	margin-top: 7px;
	color: var(--ypas-muted);
	font-size: 12px;
	text-align: center;
}

.entry-content {
	font-size: 16px;
	line-height: 1.55;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content p {
	margin-bottom: 1.3em;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-top: 1.5em;
}

.entry-content h2 {
	font-size: 25px;
}

.entry-content h3 {
	font-size: 21px;
}

.entry-content a {
	color: var(--ypas-primary);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.entry-content blockquote {
	margin: 1.5em 0;
	padding: 17px 20px;
	border-left: 4px solid var(--ypas-primary);
	border-radius: 0 var(--ypas-radius) var(--ypas-radius) 0;
	background: var(--ypas-soft);
	font-size: 1.08em;
	font-style: italic;
}

.entry-content blockquote p:last-child {
	margin-bottom: 0;
}

.entry-content img {
	border-radius: var(--ypas-radius);
}

.entry-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.5em 0;
}

.entry-content th,
.entry-content td {
	padding: 10px;
	border: 1px solid var(--ypas-line);
	text-align: left;
}

.entry-content iframe {
	max-width: 100%;
}

.mobile-share-block {
	display: none;
}

.related-posts {
	margin-top: 28px;
	padding-top: 20px;
	border-top: 2px dashed #e0e0e0;
}

.reading-progress {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2200;
	height: 3px;
	background: rgba(0, 0, 0, 0.08);
	pointer-events: none;
}

.reading-progress span {
	display: block;
	width: 0;
	height: 100%;
	background: linear-gradient(90deg, var(--ypas-primary), var(--ypas-secondary));
	transition: width 80ms linear;
}

/* Pages */
.page-shell {
	max-width: var(--ypas-container);
}

.standard-page {
	width: 100%;
}

.page-header h1 {
	margin-bottom: 20px;
	font-family: "Barlow", Arial, sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
}

.page-share {
	margin-top: 26px;
	padding-top: 20px;
	border-top: 2px dashed #e0e0e0;
}

/* Comments */
.comments-area {
	margin-top: 30px;
	padding-top: 24px;
	border-top: 1px solid var(--ypas-line);
}

.comments-title,
.comment-reply-title {
	font-family: "Barlow", Arial, sans-serif;
	font-size: 21px;
}

.comment-list,
.comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list .children {
	padding-left: 30px;
}

.comment-body {
	margin-bottom: 18px;
	padding: 15px;
	border: 1px solid var(--ypas-line);
	border-radius: var(--ypas-radius);
}

.comment-meta {
	margin-bottom: 10px;
}

.comment-author {
	display: flex;
	align-items: center;
	gap: 9px;
}

.comment-author .avatar {
	border-radius: 50%;
}

.comment-form label {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
}

.comment-form input:not([type="checkbox"]):not([type="submit"]),
.comment-form textarea,
.search-form .search-field {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ddd;
	border-radius: var(--ypas-radius);
	background: var(--ypas-white);
}

/* Empty and 404 states */
.empty-state,
.not-found-page {
	padding: 35px;
	border: 1px solid var(--ypas-line);
	border-radius: var(--ypas-radius);
	background: var(--ypas-soft);
	text-align: center;
}

.empty-state h2,
.not-found-page h1 {
	font-family: "Barlow", Arial, sans-serif;
}

.empty-state .search-form,
.not-found-page .search-form {
	display: flex;
	gap: 8px;
	max-width: 520px;
	margin: 18px auto;
}

.not-found-page__code {
	margin: 0;
	color: var(--ypas-primary);
	font-family: "Poppins", Arial, sans-serif;
	font-size: clamp(70px, 13vw, 150px);
	font-weight: 700;
	line-height: 0.9;
}

/* Footer */
.site-footer {
	border-top: 3px solid var(--ypas-secondary);
	background: var(--ypas-dark);
	color: var(--ypas-white);
}

.footer-main {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	padding-block: 48px 30px;
}

.footer-brand img {
	width: auto;
	max-width: 190px;
	max-height: 58px;
	filter: brightness(0) invert(1);
}

.footer-brand-column > p,
.footer-follow-column > p {
	max-width: 500px;
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
}

.footer-follow-column h2 {
	margin: 0;
	color: var(--ypas-white);
	font-family: "Barlow", Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
}

.footer-socials {
	margin-top: 13px;
}

.footer-socials .social-button {
	border-color: transparent;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 70px;
}

.footer-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.footer-menu a,
.site-copyright {
	color: rgba(255, 255, 255, 0.9);
	font-size: 13px;
}

.site-copyright {
	margin: 0;
	text-align: right;
}

@media (max-width: 1180px) {
	:root {
		--ypas-container: 1060px;
	}

	.primary-menu {
		gap: 24px;
	}

	.primary-menu > li > a {
		font-size: 13px;
	}
}

@media (max-width: 1024px) {
	:root {
		--ypas-header-height: 86px;
	}

	.admin-bar .site-header {
		top: 32px;
	}

	.header-main__inner {
		grid-template-columns: 50px minmax(0, 1fr) 50px;
		min-height: 86px;
		gap: 10px;
	}

	.site-brand {
		text-align: center;
	}

	.site-brand img {
		max-width: 220px;
		max-height: 62px;
	}

	.header-tools,
	.navigation-bar {
		display: none;
	}

	.mobile-menu-toggle,
	.mobile-search-toggle {
		display: inline-flex;
	}

	.content-with-sidebar {
		grid-template-columns: minmax(0, 1fr);
	}

	.sidebar-column {
		margin-top: 10px;
	}

	.sidebar-sticky {
		position: static;
	}

	.trending-panel {
		padding: 15px;
		border: 1px solid var(--ypas-line);
		border-radius: var(--ypas-radius);
	}

	.trending-list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 22px;
	}

	.hero-slider,
	.archive-hero {
		height: clamp(360px, 55vw, 520px);
	}

	.footer-main {
		padding-inline: 10px;
	}
}

@media (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}
}

@media (max-width: 767px) {
	:root {
		--ypas-header-height: 78px;
	}

	.site-container {
		width: min(calc(100% - 20px), var(--ypas-container));
	}

	.section-space {
		padding-block: 20px 38px;
	}

	.header-main__inner {
		min-height: 78px;
	}

	.site-brand img {
		max-width: 175px;
		max-height: 54px;
	}

	.hero-slider,
	.archive-hero {
		height: 40vh;
		min-height: 330px;
		max-height: 460px;
	}

	.hero-slide__content {
		padding: 18px;
	}

	.hero-slide__content h2 {
		max-width: 100%;
		font-size: 19px;
		line-height: 1.18;
	}

	.hero-slider__controls {
		top: 10px;
		right: 10px;
	}

	.hero-control {
		display: none;
	}

	.lead-grid,
	.category-panel__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.news-grid-card__title {
		font-size: 14px;
		line-height: 1.18;
	}

	.news-list-card,
	.news-list-card.is-compact {
		grid-template-columns: minmax(110px, 38%) minmax(0, 1fr);
		gap: 10px;
		padding: 10px 0;
	}

	.news-list-card__title,
	.news-list-card.is-compact .news-list-card__title {
		font-size: 16px;
		line-height: 1.17;
		-webkit-line-clamp: 3;
	}

	.news-list-card__excerpt {
		display: none;
	}

	.post-category,
	.post-meta-line {
		font-size: 10px;
	}

	.section-heading h1,
	.section-heading h2 {
		font-size: 20px;
	}

	.category-panel {
		padding: 14px 10px;
	}

	.trending-list {
		grid-template-columns: minmax(0, 1fr);
	}

	.article-title {
		font-size: 27px;
	}

	.article-header > .share-links {
		display: none;
	}

	.article-meta {
		font-size: 12px;
	}

	.article-featured-image {
		margin-inline: -10px;
	}

	.article-featured-image img {
		border-radius: 0;
	}

	.entry-content {
		font-size: 16px;
		line-height: 1.55;
	}

	.mobile-share-block {
		display: grid;
		gap: 10px;
		margin-top: 25px;
		padding: 16px;
		border-radius: var(--ypas-radius);
		background: linear-gradient(180deg, rgba(255, 255, 255, 0), var(--ypas-soft));
	}

	.page-header h1 {
		font-size: 25px;
	}

	.footer-main {
		grid-template-columns: minmax(0, 1fr);
		gap: 25px;
		padding-block: 45px 28px;
		text-align: center;
	}

	.footer-brand,
	.footer-socials {
		display: flex;
		justify-content: center;
	}

	.footer-brand-column > p,
	.footer-follow-column > p {
		margin-inline: auto;
	}

	.footer-follow-column h2 {
		font-size: 18px;
	}

	.footer-bottom__inner {
		flex-direction: column;
		justify-content: center;
		min-height: 100px;
		padding-block: 18px;
		text-align: center;
	}

	.footer-menu {
		justify-content: center;
	}

	.site-copyright {
		text-align: center;
	}

	.search-overlay__dialog {
		padding: 28px 18px 20px;
	}

	.search-overlay__field {
		flex-direction: column;
	}

	.search-overlay__field button {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.lead-grid,
	.category-panel__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.news-grid-card {
		display: grid;
		grid-template-columns: 42% minmax(0, 1fr);
		align-items: center;
		gap: 10px;
	}

	.news-grid-card__media {
		margin-bottom: 0;
	}

	.news-list-card,
	.news-list-card.is-compact {
		grid-template-columns: 112px minmax(0, 1fr);
	}

	.news-list-card__title,
	.news-list-card.is-compact .news-list-card__title {
		font-size: 15px;
	}

	.hero-slider,
	.archive-hero {
		min-height: 300px;
	}

	.share-link {
		flex: 1 1 auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

/* Reference-aligned layout: Signal-style proportions with YPAS branding. */
:root {
	--ypas-primary: #20964f;
	--ypas-primary-dark: #13733a;
	--ypas-secondary: #92df00;
	--ypas-text: #1f1f1f;
	--ypas-heading: #161616;
	--ypas-muted: #9b9b9b;
	--ypas-line: #ededed;
	--ypas-soft: #f4f4f4;
	--ypas-dark: #343434;
	--ypas-radius: 8px;
	--ypas-radius-small: 5px;
	--ypas-container: 1140px;
	--ypas-header-height: 139px;
}

body,
button,
input,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6,
.hero-slide__content h2,
.news-grid-card__title,
.news-list-card__title,
.section-heading h1,
.section-heading h2,
.article-title,
.page-header h1 {
	font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
}

body {
	font-size: 14px;
	line-height: 1.45;
}

.site-container {
	width: min(calc(100% - 40px), 1140px);
}

.site-header {
	position: relative;
	top: auto;
	box-shadow: none;
}

.admin-bar .site-header {
	top: auto;
}

.header-main__inner {
	grid-template-columns: minmax(225px, 1fr) minmax(0, 2fr);
	min-height: 95px;
	gap: 24px;
}

.site-brand img {
	max-width: 215px;
	max-height: 61px;
}

.header-tools {
	gap: 14px;
}

.header-search {
	width: 255px;
	min-width: 255px;
	height: 37px;
	padding-inline: 14px;
	border-color: #e8e8e8;
	border-radius: 8px;
	font-size: 12px;
}

.header-date {
	font-size: 12px;
	font-weight: 500;
}

.header-socials .social-button {
	width: 29px;
	height: 29px;
	border-color: #e8e8e8;
}

.header-socials .social-button .ypas-icon {
	font-size: 14px;
}

.navigation-bar {
	background: linear-gradient(90deg, #2d934e 0%, #8fde00 100%);
}

.primary-navigation,
.primary-menu > li > a {
	min-height: 44px;
}

.primary-menu {
	gap: 32px;
}

.primary-menu > li > a {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0;
}

.section-space {
	padding-block: 20px 68px;
}

.content-with-sidebar {
	grid-template-columns: minmax(0, 740px) minmax(300px, 360px);
	gap: 40px;
}

.sidebar-sticky {
	top: 20px;
}

.admin-bar .sidebar-sticky {
	top: 52px;
}

.home-section {
	margin-top: 18px;
}

.section-heading {
	gap: 9px;
	margin-bottom: 11px;
}

.section-heading__mark {
	width: 0;
	height: 0;
	flex: 0 0 auto;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 13px solid var(--ypas-primary);
}

.section-heading__mark::before,
.section-heading__mark::after {
	display: none;
}

.section-heading h1,
.section-heading h2 {
	font-size: 19px;
	font-weight: 700;
	line-height: 1.1;
}

.hero-slider,
.archive-hero {
	height: 430px;
	min-height: 0;
	max-height: none;
	border-radius: 8px;
}

.hero-slide__overlay {
	inset: 43% 0 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.57) 45%, rgba(0, 0, 0, 0.94) 100%);
}

.hero-slide__content {
	padding: 17px 20px;
}

.hero-slide__category {
	margin-bottom: 2px;
}

.hero-slide__category .post-category {
	font-size: 10px;
	font-weight: 700;
}

.hero-slide__content h2 {
	max-width: 94%;
	margin-bottom: 4px;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.08;
}

.hero-slide__content time {
	font-size: 10px;
	font-weight: 600;
}

.hero-slider__controls {
	display: none;
}

.home .hero-slider .hero-slide__category,
.home .news-list .news-list-card__kicker {
	display: none;
}

.archive-hero {
	margin-bottom: 17px;
}

.lead-grid,
.category-panel__grid {
	gap: 14px;
	margin-top: 14px;
}

.news-grid-card__media {
	aspect-ratio: 1.58 / 1;
	margin-bottom: 7px;
	border-radius: 6px;
}

.news-grid-card__body {
	gap: 2px;
}

.news-grid-card__title {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.13;
}

.lead-grid .news-grid-card__kicker,
.lead-grid .post-meta-line {
	display: none;
}

.post-category {
	font-size: 10px;
	font-weight: 700;
}

.post-meta-line {
	gap: 0;
	font-size: 10px;
	font-weight: 400;
}

.post-meta-line .ypas-icon {
	display: none;
}

.news-list-card,
.news-list-card.is-compact {
	grid-template-columns: 190px minmax(0, 1fr);
	gap: 15px;
	min-height: 112px;
	padding: 7px 0;
	border-bottom: 0;
}

.news-list-card:first-child {
	padding-top: 0;
}

.news-list-card__media {
	aspect-ratio: 1.67 / 1;
	border-radius: 5px;
}

.news-list-card__body {
	gap: 2px;
}

.news-list-card__title,
.news-list-card.is-compact .news-list-card__title {
	font-size: 19px;
	font-weight: 500;
	line-height: 1.08;
	-webkit-line-clamp: 3;
}

.news-list-card__excerpt {
	display: none;
}

.load-more-wrap {
	padding-top: 22px;
}

.load-more-button {
	min-width: 145px;
	min-height: 40px;
	padding: 7px 17px;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 500;
}

.category-panel {
	padding: 12px 14px 14px;
	border-radius: 8px;
}

.category-panel .section-heading {
	margin-bottom: 11px;
}

.category-panel__grid {
	margin-top: 0;
}

.category-panel--dark .news-grid-card__kicker {
	margin-bottom: 2px;
}

.category-panel--dark .post-meta-line {
	display: none;
}

.category-panel--dark .news-grid-card__title {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.12;
}

.home-feed-section {
	margin-top: 12px;
}

.ypas-ad--placeholder {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #c5c5c5;
	color: #fff;
	font-family: Arial, sans-serif;
}

.ypas-ad--placeholder strong {
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
}

.ad-placeholder__line {
	position: absolute;
	top: 20px;
	left: 20px;
	height: 7px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
}

.ad-placeholder__line--long {
	width: 64px;
}

.ad-placeholder__line--short {
	top: 34px;
	width: 27px;
}

.ad-placeholder__pill {
	position: absolute;
	right: 18px;
	bottom: 17px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 28px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.5);
	font-size: 10px;
	letter-spacing: 0.06em;
}

.ypas-ad--sidebar {
	width: 300px;
	height: 250px;
	margin: 0 0 16px;
	border-radius: 12px;
}

.ypas-ad--after_hero {
	width: 100%;
	height: 90px;
	margin: 18px 0 14px;
	border-radius: 9px;
}

.ypas-ad--after_hero.ypas-ad--placeholder strong {
	font-size: 24px;
}

.ypas-ad--after_hero .ad-placeholder__line {
	top: 20px;
	left: 30px;
}

.ypas-ad--after_hero .ad-placeholder__pill {
	right: 25px;
	bottom: 31px;
}

.trending-panel {
	width: 320px;
	margin-inline: 0;
	padding: 0;
}

.trending-panel .section-heading {
	margin-bottom: 2px;
}

.trending-panel .section-heading h2 {
	font-size: 20px;
}

.trending-list li {
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 8px;
	padding: 14px 0;
}

.trending-number {
	color: #d3d3d3;
	font-size: 29px;
	font-weight: 400;
	line-height: 0.95;
}

.trending-list a {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.18;
	-webkit-line-clamp: 4;
}

.archive-title {
	margin-bottom: 13px;
}

.archive-title .section-heading__mark {
	display: none;
}

.archive-title h1 {
	color: var(--ypas-primary);
	font-size: 21px;
	font-weight: 600;
}

.archive-description {
	margin: -3px 0 16px;
	font-size: 13px;
}

.article-header {
	gap: 6px;
	margin-bottom: 14px;
}

.article-breadcrumb {
	gap: 5px;
	min-height: 18px;
	color: var(--ypas-primary);
	font-size: 10px;
	font-weight: 600;
}

.article-breadcrumb .ypas-icon {
	font-size: 12px;
}

.article-breadcrumb__mark {
	display: none;
}

.article-title {
	font-size: 35px;
	font-weight: 600;
	line-height: 1.08;
}

.article-meta {
	gap: 3px;
	color: #3d3d3d;
	font-size: 12px;
	font-weight: 500;
}

.article-meta > span,
.article-meta > time {
	display: inline;
}

.article-header > .share-links {
	margin-top: 2px;
}

.share-links {
	gap: 6px;
}

.share-link {
	width: 32px;
	height: 32px;
	min-height: 32px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	color: #fff;
}

.share-link .ypas-icon {
	font-size: 17px;
}

.share-link--facebook {
	background: #1877f2;
}

.share-link--twitter {
	background: #101010;
}

.share-link--whatsapp {
	background: #22aa51;
}

.share-link--telegram {
	background: #229ed9;
}

.share-link:hover {
	color: #fff;
	opacity: 0.82;
}

.article-featured-image,
.page-featured-image {
	margin: 17px 0 24px;
}

.article-featured-image img,
.page-featured-image img,
.entry-content img {
	border-radius: 0;
}

.article-featured-image figcaption {
	font-size: 10px;
}

.entry-content {
	font-size: 14px;
	line-height: 1.65;
}

.entry-content p {
	margin-bottom: 1.65em;
}

.related-posts {
	margin-top: 34px;
	padding-top: 17px;
	border-top: 1px dashed #d9d9d9;
}

.related-posts .news-list-card,
.related-posts .news-list-card.is-compact {
	grid-template-columns: 170px minmax(0, 1fr);
	min-height: 105px;
	padding-block: 6px;
}

.related-posts .news-list-card__kicker {
	display: none;
}

.related-posts .news-list-card__title,
.related-posts .news-list-card.is-compact .news-list-card__title {
	font-size: 17px;
	line-height: 1.08;
}

.reading-progress {
	display: none;
}

.site-footer {
	border-top: 3px solid var(--ypas-secondary);
	background: #343434;
}

.footer-main {
	display: block;
	padding-block: 48px 23px;
}

.footer-content-column {
	max-width: 560px;
}

.footer-brand img {
	max-width: 195px;
	max-height: 54px;
}

.footer-brand img[src*="ypas-logo-footer.svg"] {
	filter: none;
}

.footer-content-column > p,
.footer-follow-text {
	max-width: 540px;
	margin: 12px 0 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 12px;
	font-weight: 300;
	line-height: 1.45;
}

.footer-follow-title {
	margin: 14px 0 0;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.footer-follow-text {
	margin-top: 2px;
}

.footer-socials {
	margin-top: 13px;
}

.footer-socials .social-button {
	width: 30px;
	height: 30px;
}

.footer-bottom {
	border-top: 0;
}

.footer-bottom__inner {
	min-height: 70px;
	padding-bottom: 14px;
}

.footer-menu {
	gap: 15px;
}

.footer-menu a,
.site-copyright {
	font-size: 11px;
	font-weight: 400;
}

@media (max-width: 1180px) {
	:root {
		--ypas-container: 1040px;
	}

	.site-container {
		width: min(calc(100% - 40px), 1040px);
	}

	.content-with-sidebar {
		grid-template-columns: minmax(0, 680px) minmax(300px, 320px);
		gap: 40px;
	}

	.primary-menu {
		gap: 24px;
	}

	.primary-menu > li > a {
		font-size: 12px;
	}
}

@media (max-width: 1024px) {
	:root {
		--ypas-header-height: 78px;
	}

	.header-main__inner {
		grid-template-columns: 46px minmax(0, 1fr) 46px;
		min-height: 78px;
	}

	.content-with-sidebar {
		grid-template-columns: minmax(0, 1fr);
		gap: 30px;
	}

	.sidebar-sticky {
		position: static;
	}

	.trending-panel {
		width: min(100%, 740px);
		margin-inline: auto;
		padding: 0;
		border: 0;
	}

	.trending-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 24px;
	}
}

@media (max-width: 767px) {
	.site-container {
		width: min(calc(100% - 24px), 1140px);
	}

	.section-space {
		padding-block: 14px 42px;
	}

	.header-main__inner {
		min-height: 70px;
	}

	.site-brand img {
		max-width: 165px;
		max-height: 48px;
	}

	.hero-slider,
	.archive-hero {
		height: 265px;
		min-height: 0;
		max-height: none;
	}

	.hero-slide__content {
		padding: 14px;
	}

	.hero-slide__content h2 {
		font-size: 21px;
	}

	.lead-grid,
	.category-panel__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 11px;
	}

	.news-grid-card {
		display: block;
	}

	.news-grid-card__media {
		margin-bottom: 6px;
	}

	.news-list-card,
	.news-list-card.is-compact,
	.related-posts .news-list-card,
	.related-posts .news-list-card.is-compact {
		grid-template-columns: 120px minmax(0, 1fr);
		gap: 10px;
		min-height: 82px;
		padding-block: 6px;
	}

	.news-list-card__title,
	.news-list-card.is-compact .news-list-card__title,
	.related-posts .news-list-card__title,
	.related-posts .news-list-card.is-compact .news-list-card__title {
		font-size: 16px;
		line-height: 1.08;
	}

	.ypas-ad--after_hero {
		height: 72px;
	}

	.ypas-ad--sidebar {
		max-width: 300px;
	}

	.trending-list {
		grid-template-columns: minmax(0, 1fr);
	}

	.article-title {
		font-size: 29px;
	}

	.article-header > .share-links {
		display: flex;
	}

	.article-featured-image {
		margin-inline: 0;
	}

	.entry-content {
		font-size: 15px;
	}

	.mobile-share-block {
		display: none;
	}

	.footer-main {
		padding: 39px 0 20px;
		text-align: left;
	}

	.footer-brand,
	.footer-socials {
		justify-content: flex-start;
	}

	.footer-content-column > p,
	.footer-follow-text {
		margin-inline: 0;
	}

	.footer-bottom__inner {
		align-items: flex-start;
		text-align: left;
	}

	.footer-menu {
		justify-content: flex-start;
	}

	.site-copyright {
		text-align: left;
	}
}

@media (max-width: 480px) {
	.lead-grid,
	.category-panel__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.news-grid-card {
		display: grid;
		grid-template-columns: 42% minmax(0, 1fr);
		gap: 10px;
	}

	.news-grid-card__media {
		margin-bottom: 0;
	}

	.hero-slider,
	.archive-hero {
		height: 235px;
	}

	.footer-bottom__inner {
		flex-direction: column;
		gap: 12px;
	}
}

/* Final v1.2 overrides: keep the v1.1 look with normal readable sizing. */
.article-breadcrumb,.article-breadcrumb .post-category{font-size:15px}.article-title{font-size:clamp(34px,4vw,48px);line-height:1.16}.article-meta{font-size:15px;line-height:1.5}.entry-content{font-size:var(--article-font-size,18px);line-height:1.8}.post-category{font-size:13px}.article-tools{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:10px}.article-tool{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:8px 13px;border:1px solid #d9e0dc;border-radius:8px;background:#fff;color:var(--ypas-primary);font-size:14px;font-weight:600;cursor:pointer}.article-tool:hover,.article-tool[aria-pressed=true]{background:var(--ypas-primary);color:#fff}.article-featured-image{position:relative;margin:20px 0 26px}.article-image-preview{position:relative;display:block;overflow:hidden;aspect-ratio:16/9;background:var(--ypas-soft)}.article-image-preview img{width:100%;height:100%;object-fit:cover}.image-zoom-icon{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;background:rgba(0,0,0,.34);opacity:0;transition:opacity .2s ease}.image-zoom-icon .ypas-icon{width:46px;height:46px;padding:10px;border-radius:50%;background:rgba(0,0,0,.55)}.article-image-preview:hover .image-zoom-icon,.article-image-preview:focus .image-zoom-icon{opacity:1}.article-featured-image figcaption{padding:9px 12px;background:#f4f5f4;color:#555;font-size:14px;line-height:1.5}.entry-content img{max-width:100%;height:auto}.article-editorial{margin:28px 0;padding:18px 20px;border-left:4px solid var(--ypas-secondary);background:#f5f7f6;font-size:15px}.article-editorial strong{display:block;color:var(--ypas-primary);font-size:18px}.image-lightbox{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:28px;background:rgba(0,0,0,.9)}.image-lightbox img{max-width:96vw;max-height:90vh;object-fit:contain}.image-lightbox button{position:absolute;top:16px;right:20px;width:44px;height:44px;border:0;border-radius:50%;background:#fff;color:#111;font-size:30px;cursor:pointer}.ypas-ad--home_top,.ypas-ad--home_middle,.ypas-ad--home_bottom,.ypas-ad--article_top,.ypas-ad--article_middle,.ypas-ad--article_bottom{margin:22px 0;text-align:center;overflow:hidden}.primary-navigation{overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none}.primary-navigation::-webkit-scrollbar{display:none}.primary-menu{width:max-content;min-width:100%}
@media(max-width:767px){.navigation-bar{display:block;overflow:hidden}.primary-navigation{width:100%;padding-inline:12px}.primary-menu{display:flex;gap:18px;white-space:nowrap}.primary-menu>li>a{min-height:44px;font-size:14px}.primary-menu .sub-menu{display:none}.article-title{font-size:30px;line-height:1.2}.article-meta,.article-breadcrumb,.article-breadcrumb .post-category{font-size:14px}.entry-content{font-size:var(--article-font-size,18px);line-height:1.75}.share-links{display:flex;flex-wrap:nowrap;gap:10px;overflow-x:auto}.share-link{width:42px;height:42px;min-width:42px}.article-featured-image figcaption{font-size:13px}}

/* v1.2.1 interaction and single-post refinements */
.hero-slider{touch-action:pan-y;user-select:none;cursor:grab}.hero-slider:active{cursor:grabbing}.hero-slider__controls{top:auto;right:50%;bottom:16px;transform:translateX(50%)}.hero-dots{gap:7px;background:rgba(0,0,0,.48)}.hero-dot{width:9px;height:9px}.hero-dot.is-active{width:24px}.article-breadcrumb{display:flex;align-items:center;gap:8px}.article-breadcrumb .post-category{display:inline-block!important;color:var(--ypas-primary)!important;font-size:16px!important;font-weight:700}.article-breadcrumb .post-category:empty{display:none!important}.article-title{font-size:clamp(30px,3.3vw,42px);font-weight:600;line-height:1.16}.article-meta{font-size:17px;font-weight:500}.article-tools{justify-content:space-between;width:100%;margin:12px 0 22px}.article-tools__left,.article-tools__right{display:flex;align-items:center;gap:8px}.article-tool{min-width:46px;min-height:44px;border-radius:9px;font-size:16px}.article-tool--listen{padding-inline:16px}.share-links{align-items:center}.share-link{flex:0 0 40px;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;padding:0!important;border-radius:50%!important;overflow:hidden}.share-link .ypas-icon{width:19px;height:19px}
@media(max-width:767px){.hero-slider__controls{bottom:10px}.hero-control{width:34px;height:34px}.article-title{font-size:28px;line-height:1.18}.article-meta{font-size:16px;line-height:1.55}.article-breadcrumb,.article-breadcrumb .post-category{font-size:15px!important}.article-header>.share-links{display:flex;justify-content:space-between;width:100%;overflow:visible}.share-link{flex:0 0 44px;width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;border-radius:50%!important}.article-tools{margin-top:10px}.article-tool{min-width:46px;min-height:44px;font-size:15px}}

/* v1.2.2 reference sizing, sticky header and motion */
:root{--ypas-header-height:139px}.site-header{position:sticky!important;top:0!important;z-index:1000;box-shadow:0 1px 0 rgba(0,0,0,.06);transition:box-shadow .28s ease,transform .28s ease}.admin-bar .site-header{top:32px!important}.header-main,.header-main__inner,.site-brand img,.header-tools,.navigation-bar,.primary-navigation,.primary-menu>li>a{transition:min-height .28s ease,max-height .28s ease,max-width .28s ease,padding .28s ease,opacity .2s ease,box-shadow .28s ease}.site-header.is-condensed{box-shadow:0 7px 24px rgba(12,45,25,.14)}.site-header.is-condensed .header-main__inner{min-height:62px}.site-header.is-condensed .site-brand img{max-width:155px;max-height:44px}.site-header.is-condensed .header-search{height:34px}.site-header.is-condensed .primary-navigation,.site-header.is-condensed .primary-menu>li>a{min-height:38px}.site-header.is-condensed .primary-menu>li>a{font-size:12px}.hero-slider__controls{display:flex!important}.hero-slide{cursor:pointer}.hero-slide__media,.hero-slide__content{z-index:2}.hero-slide__overlay{z-index:1}.entry-content{font-size:var(--article-font-size,16px);line-height:1.72}.article-title{font-size:clamp(30px,3.1vw,39px);line-height:1.13}.article-meta{font-size:16px}.news-list-card__title{line-height:1.16}.ypas-motion-ready .hero-slider,.ypas-motion-ready .lead-grid,.ypas-motion-ready .home-section,.ypas-motion-ready .single-article,.ypas-motion-ready .archive-hero,.ypas-motion-ready .news-list-card,.ypas-motion-ready .category-panel,.ypas-motion-ready .sidebar-column{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s cubic-bezier(.2,.7,.2,1)}.ypas-motion-ready .is-visible{opacity:1;transform:none}.post-media img,.news-grid-card__media img,.hero-slide__media img{transition:transform .5s cubic-bezier(.2,.7,.2,1)}.post-media:hover img,.news-grid-card:hover .news-grid-card__media img,.hero-slide:hover .hero-slide__media img{transform:scale(1.025)}
@media(max-width:782px){.admin-bar .site-header{top:46px!important}}
@media(max-width:767px){:root{--ypas-header-height:108px}.header-main__inner{min-height:62px}.site-brand img{max-width:165px;max-height:48px}.site-header.is-condensed .header-main__inner{min-height:50px}.site-header.is-condensed .site-brand img{max-width:125px;max-height:36px}.site-header.is-condensed .primary-navigation,.site-header.is-condensed .primary-menu>li>a{min-height:34px}.hero-slider,.archive-hero{height:auto!important;min-height:0!important;aspect-ratio:1.58/1}.hero-slider__controls{bottom:8px}.hero-control{display:none}.hero-slide__content{padding:12px 13px 14px}.hero-slide__content h2{font-size:18px;line-height:1.08}.hero-slide__content time{font-size:10px}.lead-grid{gap:9px;margin-top:9px}.news-grid-card__title{font-size:13px;line-height:1.1}.section-heading h1,.section-heading h2{font-size:18px}.article-title{font-size:27px;line-height:1.15}.article-meta{font-size:15px}.entry-content{font-size:var(--article-font-size,16px);line-height:1.68}}
.ypas-motion-ready .news-list-card:not(.ypas-reveal){opacity:1;transform:none}
.hero-slide__media{z-index:0}.hero-slide__overlay{z-index:1}.hero-slide__content{z-index:2}

/* v1.2.3 natural typography and mobile hero */
body,button,input,textarea,select,h1,h2,h3,h4,h5,h6,.hero-slide__content h2,.news-grid-card__title,.news-list-card__title,.section-heading h1,.section-heading h2,.article-title,.page-header h1{font-family:Arial,Helvetica,sans-serif}.hero-dots{display:none!important}.hero-slider__controls{right:16px;bottom:16px;transform:none;gap:8px}.trending-panel .section-heading h2{font-size:22px}.trending-list li{grid-template-columns:44px minmax(0,1fr);gap:10px;padding:16px 0}.trending-number{font-size:32px}.trending-list a{font-size:17px;font-weight:500;line-height:1.32;-webkit-line-clamp:4}
@media(max-width:767px){.site-container{width:min(calc(100% - 20px),1140px)}.hero-slider,.archive-hero{aspect-ratio:5/3}.hero-slider__controls{display:none!important}.hero-slide__content{padding:15px 18px 17px}.hero-slide__content h2{font-size:18px;font-weight:700;line-height:1.14}.lead-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 12px;margin-top:18px}.news-grid-card__media{aspect-ratio:3/2;margin-bottom:9px}.news-grid-card__title{font-size:15px;line-height:1.18;font-weight:500;-webkit-line-clamp:3}.section-heading h1,.section-heading h2{font-size:20px}.trending-panel .section-heading h2{font-size:21px}.trending-list a{font-size:16px;line-height:1.3}.trending-number{font-size:30px}}

/* v1.2.4 restore the original YPAS News typeface; size changes remain. */
body,button,input,textarea,select,h1,h2,h3,h4,h5,h6,.hero-slide__content h2,.news-grid-card__title,.news-list-card__title,.section-heading h1,.section-heading h2,.article-title,.page-header h1{font-family:"Barlow Condensed","Arial Narrow",Arial,sans-serif}

/* v1.2.5 content, share, archive hero and configurable homepage section */
.entry-content{font-size:var(--article-font-size,21px);line-height:1.68;margin-bottom:1.3em}.entry-content p{margin-bottom:1.3em}.article-breadcrumb{justify-content:flex-start}.article-breadcrumb .post-category{display:inline-block!important;color:var(--ypas-primary)!important}.archive-hero .hero-slider__track{position:relative;width:100%;height:100%}.archive-hero .hero-slide{position:absolute;inset:0;opacity:1;visibility:visible}.archive-hero .hero-slide__media,.archive-hero .hero-slide__media img{width:100%;height:100%}.extra-category-section{padding:18px;border:1px solid var(--ypas-line);border-radius:10px;background:linear-gradient(145deg,#fff 0%,#f6faf7 100%)}.extra-category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.extra-category-grid .news-grid-card__media{aspect-ratio:16/9}.extra-category-grid .news-grid-card__title{font-size:18px;line-height:1.2}
@media(max-width:767px){.article-header>.share-links,.mobile-share-block .share-links{justify-content:flex-start!important;gap:12px;width:100%;overflow:visible}.share-link{flex:0 0 44px!important}.share-link .ypas-icon{width:24px!important;height:24px!important;font-size:24px!important}.entry-content{font-size:var(--article-font-size,21px);line-height:1.68;margin-bottom:1.3em}.lead-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:repeat(2,auto);gap:14px 12px}.lead-grid .news-grid-card{display:block}.lead-grid .news-grid-card__media{display:block;width:100%;aspect-ratio:3/2;margin:0 0 9px}.lead-grid .news-grid-card__title{display:-webkit-box;font-size:15px;line-height:1.18}.archive-hero{position:relative;width:100%;aspect-ratio:5/3!important;height:auto!important;overflow:hidden}.extra-category-section{padding:14px}.extra-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 10px}.extra-category-grid .news-grid-card__title{font-size:15px}}

/* v1.2.6 empty ads, navigation and lead-grid behavior */
.ypas-ad:empty{display:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important}.entry-content{font-size:var(--article-font-size,16px);line-height:1.68;margin-bottom:1.3em}.article-breadcrumb{font-size:16px}.article-title{font-size:clamp(30px,3.1vw,39px)}.article-meta{font-size:16px}.lead-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.lead-grid>.news-grid-card:nth-child(4){display:none}
@media(min-width:768px){.primary-menu{width:100%!important;min-width:100%;justify-content:space-between;gap:12px}.primary-menu>li>a{font-size:16px}.site-header.is-condensed .primary-menu>li>a{font-size:14px}}
@media(max-width:767px){.primary-menu{justify-content:flex-start;gap:22px}.primary-menu>li>a{font-size:15px}.entry-content{font-size:var(--article-font-size,16px);line-height:1.68}.lead-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:repeat(2,auto)}.lead-grid>.news-grid-card:nth-child(4){display:block}.article-breadcrumb,.article-breadcrumb .post-category{font-size:16px!important}.article-title{font-size:27px;line-height:1.15}.article-meta{font-size:15px}.article-header>.share-links{justify-content:flex-start!important;gap:12px}}

/* v1.2.7 breadcrumb, menus, inline-related and Nasional section */
.article-breadcrumb{display:flex!important;align-items:center;gap:9px;min-height:26px;visibility:visible!important;opacity:1!important;color:var(--ypas-primary);font-size:16px;font-weight:700}.article-breadcrumb__home{display:inline-flex;align-items:center;justify-content:center;color:var(--ypas-primary)}.article-breadcrumb__home .ypas-icon{width:20px;height:20px;font-size:20px}.article-breadcrumb__separator{font-size:19px}.article-breadcrumb .post-category{display:inline-block!important;font-size:16px!important;color:var(--ypas-primary)!important}.share-links{display:flex;justify-content:flex-start;align-items:center;gap:10px}.share-link{flex:0 0 42px!important;width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;border:0!important;border-radius:50%!important;box-shadow:0 2px 8px rgba(0,0,0,.12)}.share-link .ypas-icon{width:21px;height:21px}.post-meta-line time{font-size:15px;font-weight:500}.inline-related{display:grid;gap:8px;margin:28px 0;padding:16px 18px;border-left:4px solid var(--ypas-primary);border-radius:0 8px 8px 0;background:#f3f8f5}.inline-related__label{color:var(--ypas-primary);font-size:17px;text-transform:uppercase}.inline-related a{color:var(--ypas-heading);font-size:18px;font-weight:600;line-height:1.25}.inline-related a+a{padding-top:8px;border-top:1px solid #dce8e0}.primary-menu .menu-item-has-children>a::after{display:none}.desktop-submenu-toggle{position:absolute;top:50%;right:-17px;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:0;background:transparent;color:#fff;transform:translateY(-50%);cursor:pointer}.desktop-submenu-toggle::before{content:"";width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translate(-1px,-1px);transition:transform .18s ease}.desktop-submenu-toggle[aria-expanded=true]::before{transform:rotate(225deg) translate(-1px,-1px)}.primary-menu .sub-menu.is-open{opacity:1;visibility:visible;transform:translateY(0)}.national-section{padding:18px;border-radius:10px;background:#f4f7f5}.national-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:20px}.national-lead{overflow:hidden;border-radius:9px;background:#fff;box-shadow:0 8px 24px rgba(20,80,45,.09)}.national-lead__media{aspect-ratio:16/9;border-radius:0}.national-lead__body{padding:14px 16px}.national-lead h3{margin:0 0 7px;font-size:24px;line-height:1.15}.national-side-list{display:grid;align-content:start}.national-side-list .news-list-card{grid-template-columns:105px minmax(0,1fr);gap:11px;padding:8px 0}.national-side-list .news-list-card__title{font-size:16px}
@media(max-width:1024px){.mobile-menu-toggle,.mobile-search-toggle{width:48px;height:48px;font-size:30px}.mobile-menu-toggle .ypas-icon,.mobile-search-toggle .ypas-icon{width:30px;height:30px;font-size:30px}.mobile-submenu-toggle{width:42px;height:42px}.mobile-submenu-toggle::before{font-size:28px}}
@media(max-width:767px){.article-breadcrumb{font-size:16px!important}.article-breadcrumb .post-category{font-size:16px!important}.article-header>.share-links{gap:11px!important}.share-link{flex-basis:44px!important;width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important}.share-link .ypas-icon{width:23px!important;height:23px!important}.post-meta-line time{font-size:14px}.inline-related{margin:24px 0;padding:14px}.inline-related a{font-size:17px}.desktop-submenu-toggle{display:none}.national-section{padding:14px}.national-layout{grid-template-columns:minmax(0,1fr);gap:12px}.national-lead h3{font-size:21px}.national-side-list .news-list-card{grid-template-columns:100px minmax(0,1fr)}}

/* v1.2.8 taxonomy breadcrumb, sidebar categories and mobile sticky menu */
.sidebar-category-panel{margin-top:28px}.sidebar-category-list{display:grid;margin:0;padding:0;list-style:none}.sidebar-category-list li{border-bottom:1px solid var(--ypas-line)}.sidebar-category-list a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;color:var(--ypas-heading);font-size:17px;font-weight:600;line-height:1.25}.sidebar-category-list a:hover{color:var(--ypas-primary)}.sidebar-category-count{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:26px;padding:0 8px;border-radius:999px;background:var(--ypas-soft);color:var(--ypas-muted);font-size:14px;font-weight:600}
@media(max-width:767px){.site-header.is-condensed .primary-navigation,.site-header.is-condensed .primary-menu>li>a{min-height:44px}.site-header.is-condensed .primary-menu>li>a,.primary-menu>li>a{font-size:16px!important;line-height:1.2}.sidebar-category-panel{margin-top:24px}.sidebar-category-list a{font-size:16px}}

/* v1.2.9 reference news list, visible hero category, Hukum sidebar and tidy icons */
.home .hero-slider .hero-slide__category{display:block!important}.hero-slide__category{min-height:16px;margin-bottom:5px}.hero-slide__category .post-category{display:inline-flex!important;align-items:center;color:#fff!important;font-size:12px!important;font-weight:700;line-height:1.2;text-shadow:0 1px 3px rgba(0,0,0,.55)}
.news-list{display:grid;gap:10px}.news-list-card,.news-list-card.is-compact{display:grid;grid-template-columns:183px minmax(0,1fr);align-items:stretch;gap:15px;min-height:126px;padding:0;border:0;font-family:Arial,Helvetica,sans-serif}.news-list-card__media{width:183px;height:126px;aspect-ratio:auto;border-radius:6px}.news-list-card__body{display:flex;min-width:0;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px;padding:3px 0}.home .news-list .news-list-card__kicker{display:block}.news-list-card__kicker{min-height:14px;line-height:1}.news-list-card__kicker .post-category{font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:700;line-height:1;text-transform:uppercase}.news-list-card__title,.news-list-card.is-compact .news-list-card__title{margin:0;font-family:Arial,Helvetica,sans-serif;font-size:20px;font-weight:500;line-height:1.13;-webkit-line-clamp:3}.news-list-card .post-meta-line{margin-top:1px;color:#929292;font-family:Arial,Helvetica,sans-serif;font-size:11px;font-weight:400;line-height:1.2}.news-list-card .post-meta-line .ypas-icon{display:none}.load-more-wrap{text-align:center}
.sidebar-hukum-panel{width:320px;margin-top:30px}.sidebar-hukum-panel .section-heading{margin-bottom:10px}.sidebar-hukum-panel .section-heading h2,.sidebar-hukum-panel .section-heading h2 a{color:var(--ypas-heading);font-size:21px}.sidebar-hukum-list{display:grid;gap:12px}.sidebar-hukum-card{display:grid;grid-template-columns:104px minmax(0,1fr);gap:10px;min-height:72px}.sidebar-hukum-card__media{width:104px;height:72px;border-radius:5px}.sidebar-hukum-card__body{display:flex;min-width:0;flex-direction:column;justify-content:center;gap:3px}.sidebar-hukum-card__category{color:var(--ypas-primary);font-size:10px;font-weight:700;line-height:1;text-transform:uppercase}.sidebar-hukum-card h3{display:-webkit-box;overflow:hidden;margin:0;font-size:15px;font-weight:500;line-height:1.16;-webkit-box-orient:vertical;-webkit-line-clamp:3}.sidebar-hukum-card time{color:var(--ypas-muted);font-size:10px;line-height:1.2}
.sidebar-category-panel,.sidebar-category-list{display:none!important}.ypas-icon{display:block;flex:0 0 auto;width:1em;height:1em;vertical-align:middle}.social-button,.icon-button,.share-link,.article-tool{line-height:1}.social-button .ypas-icon,.icon-button .ypas-icon{width:19px;height:19px;font-size:19px}.mobile-menu-toggle .ypas-icon,.mobile-search-toggle .ypas-icon{width:28px;height:28px}.article-breadcrumb__home{width:24px;height:24px}.article-breadcrumb__home .ypas-icon{width:20px;height:20px}.share-link{display:inline-flex!important;align-items:center;justify-content:center;padding:0!important}.share-link .ypas-icon{display:block;margin:0}
@media(max-width:1024px){.sidebar-hukum-panel{width:min(100%,740px);margin-inline:auto}}
@media(max-width:767px){.news-list{gap:12px}.news-list-card,.news-list-card.is-compact{grid-template-columns:125px minmax(0,1fr);gap:11px;min-height:88px}.news-list-card__media{width:125px;height:88px}.news-list-card__body{gap:3px;padding:1px 0}.news-list-card__kicker .post-category{font-size:10px}.news-list-card__title,.news-list-card.is-compact .news-list-card__title{font-size:16px;line-height:1.14}.news-list-card .post-meta-line{font-size:10px}.sidebar-hukum-panel{margin-top:24px}.sidebar-hukum-card{grid-template-columns:112px minmax(0,1fr);min-height:78px}.sidebar-hukum-card__media{width:112px;height:78px}.sidebar-hukum-card h3{font-size:15px}}
.national-side-list .news-list-card.is-compact{grid-template-columns:105px minmax(0,1fr);gap:11px;min-height:72px;padding:8px 0}.national-side-list .news-list-card.is-compact .news-list-card__media{width:105px;height:72px}.national-side-list .news-list-card.is-compact .news-list-card__title{font-size:16px}

/* v1.3.0 resilient single images, hover submenu, dark mode and professional homepage */
.article-image-preview{isolation:isolate}.article-image-preview img{position:relative;z-index:2;background:var(--ypas-soft)}.article-image-fallback{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(145deg,var(--ypas-primary),var(--ypas-primary-dark));color:#fff}.article-image-fallback strong{font-family:Poppins,Arial,sans-serif;font-size:clamp(34px,7vw,70px);line-height:1}.article-image-fallback small{margin-top:6px;font-size:14px;letter-spacing:.35em}.article-featured-image.is-image-error .image-zoom-icon{display:none}
@media(min-width:1025px){.primary-menu .menu-item-has-children:hover>.sub-menu,.primary-menu .menu-item-has-children:focus-within>.sub-menu,.primary-menu .sub-menu.is-open{top:100%;opacity:1!important;visibility:visible!important;transform:translateY(0)!important;pointer-events:auto}.primary-menu .sub-menu{pointer-events:none}}
.theme-mode-toggle{position:relative;overflow:hidden}.theme-mode-toggle>span{display:flex;align-items:center;justify-content:center}.theme-mode-toggle__sun{display:none!important}.theme-mode-toggle--mobile{display:none}.home-topic-nav{display:flex;align-items:center;gap:14px;margin:20px 0 6px;padding:13px 15px;border:1px solid var(--ypas-line);border-radius:10px;background:var(--ypas-soft)}.home-topic-nav>strong{flex:0 0 auto;color:var(--ypas-heading);font-size:15px}.home-topic-chips{display:flex;gap:8px;overflow-x:auto;padding:2px;scrollbar-width:thin}.home-topic-chips a{flex:0 0 auto;padding:7px 12px;border:1px solid var(--ypas-line);border-radius:999px;background:#fff;color:var(--ypas-heading);font-size:13px;font-weight:600;line-height:1}.home-topic-chips a:hover{border-color:var(--ypas-primary);background:var(--ypas-primary);color:#fff}.category-showcase{padding:18px;border:1px solid var(--ypas-line);border-radius:12px;background:#fff;box-shadow:0 10px 30px rgba(20,80,45,.06)}.category-showcase__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.category-showcase__column{min-width:0}.category-showcase__column>header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px;padding-bottom:8px;border-bottom:2px solid var(--ypas-primary)}.category-showcase__column>header h3{margin:0;font-size:19px}.category-showcase__column>header a{color:var(--ypas-primary);font-size:11px;font-weight:700}.category-showcase__media{height:118px;border-radius:7px}.category-showcase__lead h4{display:-webkit-box;overflow:hidden;margin:8px 0 4px;font-size:17px;font-weight:600;line-height:1.16;-webkit-box-orient:vertical;-webkit-line-clamp:3}.category-showcase__lead time{color:var(--ypas-muted);font-size:11px}.category-showcase__column ul{margin:10px 0 0;padding:0;list-style:none}.category-showcase__column li{padding:8px 0;border-top:1px solid var(--ypas-line)}.category-showcase__column li a{display:-webkit-box;overflow:hidden;font-size:14px;font-weight:500;line-height:1.2;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.footer-content-column>p,.footer-follow-text{font-size:16px!important;font-weight:400!important;line-height:1.65!important}.footer-follow-title{font-size:19px!important}.footer-menu a,.site-copyright{font-size:14px!important;line-height:1.5}.footer-socials .social-button{width:38px;height:38px}
html[data-theme="dark"]{color-scheme:dark;--ypas-text:#d9e2dc;--ypas-heading:#f4f7f5;--ypas-muted:#a7b2aa;--ypas-light-muted:#98a49c;--ypas-line:#2c3931;--ypas-soft:#1a231d;--ypas-shadow:0 12px 35px rgba(0,0,0,.32)}html[data-theme="dark"] body{background:#0f1511;color:var(--ypas-text)}html[data-theme="dark"] .site-main,html[data-theme="dark"] .header-main,html[data-theme="dark"] .site-header,html[data-theme="dark"] .mobile-drawer__panel,html[data-theme="dark"] .search-overlay__dialog,html[data-theme="dark"] .primary-menu .sub-menu{background:#141c17;color:var(--ypas-text)}html[data-theme="dark"] .header-search,html[data-theme="dark"] .header-search input,html[data-theme="dark"] input,html[data-theme="dark"] textarea,html[data-theme="dark"] select,html[data-theme="dark"] .search-overlay__field{border-color:var(--ypas-line);background:#0d130f;color:var(--ypas-heading)}html[data-theme="dark"] .search-overlay{background:rgba(8,12,9,.96)}html[data-theme="dark"] .social-button,html[data-theme="dark"] .icon-button,html[data-theme="dark"] .article-tool,html[data-theme="dark"] .share-link{border-color:var(--ypas-line);background:#1a231d;color:var(--ypas-heading)}html[data-theme="dark"] .extra-category-section,html[data-theme="dark"] .national-section,html[data-theme="dark"] .category-showcase,html[data-theme="dark"] .national-lead,html[data-theme="dark"] .inline-related,html[data-theme="dark"] .article-editorial,html[data-theme="dark"] .comments-area,html[data-theme="dark"] .comment-body,html[data-theme="dark"] .home-topic-nav{border-color:var(--ypas-line);background:#151e18;color:var(--ypas-text)}html[data-theme="dark"] .home-topic-chips a{border-color:var(--ypas-line);background:#0f1511;color:var(--ypas-heading)}html[data-theme="dark"] .home-topic-chips a:hover{background:var(--ypas-primary);color:#fff}html[data-theme="dark"] .news-grid-card,html[data-theme="dark"] .news-list-card,html[data-theme="dark"] .sidebar-hukum-card,html[data-theme="dark"] .widget,html[data-theme="dark"] .trending-panel{color:var(--ypas-text)}html[data-theme="dark"] .category-panel--dark{background:#090e0b}html[data-theme="dark"] .entry-content blockquote,html[data-theme="dark"] .entry-content pre,html[data-theme="dark"] .entry-content code,html[data-theme="dark"] .wp-block-table table{border-color:var(--ypas-line);background:#151e18;color:var(--ypas-text)}html[data-theme="dark"] .primary-menu .sub-menu a:hover{background:#202c24}html[data-theme="dark"] .theme-mode-toggle__moon{display:none!important}html[data-theme="dark"] .theme-mode-toggle__sun{display:flex!important}html[data-theme="dark"] .site-footer{background:#080c09!important}
@media(max-width:1024px){.theme-mode-toggle--mobile{position:absolute;top:50%;right:54px;z-index:3;display:inline-flex;transform:translateY(-50%)}}
@media(max-width:767px){.home-topic-nav{display:block;margin-top:16px;padding:12px}.home-topic-nav>strong{display:block;margin-bottom:9px}.category-showcase{padding:14px}.category-showcase__grid{grid-template-columns:minmax(0,1fr);gap:22px}.category-showcase__media{height:auto;aspect-ratio:16/9}.footer-content-column>p,.footer-follow-text{font-size:15px!important}.footer-menu a,.site-copyright{font-size:13px!important}.footer-bottom__inner{gap:14px}}

/* v1.3.1 unified Barlow Condensed typography and visible list categories */
html,body,button,input,textarea,select,option,h1,h2,h3,h4,h5,h6,p,a,span,strong,small,time,label,blockquote,figcaption,li,.hero-slide__content h2,.news-grid-card__title,.news-list-card,.news-list-card__title,.news-list-card.is-compact .news-list-card__title,.news-list-card__kicker .post-category,.post-category,.post-meta-line,.section-heading h1,.section-heading h2,.article-title,.page-header h1,.footer-content-column,.footer-menu,.site-copyright,.widget-title{font-family:"Barlow Condensed","Arial Narrow",Arial,sans-serif!important}
.news-list-card,.news-list-card.is-compact,.news-list-card__title,.news-list-card.is-compact .news-list-card__title,.news-list-card__kicker .post-category,.news-list-card .post-meta-line{font-family:"Barlow Condensed","Arial Narrow",Arial,sans-serif!important}
.news-list-card__body{display:flex;flex-direction:column;align-items:flex-start}.news-list-card__kicker,.home .news-list .news-list-card__kicker,.related-posts .news-list-card__kicker{display:block!important;order:0;min-height:14px;margin:0 0 2px}.news-list-card__title{order:1}.news-list-card .post-meta-line{order:2}.news-list-card__kicker .post-category{font-size:12px;font-weight:700;line-height:1;text-transform:uppercase}
@media(max-width:767px){.news-list-card__kicker .post-category{font-size:11px}}

/* v1.4.0 professional Customizer system */
:root{--ypas-font-body:"Barlow Condensed","Arial Narrow",Arial,sans-serif;--ypas-font-heading:"Barlow Condensed","Arial Narrow",Arial,sans-serif;--ypas-page-background:#fff;--ypas-surface:#fff;--ypas-base-font-size:16px;--ypas-custom-article-size:18px;--ypas-dark-background:#0f1511;--ypas-dark-surface:#141c17;--ypas-dark-text:#d9e2dc}
html,body,button,input,textarea,select,option,p,a,span,strong,small,time,label,blockquote,figcaption,li,.news-list-card,.news-list-card.is-compact,.news-list-card__kicker .post-category,.news-list-card .post-meta-line,.post-category,.post-meta-line,.footer-menu,.site-copyright{font-family:var(--ypas-font-body)!important}h1,h2,h3,h4,h5,h6,.hero-slide__content h2,.news-grid-card__title,.news-list-card__title,.news-list-card.is-compact .news-list-card__title,.section-heading h1,.section-heading h2,.article-title,.page-header h1,.widget-title{font-family:var(--ypas-font-heading)!important}body{background:var(--ypas-page-background);color:var(--ypas-text);font-size:var(--ypas-base-font-size)}.entry-content{font-size:var(--article-font-size,var(--ypas-custom-article-size))!important}.header-main,.primary-menu .sub-menu,.mobile-drawer__panel,.search-overlay__dialog,.category-showcase,.national-lead{background-color:var(--ypas-surface)}
.search-overlay{position:fixed!important;inset:0!important;z-index:99999!important;display:grid;place-items:center;width:100vw;height:100vh;height:100dvh;padding:0!important;background:rgba(248,250,249,.98)!important}.search-overlay__dialog{position:relative;display:flex;align-items:center;justify-content:center;width:100%!important;max-width:none!important;height:100%!important;min-height:100%;padding:40px!important;border:0!important;border-radius:0!important;box-shadow:none!important;transform:none!important}.search-overlay__form{width:min(860px,calc(100% - 40px))}.search-overlay__form>label{display:block;margin-bottom:16px;color:var(--ypas-heading);font-size:clamp(28px,5vw,52px);font-weight:700}.search-overlay__field{min-height:64px;border:2px solid var(--ypas-line);border-radius:12px}.search-overlay__field input{font-size:22px}.search-overlay__field button{min-width:120px;font-size:18px}.search-overlay__close{position:fixed!important;top:24px!important;right:24px!important;width:48px!important;height:48px!important}
.sidebar-hukum-panel .section-heading h2,.sidebar-hukum-panel .section-heading h2 a{font-size:24px!important}.sidebar-hukum-card__category{font-size:12px!important}.sidebar-hukum-card h3{font-size:18px!important;font-weight:600!important;line-height:1.2!important}.sidebar-hukum-card time{font-size:12px!important}.sidebar-hukum-card{grid-template-columns:112px minmax(0,1fr);min-height:78px}.sidebar-hukum-card__media{width:112px;height:78px}.trending-list a{font-size:18px!important;line-height:1.3!important}.trending-number{font-size:34px!important}.footer-content-column>p,.footer-follow-text{font-size:17px!important}.footer-menu a,.site-copyright{font-size:15px!important}.scrolling-navigation{display:none}.footer-brand img{width:auto;max-width:220px;max-height:70px;object-fit:contain}
.theme-mode-toggle{position:relative;overflow:hidden}.theme-mode-toggle>span{display:flex;align-items:center;justify-content:center}.theme-mode-toggle__sun{display:none!important}.theme-mode-toggle--mobile{display:none}html[data-theme="dark"] .theme-mode-toggle__moon{display:none!important}html[data-theme="dark"] .theme-mode-toggle__sun{display:flex!important}html[data-theme="dark"] body{background:var(--ypas-dark-background)!important;color:var(--ypas-dark-text)}html[data-theme="dark"] .site-main,html[data-theme="dark"] .header-main,html[data-theme="dark"] .site-header,html[data-theme="dark"] .mobile-drawer__panel,html[data-theme="dark"] .search-overlay__dialog,html[data-theme="dark"] .primary-menu .sub-menu,html[data-theme="dark"] .category-showcase,html[data-theme="dark"] .national-lead{background:var(--ypas-dark-surface)!important}html[data-theme="dark"] .search-overlay{background:var(--ypas-dark-surface)!important}
/* Header presets */
.ypas-header-style-2 .header-main__inner{min-height:68px}.ypas-header-style-2 .site-brand img{max-height:48px}.ypas-header-style-2 .header-search{height:36px}.ypas-header-style-3 .header-main__inner{grid-template-columns:1fr auto 1fr;min-height:118px}.ypas-header-style-3 .site-brand{grid-column:2;text-align:center}.ypas-header-style-3 .header-tools{grid-column:3}.ypas-header-style-4 .header-main{padding:12px 0;background:var(--ypas-page-background)}.ypas-header-style-4 .header-main__inner{min-height:76px;padding:0 22px;border:1px solid var(--ypas-line);border-radius:14px;background:var(--ypas-surface);box-shadow:var(--ypas-shadow)}.ypas-header-style-5 .header-main{background:#17251c;color:#fff}.ypas-header-style-5 .header-date,.ypas-header-style-5 .header-search input{color:#fff}.ypas-header-style-5 .header-search,.ypas-header-style-5 .social-button,.ypas-header-style-5 .theme-mode-toggle{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.08);color:#fff}
/* Navigation presets */
.ypas-navigation-style-2 .navigation-bar{background:var(--ypas-primary)}.ypas-navigation-style-3 .navigation-bar{background:#17251c}.ypas-navigation-style-4 .navigation-bar{border-block:1px solid var(--ypas-line);background:var(--ypas-surface)}.ypas-navigation-style-4 .primary-menu>li>a{color:var(--ypas-heading)}.ypas-navigation-style-5 .navigation-bar{background:var(--ypas-surface);box-shadow:0 5px 18px rgba(0,0,0,.06)}.ypas-navigation-style-5 .primary-menu>li>a{position:relative;color:var(--ypas-heading)}.ypas-navigation-style-5 .primary-menu>li>a::before{position:absolute;right:0;bottom:0;left:0;height:3px;background:var(--ypas-primary);content:"";transform:scaleX(0);transition:transform .2s}.ypas-navigation-style-5 .primary-menu>li:hover>a::before{transform:scaleX(1)}
/* Hero presets */
.ypas-hero-style-2 .hero-slider{border-radius:18px;box-shadow:0 18px 45px rgba(0,0,0,.18)}.ypas-hero-style-2 .hero-slide__content{padding:28px}.ypas-hero-style-3 .hero-slider{height:490px;border-radius:0}.ypas-hero-style-3 .hero-slide__content h2{font-size:34px}.ypas-hero-style-4 .hero-slide__content{right:20px;bottom:20px;left:20px;padding:20px;border:1px solid rgba(255,255,255,.22);border-radius:14px;background:rgba(9,20,13,.68);backdrop-filter:blur(12px)}.ypas-hero-style-5 .hero-slide__category .post-category{padding:6px 10px;border-radius:4px;background:var(--ypas-primary);text-shadow:none}.ypas-hero-style-5 .hero-slide__content h2{max-width:88%;font-size:clamp(28px,4vw,42px);font-weight:700}
/* Single post presets */
.single.ypas-single-style-2 .single-article{padding:28px;border:1px solid var(--ypas-line);border-radius:14px;background:var(--ypas-surface);box-shadow:var(--ypas-shadow)}.single.ypas-single-style-3 .article-header{text-align:center}.single.ypas-single-style-3 .article-title{font-size:clamp(40px,6vw,64px)}.single.ypas-single-style-3 .article-meta,.single.ypas-single-style-3 .article-breadcrumb,.single.ypas-single-style-3 .share-links{justify-content:center}.single.ypas-single-style-4 .article-tools,.single.ypas-single-style-4 .article-editorial{display:none}.single.ypas-single-style-4 .article-title{font-weight:500}.single.ypas-single-style-5 .article-header{padding-top:18px;border-top:6px solid var(--ypas-primary)}.single.ypas-single-style-5 .entry-content>p:first-of-type::first-letter{float:left;margin:6px 8px 0 0;color:var(--ypas-primary);font-size:72px;font-weight:700;line-height:.72}
/* Grid card presets */
.ypas-card-style-2 .news-grid-card{padding:10px;border:1px solid var(--ypas-line);border-radius:10px;background:var(--ypas-surface)}.ypas-card-style-3 .news-grid-card{overflow:hidden;border-radius:12px;background:var(--ypas-surface);box-shadow:0 10px 28px rgba(18,55,31,.12)}.ypas-card-style-3 .news-grid-card__body{padding:4px 10px 12px}.ypas-card-style-4 .news-grid-card{position:relative;min-height:220px;overflow:hidden;border-radius:12px}.ypas-card-style-4 .news-grid-card__media{position:absolute;inset:0;width:100%;height:100%;margin:0}.ypas-card-style-4 .news-grid-card__body{position:absolute;right:0;bottom:0;left:0;z-index:2;padding:40px 14px 14px;background:linear-gradient(transparent,rgba(0,0,0,.88))}.ypas-card-style-4 .news-grid-card__title,.ypas-card-style-4 .news-grid-card a,.ypas-card-style-4 .post-meta-line{color:#fff!important}.ypas-card-style-5 .news-grid-card__media{border-radius:0}.ypas-card-style-5 .news-grid-card__title{padding-left:10px;border-left:4px solid var(--ypas-primary);font-size:18px}
/* List presets */
.ypas-list-style-2 .news-list-card{padding:12px 0;border-bottom:1px solid var(--ypas-line)}.ypas-list-style-3 .news-list-card{padding:12px;border:1px solid var(--ypas-line);border-radius:12px;background:var(--ypas-surface);box-shadow:0 8px 24px rgba(20,80,45,.08)}.ypas-list-style-4 .news-list-card,.ypas-list-style-4 .news-list-card.is-compact{grid-template-columns:145px minmax(0,1fr);min-height:100px}.ypas-list-style-4 .news-list-card__media{width:145px;height:100px}.ypas-list-style-5 .news-list-card__body{padding-left:14px;border-left:4px solid var(--ypas-primary)}.ypas-list-style-5 .news-list-card__title{font-size:22px;font-weight:700}
/* Trending presets */
.ypas-trending-style-2 .trending-panel{padding:18px;border:1px solid var(--ypas-line);border-radius:12px;background:var(--ypas-surface)}.ypas-trending-style-3 .trending-panel{padding:20px;border-radius:12px;background:#17251c;color:#fff}.ypas-trending-style-3 .trending-list a,.ypas-trending-style-3 .section-heading h2{color:#fff}.ypas-trending-style-4 .trending-list{gap:8px}.ypas-trending-style-4 .trending-list li{padding:12px;border:1px solid var(--ypas-line);border-radius:10px;background:var(--ypas-surface)}.ypas-trending-style-5 .trending-number{color:var(--ypas-primary)!important;font-weight:700}.ypas-trending-style-5 .trending-list li{border-bottom:2px solid var(--ypas-line)}
/* Sidebar presets */
.ypas-sidebar-style-2 .sidebar-sticky{padding:18px;border:1px solid var(--ypas-line);border-radius:12px}.ypas-sidebar-style-3 .sidebar-sticky{padding:20px;border-radius:12px;background:var(--ypas-soft)}.ypas-sidebar-style-4 .sidebar-hukum-card{padding:8px;border:1px solid var(--ypas-line);border-radius:9px;background:var(--ypas-surface)}.ypas-sidebar-style-5 .sidebar-column{padding-left:18px;border-left:5px solid var(--ypas-primary)}
/* Footer presets */
.ypas-footer-style-2 .site-footer{border-top:1px solid var(--ypas-line);background:#f5f7f6!important;color:var(--ypas-heading)}.ypas-footer-style-2 .site-footer p,.ypas-footer-style-2 .site-footer a,.ypas-footer-style-2 .footer-follow-title,.ypas-footer-style-2 .site-copyright{color:var(--ypas-heading)!important}.ypas-footer-style-3 .site-footer{background:linear-gradient(135deg,var(--ypas-primary-dark),#17251c)!important}.ypas-footer-style-4 .footer-main,.ypas-footer-style-4 .footer-bottom__inner{text-align:center}.ypas-footer-style-4 .footer-content-column{margin-inline:auto}.ypas-footer-style-4 .footer-brand,.ypas-footer-style-4 .footer-socials,.ypas-footer-style-4 .footer-menu,.ypas-footer-style-4 .footer-bottom__inner{justify-content:center}.ypas-footer-style-5 .footer-main{padding:38px 32px;border:1px solid rgba(255,255,255,.14);border-radius:16px}.ypas-footer-style-5 .site-footer{padding-top:32px;background:#101713!important}
/* Section, button and homepage presets */
.ypas-section-style-2 .section-heading{padding-bottom:10px;border-bottom:2px solid var(--ypas-line)}.ypas-section-style-3 .section-heading{justify-content:center;text-align:center}.ypas-section-style-4 .section-heading h1,.ypas-section-style-4 .section-heading h2{padding:7px 14px;border-radius:999px;background:var(--ypas-primary);color:#fff}.ypas-section-style-5 .section-heading{padding-left:14px;border-left:6px solid var(--ypas-primary)}.ypas-section-style-5 .section-heading h1,.ypas-section-style-5 .section-heading h2{text-transform:uppercase;letter-spacing:.04em}.ypas-button-style-2 button,.ypas-button-style-2 .load-more-button{border-radius:999px}.ypas-button-style-3 .load-more-button,.ypas-button-style-3 input[type=submit]{border-color:var(--ypas-primary);background:var(--ypas-primary);color:#fff}.ypas-button-style-4 button,.ypas-button-style-4 .load-more-button{border-radius:0}.ypas-button-style-5 .load-more-button,.ypas-button-style-5 .article-tool{box-shadow:0 8px 20px rgba(20,80,45,.18);transform:translateY(-1px)}.ypas-homepage-style-2 .home-section{padding:18px;border:1px solid var(--ypas-line);border-radius:12px;background:var(--ypas-surface)}.ypas-homepage-style-3 .home-section{padding-block:28px;border-bottom:1px solid var(--ypas-line)}.ypas-homepage-style-4 .home-section{margin-block:42px}.ypas-homepage-style-5 .home-section{padding:22px;border-radius:14px;background:linear-gradient(145deg,var(--ypas-soft),var(--ypas-surface));box-shadow:var(--ypas-shadow)}
@media(max-width:1024px){.theme-mode-toggle--mobile{position:absolute;top:50%;right:54px;z-index:3;display:inline-flex;transform:translateY(-50%)}.ypas-header-style-3 .header-main__inner{grid-template-columns:46px minmax(0,1fr) 46px;min-height:72px}.ypas-header-style-3 .site-brand{grid-column:2}.sidebar-hukum-panel{width:min(100%,740px)}}
@media(min-width:768px){.scrolling-navigation{display:none!important}}
@media(max-width:767px){.primary-navigation--desktop{display:none!important}.scrolling-navigation{display:block!important;width:100%;padding-inline:12px;overflow-x:auto}.scrolling-menu{display:flex;width:max-content!important;min-width:100%;gap:22px;white-space:nowrap}.search-overlay__dialog{padding:20px!important}.search-overlay__form{width:calc(100% - 20px)}.search-overlay__form>label{font-size:34px}.search-overlay__field{min-height:56px}.search-overlay__field input{font-size:18px}.search-overlay__field button{min-width:82px;font-size:16px}.search-overlay__close{top:14px!important;right:14px!important}.sidebar-hukum-card__category{font-size:11px!important}.sidebar-hukum-card h3{font-size:17px!important}.trending-list a{font-size:17px!important}.single.ypas-single-style-2 .single-article{padding:18px}.ypas-list-style-4 .news-list-card,.ypas-list-style-4 .news-list-card.is-compact{grid-template-columns:112px minmax(0,1fr)}.ypas-list-style-4 .news-list-card__media{width:112px;height:82px}.ypas-footer-style-5 .footer-main{padding:26px 18px}}

/* v1.4.1 related posts, taller mobile hero and stable sticky header */
.site-header {
	position: sticky !important;
	top: 0 !important;
	z-index: 1000;
	transform: none !important;
	transition: box-shadow .2s ease !important;
}

.site-header.is-scrolled {
	box-shadow: 0 8px 24px rgba(12, 45, 25, .14);
}

.header-main,
.header-main__inner,
.site-brand img,
.header-tools,
.navigation-bar,
.primary-navigation,
.primary-menu > li > a {
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease !important;
}

.related-posts {
	margin-top: 38px;
	padding-top: 0;
	border-top: 0;
}

.related-posts .section-heading {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 9px;
	margin: 0 0 18px;
	padding: 0;
	border: 0;
	text-align: left;
}

.related-posts .section-heading__mark {
	display: block !important;
	flex: 0 0 auto;
	width: 0 !important;
	height: 0 !important;
	margin: 0;
	border-top: 7px solid transparent !important;
	border-right: 0 !important;
	border-bottom: 7px solid transparent !important;
	border-left: 11px solid var(--ypas-primary) !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.related-posts .section-heading h2 {
	margin: 0;
	color: var(--ypas-heading);
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.related-posts .news-list {
	display: grid;
	gap: 20px;
}

.related-posts .news-list-card,
.related-posts .news-list-card.is-compact,
.ypas-list-style-3 .related-posts .news-list-card,
.ypas-list-style-4 .related-posts .news-list-card,
.ypas-list-style-5 .related-posts .news-list-card {
	display: grid;
	grid-template-columns: 183px minmax(0, 1fr) !important;
	align-items: center;
	gap: 14px;
	min-height: 126px;
	margin: 0;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.related-posts .news-list-card__media,
.ypas-list-style-4 .related-posts .news-list-card__media {
	display: block;
	width: 183px !important;
	height: 126px !important;
	margin: 0;
	overflow: hidden;
	border-radius: 7px;
}

.related-posts .news-list-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.related-posts .news-list-card__body,
.ypas-list-style-5 .related-posts .news-list-card__body {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	min-width: 0;
	height: 100%;
	padding: 0 !important;
	border: 0 !important;
}

.related-posts .news-list-card__kicker {
	display: none !important;
}

.related-posts .news-list-card__title,
.related-posts .news-list-card.is-compact .news-list-card__title,
.ypas-list-style-5 .related-posts .news-list-card__title {
	display: -webkit-box;
	order: 1;
	overflow: hidden;
	margin: 0 0 5px;
	color: var(--ypas-heading);
	font-size: 20px !important;
	font-weight: 500;
	line-height: 1.08 !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.related-posts .post-meta-line {
	order: 2;
	gap: 0;
	margin: 0;
	color: var(--ypas-muted);
	font-size: 13px;
	line-height: 1.2;
}

.related-posts .post-meta-line .ypas-icon {
	display: none !important;
}

@media (max-width: 1024px) {
	.theme-mode-toggle--mobile {
		display: none !important;
	}
}

@media (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px !important;
	}
}

@media (max-width: 767px) {
	.hero-slider,
	.archive-hero,
	.ypas-hero-style-3 .hero-slider {
		height: 350px !important;
		min-height: 350px !important;
		aspect-ratio: auto !important;
	}

	.hero-slide__content,
	.ypas-hero-style-2 .hero-slide__content,
	.ypas-hero-style-4 .hero-slide__content {
		right: 0;
		bottom: 0;
		left: 0;
		padding: 20px 18px 22px;
		border-radius: 0;
	}

	.hero-slide__content h2,
	.ypas-hero-style-3 .hero-slide__content h2,
	.ypas-hero-style-5 .hero-slide__content h2 {
		max-width: 100%;
		font-size: 22px !important;
		line-height: 1.16 !important;
	}

	.hero-slide__category .post-category {
		font-size: 13px !important;
	}

	.hero-slide__content time {
		font-size: 13px !important;
	}

	.related-posts {
		margin-top: 32px;
	}

	.related-posts .section-heading {
		margin-bottom: 16px;
	}

	.related-posts .section-heading h2 {
		font-size: 20px;
	}

	.related-posts .news-list {
		gap: 16px;
	}

	.related-posts .news-list-card,
	.related-posts .news-list-card.is-compact,
	.ypas-list-style-3 .related-posts .news-list-card,
	.ypas-list-style-4 .related-posts .news-list-card,
	.ypas-list-style-5 .related-posts .news-list-card {
		grid-template-columns: 124px minmax(0, 1fr) !important;
		gap: 11px;
		min-height: 88px;
	}

	.related-posts .news-list-card__media,
	.ypas-list-style-4 .related-posts .news-list-card__media {
		width: 124px !important;
		height: 88px !important;
		border-radius: 6px;
	}

	.related-posts .news-list-card__title,
	.related-posts .news-list-card.is-compact .news-list-card__title,
	.ypas-list-style-5 .related-posts .news-list-card__title {
		margin-bottom: 4px;
		font-size: 17px !important;
		line-height: 1.08 !important;
		-webkit-line-clamp: 3;
	}

	.related-posts .post-meta-line {
		font-size: 12px;
	}
}

@media (max-width: 420px) {
	.hero-slider,
	.archive-hero,
	.ypas-hero-style-3 .hero-slider {
		height: 330px !important;
		min-height: 330px !important;
	}
}
