@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:wght@400;500;600;700;800;900&family=Montserrat:wght@400;500;600;700;800;900&display=swap");

:root {
	--background-color: #eeeeee;
	--scheme-color: #d9091b;
	--second-scheme-color: #3920c9;
	--third-scheme-color: #d9091b;
	--fourth-scheme-color: #3920c9;
	--mainmenu-direction: 80deg;
	--main-color: #000000;
	--muted-color: #555555;
	--border-color: #e0e0e0;
	--content-bgcolor: #ffffff;
	--greybody-bgcolor:
		linear-gradient(135deg, rgba(255, 255, 255, 0.22) 0 10%, transparent 10% 22%, rgba(255, 255, 255, 0.14) 22% 32%, transparent 32% 100%),
		radial-gradient(circle at 8% 8%, rgba(217, 9, 27, 0.16), transparent 34%),
		radial-gradient(circle at 90% 12%, rgba(57, 32, 201, 0.16), transparent 36%),
		linear-gradient(112deg, #fff5f7 0%, #f4efff 54%, #fff0f4 100%);
	--greybody-solid: #f4efff;
	--header-bgcolor: #ffffff;
	--menu-color: #ffffff;
	--menu-hover-color: #f1c40f;
	--footer-bgcolor: #ffffff;
	--footer-color: #666666;
	--widget-title: #d9091b;
	--font-body: "Montserrat", Arial, Helvetica, sans-serif;
	--font-display: "Albert Sans", "Montserrat", Arial, Helvetica, sans-serif;
	--container: 1140px;
}

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

body {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0 10%, transparent 10% 22%, rgba(255, 255, 255, 0.12) 22% 32%, transparent 32% 100%),
		radial-gradient(circle at 8% 4%, rgba(217, 9, 27, 0.12), transparent 28%),
		radial-gradient(circle at 92% 8%, rgba(57, 32, 201, 0.12), transparent 30%),
		linear-gradient(112deg, #ffffff 0%, #fff0f2 34%, #f0ecff 68%, #ffffff 100%);
	background-attachment: fixed;
	color: var(--main-color);
	font-family: var(--font-body);
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.main-navigation a,
.mobile-menu-item,
.section-header h1,
.section-header h2,
.widget-title,
.post-card-title,
.entry-title,
.headline-title,
.module-main-content h2,
.module-thumb-card h3,
.footer-menu a {
	font-family: var(--font-display);
}

a {
	color: var(--main-color);
	text-decoration: none;
	transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

a:hover,
a:focus {
	color: var(--scheme-color);
	outline: 0;
}

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

.single-hero-image {
	overflow: hidden;
	position: relative;
}

.single-hero-image::before {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.38)) top / 100% 18px no-repeat,
		linear-gradient(315deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.38)) bottom / 100% 18px no-repeat,
		linear-gradient(90deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.26)) left / 18px 100% no-repeat,
		linear-gradient(270deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.26)) right / 18px 100% no-repeat;
	border: 0;
	box-shadow:
		inset 0 0 0 2px rgba(255, 255, 255, 0.72),
		inset 0 0 0 10px rgba(255, 255, 255, 0.16),
		inset 0 0 24px rgba(0, 0, 0, 0.14);
	border-radius: 6px;
	content: "";
	inset: 10px;
	opacity: 0.9;
	pointer-events: none;
	position: absolute;
	z-index: 3;
}

.single-hero-image::after {
	align-items: center;
	color: rgba(255, 255, 255, 0.22);
	content: "BANYU PORTAL";
	display: flex;
	font-family: var(--font-display);
	font-size: clamp(11px, 1.8vw, 24px);
	font-weight: 900;
	inset: 0;
	justify-content: center;
	letter-spacing: 2px;
	pointer-events: none;
	position: absolute;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
	transform: rotate(-7deg);
	z-index: 4;
}

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

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

.container {
	margin: 0 auto;
	max-width: var(--container);
	padding: 0 15px;
}

.header-top-strip {
	background: #2f2f2f;
	height: 9px;
	width: 100%;
}

.top-notification {
	background: linear-gradient(var(--mainmenu-direction), var(--scheme-color) 0%, var(--second-scheme-color) 100%);
	border-radius: 2px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	height: 54px;
	line-height: 1.4;
	margin-top: 20px;
	overflow: hidden;
	width: 100%;
}

.notification-inner {
	align-items: center;
	display: flex;
	gap: 0;
	height: 54px;
	min-height: 54px;
}

.notification-label {
	background: #000000;
	border-radius: 2px 0 0 2px;
	color: #ffffff;
	flex: 0 0 auto;
	height: 54px;
	line-height: 34px;
	padding: 10px;
	position: relative;
	text-transform: uppercase;
	white-space: nowrap;
	z-index: 2;
}

.notification-label::after {
	border-right: 18px solid transparent;
	border-top: 54px solid #000000;
	bottom: 0;
	content: "";
	position: absolute;
	right: -18px;
	width: 0;
}

.notification-label::before {
	background: #222222;
	bottom: 0;
	content: "";
	height: 54px;
	position: absolute;
	right: -18px;
	transform: skew(-18deg);
	width: 10px;
}

.notification-marquee {
	flex: 1;
	min-width: 0;
	overflow: hidden;
	white-space: nowrap;
}

.marquee-line {
	animation: banyu-marquee 9s linear infinite forwards;
	display: flex;
	height: 54px;
	align-items: center;
	padding-left: 100%;
	white-space: nowrap;
}

.marquee-line:hover {
	animation-play-state: paused;
}

.marquee-line a,
.marquee-line span {
	color: #ffffff;
	display: -webkit-box;
	margin-right: 20px;
	max-width: 300px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: initial;
}

.marquee-line .ticker-post {
	align-items: center;
	display: inline-flex;
	flex: 0 0 230px;
	gap: 8px;
	margin-right: 18px;
	max-width: 230px;
	white-space: normal;
}

.ticker-thumb {
	background: rgba(0, 0, 0, 0.18);
	border-radius: 2px;
	display: block;
	flex: 0 0 42px;
	height: 34px;
	margin-right: 0;
	overflow: hidden;
	width: 42px;
}

.ticker-thumb img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ticker-title {
	color: #ffffff;
	display: -webkit-box;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.25;
	margin-right: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@keyframes banyu-marquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

.top-header {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.16) 0 10%, transparent 10% 22%, rgba(255, 255, 255, 0.11) 22% 32%, transparent 32% 100%),
		radial-gradient(circle at 10% 10%, rgba(217, 9, 27, 0.32), transparent 32%),
		radial-gradient(circle at 86% 18%, rgba(57, 32, 201, 0.30), transparent 34%),
		linear-gradient(112deg, #ffffff 0%, #fff0f2 34%, #f0ecff 68%, #ffffff 100%);
	border-bottom: 1px solid rgba(217, 9, 27, 0.18);
	position: sticky;
	top: 0;
	z-index: 1001;
}

.top-header .header-date,
.top-header .header-icon-button {
	color: #111111;
}

.top-header .search-field {
	background: rgba(255, 255, 255, 0.9);
	border-color: rgba(57, 32, 201, 0.22);
}

.header-inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: space-between;
	min-height: 62px;
	padding-bottom: 0;
	padding-top: 0;
}

.site-branding {
	align-items: center;
	display: flex;
	min-width: 260px;
	padding: 0;
	transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.24s ease;
}

.header-logo-link {
	display: inline-flex;
	line-height: 1;
}

.header-logo {
	height: auto;
	max-height: 60px;
	max-width: min(520px, 48vw);
	object-fit: contain;
	transform-origin: center center;
	transition: max-height 0.42s cubic-bezier(0.22, 1, 0.36, 1), max-width 0.42s cubic-bezier(0.22, 1, 0.36, 1), transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
	width: auto;
}

.site-title {
	color: var(--main-color);
	display: block;
	font-size: 32px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.1;
	text-transform: uppercase;
}

.site-title::first-letter {
	color: var(--scheme-color);
}

.site-description {
	color: var(--muted-color);
	font-size: 13px;
	margin: 4px 0 0;
}

.header-tools {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: flex-end;
}

.header-date {
	border-right: 1px solid #d7d7d7;
	color: #000000;
	font-size: 14px;
	line-height: 1;
	max-width: 170px;
	overflow: hidden;
	padding-right: 22px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.search-form {
	display: flex;
}

.header-tools .search-form {
	position: relative;
	width: 250px;
}

.search-field {
	background: #f8f8f8;
	border: 1px solid #cfcfcf;
	border-radius: 999px;
	color: #555555;
	min-height: 36px;
	min-width: 0;
	padding: 0 46px 0 18px;
	width: 100%;
}

.search-submit,
.search-form .search-submit,
.search-form input[type="submit"],
.wp-block-search__button,
button.search-submit {
	background: transparent;
	border: 0;
	border-radius: 50%;
	color: transparent;
	font-size: 0;
	font-weight: 700;
	height: 34px;
	min-height: 34px;
	padding: 0;
	position: absolute;
	right: 2px;
	top: 1px;
	width: 40px;
}

.header-tools .search-form::before {
	border: 2px solid #000000;
	border-radius: 50%;
	content: "";
	height: 17px;
	pointer-events: none;
	position: absolute;
	right: 18px;
	top: 9px;
	width: 17px;
	z-index: 1;
}

.header-tools .search-form::after {
	background: #000000;
	content: "";
	height: 8px;
	pointer-events: none;
	position: absolute;
	right: 15px;
	top: 23px;
	transform: rotate(-45deg);
	width: 2px;
	z-index: 1;
}

.mobile-menu-slider {
	display: none;
}

.desktop-side-ads {
	display: none;
}

@media (min-width: 1420px) {
	.desktop-side-ads {
		display: block;
	}

	.desktop-side-ad {
		border-radius: 8px;
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
		display: block;
		height: 600px;
		overflow: hidden;
		position: fixed;
		top: 190px;
		width: 120px;
		z-index: 900;
	}

	.desktop-side-ad-left {
		left: max(12px, calc((100vw - var(--container)) / 2 - 138px));
	}

	.desktop-side-ad-right {
		right: max(12px, calc((100vw - var(--container)) / 2 - 138px));
	}

	.desktop-side-ad img {
		height: 100%;
		object-fit: cover;
		width: 100%;
	}
}

.ad-slot {
	margin: 20px auto;
}

.ad-slot-ad-verytop {
	margin-bottom: 0;
	margin-top: 0;
	position: static;
	z-index: auto;
}

.ad-slot-ad-after-menu,
.ad-slot-ad-before-content,
.ad-slot-ad-footer {
	max-width: var(--container);
	padding: 0 15px;
}

.ad-placeholder,
.ad-widget {
	align-items: center;
	background: var(--content-bgcolor);
	border: 0;
	border-radius: 6px;
	color: var(--muted-color);
	display: flex;
	font-size: 12px;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0;
	min-height: 90px;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
}

.ad-image-link {
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.ad-image-link:hover {
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
	transform: translateY(-1px);
}

.ad-placeholder img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ad-slot-ad-verytop .ad-placeholder,
.ad-slot-ad-verytop .ad-widget {
	border-left: 0;
	border-radius: 0;
	border-right: 0;
	min-height: 72px;
	position: static;
}

.ad-slot-ad-sidebar {
	margin: 0 0 16px;
}

.ad-slot-ad-sidebar-tall {
	margin: 0 0 16px;
}

.ad-slot-ad-sidebar .ad-placeholder,
.ad-slot-ad-sidebar .ad-widget {
	aspect-ratio: 300 / 250;
	min-height: 0;
	width: 100%;
}

.ad-slot-ad-sidebar-tall .ad-placeholder,
.ad-slot-ad-sidebar-tall .ad-widget {
	aspect-ratio: 320 / 600;
	min-height: 0;
	width: 100%;
}

.ad-slot-ad-between-posts {
	margin: 0 0 20px;
}

.ad-slot-ad-between-posts .ad-placeholder,
.ad-slot-ad-between-posts .ad-widget {
	min-height: 110px;
}

.ad-slot-ad-between-posts .ad-placeholder {
	border-radius: 7px;
}

.ad-widget img,
.ad-widget iframe,
.ad-widget ins {
	display: block;
	height: auto;
	max-width: 100%;
}

.header-icon-button {
	align-items: center;
	background: transparent;
	border: 0;
	color: #000000;
	display: inline-flex;
	height: 28px;
	justify-content: center;
	padding: 0;
	width: 28px;
}

.header-icon-button:hover,
.header-icon-button:focus {
	color: var(--scheme-color);
}

.icon-grid {
	display: grid;
	gap: 4px;
	grid-template-columns: repeat(2, 7px);
}

.icon-grid::before,
.icon-grid::after,
.icon-grid span {
	content: "";
}

.icon-grid,
.icon-gear {
	position: relative;
}

.icon-grid::before,
.icon-grid::after {
	background: currentColor;
	border-radius: 2px;
	box-shadow: 11px 0 0 currentColor;
	display: block;
	height: 7px;
	width: 7px;
}

.icon-grid::after {
	box-shadow: 11px 0 0 currentColor;
	margin-top: 4px;
}

.icon-gear {
	border: 2px solid currentColor;
	border-radius: 50%;
	height: 16px;
	width: 16px;
}

.icon-gear::before {
	border: 2px solid currentColor;
	border-radius: 4px;
	content: "";
	height: 22px;
	left: -5px;
	position: absolute;
	top: -5px;
	transform: rotate(45deg);
	width: 22px;
}

.icon-gear::after {
	background: var(--header-bgcolor);
	border: 2px solid currentColor;
	border-radius: 50%;
	content: "";
	height: 6px;
	left: 3px;
	position: absolute;
	top: 3px;
	width: 6px;
}

.drawer-backdrop {
	background: rgba(0, 0, 0, 0.45);
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transition: opacity 0.24s ease;
	z-index: 1002;
}

.site-drawer {
	background: var(--content-bgcolor);
	bottom: 0;
	box-shadow: 12px 0 32px rgba(0, 0, 0, 0.22);
	left: 0;
	max-width: 360px;
	overflow-y: auto;
	padding: 16px;
	position: fixed;
	top: 0;
	transform: translateX(-104%);
	transition: transform 0.28s ease;
	width: min(86vw, 360px);
	z-index: 1003;
}

body.is-drawer-open {
	overflow: hidden;
}

body.is-drawer-open .drawer-backdrop {
	opacity: 1;
	pointer-events: auto;
}

body.is-drawer-open .site-drawer {
	transform: translateX(0);
}

.drawer-header {
	align-items: center;
	border-bottom: 1px solid var(--border-color);
	display: flex;
	gap: 14px;
	justify-content: space-between;
	margin-bottom: 16px;
	padding-bottom: 14px;
}

.drawer-logo {
	max-height: 42px;
	max-width: 220px;
	object-fit: contain;
	width: auto;
}

.drawer-close {
	align-items: center;
	background: var(--greybody-bgcolor);
	border: 0;
	border-radius: 50%;
	color: var(--main-color);
	display: inline-flex;
	font-size: 24px;
	height: 34px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 34px;
}

.drawer-search {
	margin-bottom: 18px;
}

.drawer-search .search-form {
	position: relative;
	width: 100%;
}

.drawer-search .search-field {
	background: var(--greybody-bgcolor);
	border-radius: 999px;
	padding-right: 82px;
}

.drawer-search .search-submit {
	background: var(--second-scheme-color);
	border-radius: 999px;
	color: #ffffff;
	font-size: 13px;
	height: 32px;
	position: absolute;
	right: 2px;
	top: 2px;
	width: 76px;
}

.drawer-section {
	border-top: 1px solid var(--border-color);
	padding: 16px 0 0;
}

.drawer-section + .drawer-section {
	margin-top: 16px;
}

.drawer-section h2 {
	align-items: center;
	color: var(--scheme-color);
	display: flex;
	font-size: 16px;
	line-height: 1.2;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.drawer-section h2::before {
	background: var(--scheme-color);
	border-radius: 2px;
	content: "";
	height: 16px;
	margin-right: 8px;
	width: 5px;
}

.drawer-menu ul,
.drawer-tax-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.drawer-menu li,
.drawer-tax-list li {
	border-bottom: 1px solid var(--border-color);
}

.drawer-menu a,
.drawer-tax-list a {
	color: var(--main-color);
	display: flex;
	font-weight: 700;
	padding: 10px 0;
}

.drawer-menu .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0 0 8px 14px;
}

.drawer-menu .sub-menu a {
	color: var(--muted-color);
	font-size: 13px;
	font-weight: 600;
	padding: 6px 0;
}

.drawer-topic-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.drawer-topic-list a,
.drawer-topic-list span {
	background: var(--greybody-bgcolor);
	border-radius: 999px;
	color: var(--main-color);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	padding: 7px 11px;
}

.site-header {
	background: transparent;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
	position: sticky;
	top: 62px;
	z-index: 1000;
}

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

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

body.admin-bar .sidebar {
	top: 78px;
}

.main-menu-wrap {
	background: linear-gradient(var(--mainmenu-direction), var(--scheme-color) 0%, var(--second-scheme-color) 100%);
	box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.2);
	position: relative;
}

.menu-name-strip {
	align-items: center;
	background: #050505;
	color: rgba(255, 255, 255, 0.88);
	display: flex;
	font-family: var(--font-display);
	font-size: 11px;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 1.8px;
	line-height: 1;
	min-height: 18px;
	text-transform: uppercase;
}

.nav-inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 44px;
}

.main-navigation {
	align-items: center;
	display: flex;
	flex: 1;
	justify-content: space-between;
	min-width: 0;
}

.main-navigation ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.home-menu {
	flex: 0 0 auto;
	margin-right: 30px !important;
}

.primary-menu {
	flex: 1;
	min-width: 0;
}

.main-navigation li {
	display: grid !important;
	grid-template-columns: repeat(1, 1fr);
	height: 44px;
	align-items: center;
	position: relative;
	margin-right: 30px;
}

.main-navigation li:last-child {
	margin-right: 0;
}

.main-navigation a {
	align-items: center;
	color: var(--menu-item-color, var(--menu-color));
	display: flex;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	padding: 0;
	text-transform: uppercase;
}

.main-navigation .menu-text,
.home-link span,
.mobile-menu-item {
	align-items: center;
	display: inline-flex;
	gap: 6px;
}

.main-navigation .menu-text::before,
.home-link span::before,
.mobile-menu-item::before {
	content: "";
	font-size: 15px;
	line-height: 1;
}

.main-navigation li:nth-child(7n+1),
.mobile-menu-item:nth-child(7n+1) {
	--menu-item-color: #ffffff;
}

.main-navigation li:nth-child(7n+2),
.mobile-menu-item:nth-child(7n+2) {
	--menu-item-color: #ffe156;
}

.main-navigation li:nth-child(7n+3),
.mobile-menu-item:nth-child(7n+3) {
	--menu-item-color: #7ee787;
}

.main-navigation li:nth-child(7n+4),
.mobile-menu-item:nth-child(7n+4) {
	--menu-item-color: #8bd3ff;
}

.main-navigation li:nth-child(7n+5),
.mobile-menu-item:nth-child(7n+5) {
	--menu-item-color: #ff9bd2;
}

.main-navigation li:nth-child(7n+6),
.mobile-menu-item:nth-child(7n+6) {
	--menu-item-color: #ffb86b;
}

.main-navigation li:nth-child(7n),
.mobile-menu-item:nth-child(7n) {
	--menu-item-color: #cdb4ff;
}

.home-link span::before,
.main-navigation .menu-icon-home .menu-text::before,
.mobile-menu-item[href$="/"]::before {
	content: "⌂";
	font-size: 18px;
}

.main-navigation .menu-icon-beranda .menu-text::before {
	content: "⌂";
	font-size: 18px;
}

.main-navigation .menu-icon-kesehatan .menu-text::before,
.mobile-menu-item[href*="kesehatan"]::before {
	content: "+";
	font-weight: 900;
}

.main-navigation .menu-icon-teknologi .menu-text::before,
.mobile-menu-item[href*="teknologi"]::before {
	content: "▣";
}

.main-navigation .menu-icon-portal-kota .menu-text::before,
.mobile-menu-item[href*="portal-kota"]::before {
	content: "#";
	font-weight: 900;
}

.main-navigation .menu-icon-kota-kita .menu-text::before,
.mobile-menu-item[href*="kota-kita"]::before {
	content: "K";
	font-weight: 900;
}

.main-navigation .menu-icon-politik-lokal .menu-text::before,
.mobile-menu-item[href*="politik-lokal"]::before {
	content: "P";
	font-weight: 900;
}

.main-navigation .menu-icon-wisata .menu-text::before,
.mobile-menu-item[href*="wisata"]::before {
	content: "^";
	font-weight: 900;
}

.main-navigation .menu-icon-kuliner .menu-text::before,
.mobile-menu-item[href*="kuliner"]::before {
	content: "*";
	font-weight: 900;
}

.main-navigation .menu-icon-event .menu-text::before,
.mobile-menu-item[href*="event"]::before {
	content: "@";
	font-weight: 900;
}

.main-navigation .menu-icon-opini .menu-text::before,
.mobile-menu-item[href*="opini"]::before {
	content: '"';
	font-weight: 900;
}

.main-navigation .menu-icon-santri .menu-text::before,
.mobile-menu-item[href*="santri"]::before {
	content: "S";
	font-weight: 900;
}

.main-navigation .menu-icon-otomotif .menu-text::before,
.mobile-menu-item[href*="otomotif"]::before {
	content: "◉";
}

.main-navigation .menu-icon-internasional .menu-text::before,
.mobile-menu-item[href*="internasional"]::before {
	content: "◎";
}

.main-navigation .menu-icon-nasional .menu-text::before,
.mobile-menu-item[href*="nasional"]::before {
	content: "◆";
}

.main-navigation .menu-icon-berita .menu-text::before,
.main-navigation .menu-icon-indeks-berita .menu-text::before,
.mobile-menu-item[href*="berita"]::before {
	content: "≡";
}

.main-navigation .menu-icon-ekonomi .menu-text::before,
.mobile-menu-item[href*="ekonomi"]::before {
	content: "$";
	font-weight: 900;
}

.main-navigation .menu-icon-gaya-hidup .menu-text::before,
.mobile-menu-item[href*="gaya-hidup"]::before {
	content: "★";
}

.main-navigation .menu-icon-pariwara .menu-text::before,
.mobile-menu-item[href*="pariwara"]::before {
	content: "●";
}

.main-navigation .menu-icon-hukrim .menu-text::before,
.mobile-menu-item[href*="hukrim"]::before {
	content: "!";
	font-weight: 900;
}

.home-link {
	background: transparent;
}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.home-link:hover,
.home-link:focus {
	color: var(--menu-hover-color);
}

.main-navigation .sub-menu {
	background: var(--content-bgcolor);
	border-top: 0;
	border-radius: 2px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
	display: none;
	left: 0;
	min-width: 215px;
	padding: 5px 0;
	position: absolute;
	top: 120%;
	z-index: 1000;
}

.main-navigation li:hover > .sub-menu,
.main-navigation li:focus-within > .sub-menu {
	display: block;
}

.main-navigation .sub-menu li {
	display: flex !important;
	height: 32px;
	margin-right: 0;
	width: 100%;
}

.main-navigation .sub-menu a {
	color: var(--main-color);
	line-height: 1.35;
	padding: 0 20px;
	text-transform: none;
	white-space: normal;
	width: 100%;
}

.main-navigation .sub-menu a:hover,
.main-navigation .sub-menu a:focus {
	background: var(--greybody-bgcolor);
	color: var(--scheme-color);
}

.menu-toggle {
	align-items: center;
	background: rgba(0, 0, 0, 0.16);
	border: 0;
	color: #ffffff;
	display: none;
	font-weight: 700;
	min-height: 42px;
	padding: 0 14px;
	text-transform: uppercase;
}

.menu-icon {
	display: inline-flex;
	flex-direction: column;
	gap: 4px;
	margin-right: 9px;
	width: 18px;
}

.menu-icon i {
	background: currentColor;
	display: block;
	height: 2px;
	width: 18px;
}

.site-main {
	padding: 20px 0;
}

.layout {
	align-items: start;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 2fr) minmax(300px, 0.95fr);
}

.wpmedia-home-shell {
	display: block;
}

.wpmedia-row {
	align-items: flex-start;
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
	margin-bottom: 22px;
}

.wpmedia-bottom-row {
	grid-template-columns: 1fr;
}

.wpmedia-bottom-row .wpmedia-primary {
	grid-column: auto;
}

.wpmedia-primary {
	min-width: 0;
}

.content-area,
.single-content-area {
	min-width: 0;
}

.section-header,
.archive-header,
.page-header {
	border-top: 0;
	margin: 0 0 14px;
	padding-top: 0;
}

.section-header h1,
.section-header h2,
.archive-header h1,
.page-header h1,
.page-header h2,
.page-header h3 {
	color: var(--scheme-color);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}

.section-header h1::before,
.section-header h2::before,
.archive-header h1::before,
.page-header h1::before,
.page-header h2::before,
.page-header h3::before {
	background: var(--scheme-color);
	border-radius: 2px;
	content: "";
	display: inline-block;
	height: 18px;
	margin-right: 8px;
	width: 5px;
}

.portal-home,
.wpmedia-module-home {
	background: var(--content-bgcolor);
	border-radius: 2px;
	margin-bottom: 24px;
	overflow: hidden;
}

.wpmedia-module-home {
	display: block;
}

.module-main-slide {
	background: #000000;
	position: relative;
}

.module-main-image {
	aspect-ratio: 16 / 9;
	background:
		linear-gradient(135deg, rgba(217, 9, 27, 0.88), rgba(57, 32, 201, 0.78)),
		linear-gradient(45deg, #dddddd, #f6f6f6);
	display: block;
	overflow: hidden;
}

.module-main-image img {
	height: 100%;
	object-fit: cover;
	transition: transform 0.2s ease-in-out;
	width: 100%;
}

.module-main-slide:hover .module-main-image img {
	transform: scale(1.04);
}

.module-main-content {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0));
	bottom: 0;
	color: #ffffff;
	left: 0;
	padding: 58px 16px 17px;
	position: absolute;
	right: 0;
	z-index: 2;
}

.module-main-content h2 {
	display: -webkit-box;
	font-size: 27px;
	font-weight: 900;
	line-height: 1.18;
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.module-main-content h2 a,
.module-main-content .post-meta {
	color: #ffffff;
}

.module-thumb-strip {
	border-top: 4px solid var(--scheme-color);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.module-thumb-card {
	background: var(--greybody-bgcolor);
	border-right: 1px solid var(--content-bgcolor);
	min-width: 0;
}

.module-thumb-card:last-child {
	border-right: 0;
}

.module-thumb-image {
	aspect-ratio: 16 / 9;
	display: block;
	overflow: hidden;
}

.module-thumb-image img {
	height: 100%;
	object-fit: cover;
	transition: transform 0.2s ease-in-out;
	width: 100%;
}

.module-thumb-card:hover img {
	transform: scale(1.04);
}

.module-thumb-card h3 {
	display: -webkit-box;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
	margin: 0;
	overflow: hidden;
	padding: 9px 10px 12px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.headline-card {
	background: #000000;
	border: 0;
	display: block;
	margin-right: 0;
	position: relative;
	width: 100%;
}

.headline-image,
.top-story-image,
.post-card-image,
.fallback-thumb,
.spotlight-image {
	background:
		linear-gradient(135deg, rgba(217, 9, 27, 0.88), rgba(57, 32, 201, 0.78)),
		linear-gradient(45deg, #dddddd, #f6f6f6);
	display: block;
	overflow: hidden;
	position: relative;
}

.headline-image {
	aspect-ratio: 16 / 9;
}

.headline-image img,
.top-story-image img,
.post-card-image img,
.fallback-thumb img,
.spotlight-image img {
	height: 100%;
	object-fit: cover;
	transition: transform 0.2s ease-in-out;
	width: 100%;
}

.headline-card:hover img,
.top-story:hover img,
.post-card:hover img,
.fallback-posts li:hover img,
.spotlight-item:hover img {
	transform: scale(1.04);
}

.headline-content {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0));
	bottom: 0;
	color: #ffffff;
	left: 0;
	padding: 56px 16px 16px;
	position: absolute;
	right: 0;
	z-index: 2;
}

.headline-title {
	display: -webkit-box;
	font-size: 25px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.headline-title a {
	color: #ffffff;
}

.headline-excerpt {
	color: #dddddd;
	margin-top: 8px;
}

.headline-excerpt p {
	margin: 0;
}

.top-story-list {
	border-left: 4px solid var(--scheme-color);
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 100%;
}

.top-story {
	background: var(--greybody-bgcolor);
	border: 0;
	display: block;
	margin-bottom: 0;
	padding: 0;
}

.top-story + .top-story {
	border-left: 1px solid var(--content-bgcolor);
	border-top: 1px solid var(--content-bgcolor);
}

.top-story-image {
	aspect-ratio: 16 / 9;
}

.top-story-content {
	padding: 9px 10px 12px;
}

.top-story-content .post-category {
	font-size: 10px;
	padding: 4px 5px;
}

.top-story-content .post-category-logo {
	padding: 0;
}

.top-story-content .post-category-logo img {
	height: 26px;
	max-width: 124px;
}

.top-story h2 {
	display: -webkit-box;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.top-story .post-meta {
	display: none;
}

.news-list {
	background: transparent;
	border: 0;
	display: block;
	padding: 0;
}

.wpmedia-first-list,
.wpmedia-archive-list {
	display: block;
}

.post-card {
	background: var(--content-bgcolor);
	border: 0;
	border-radius: 3px;
	display: flex;
	margin-bottom: 20px;
	min-height: 130px;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.wpmedia-homepage .post-card {
	border-bottom: 1px solid var(--border-color);
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	padding: 14px 0;
}

.wpmedia-homepage .post-card:first-child {
	padding-top: 0;
}

.wpmedia-homepage .post-card:last-child {
	border-bottom: 0;
}

.wpmedia-homepage .post-card-image {
	flex: 0 0 25%;
	margin-right: 16px;
}

.wpmedia-homepage .post-card-title {
	font-size: 18px;
}

.post-card.gmr-focus-news,
.post-card.sticky {
	background: var(--content-bgcolor);
}

.post-card-image {
	aspect-ratio: 4 / 3;
	flex: 0 0 25%;
	margin-right: 16px;
}

.post-card-body {
	flex: 1;
	min-width: 0;
	padding: 0 0 0;
}

.post-category {
	background:
		linear-gradient(rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.02)),
		var(--cat-color, var(--scheme-color)) url("../img/category-label.png") center / cover no-repeat;
	border-radius: 2px;
	color: #ffffff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 6px;
	padding: 5px;
	text-transform: uppercase;
}

.post-category-logo {
	background: transparent;
	border-radius: 0;
	margin-bottom: 7px;
	padding: 0;
}

.post-category-logo img {
	display: block;
	height: 32px;
	max-width: 150px;
	object-fit: contain;
	width: auto;
}

.post-category-logo span {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.post-category::before {
	content: "";
	margin-right: 0;
}

.post-category:hover,
.post-category:focus {
	background: #111111;
	color: #ffffff;
}

.post-category-logo:hover,
.post-category-logo:focus {
	background: transparent;
}

.post-card-title,
.entry-title {
	line-height: 1.25;
	margin: 0;
}

.post-card-title {
	font-size: 18px;
	font-weight: 800;
}

.post-card-title a {
	color: var(--main-color);
}

.post-card-title a:hover {
	color: var(--scheme-color);
}

.post-meta {
	align-items: center;
	color: var(--muted-color);
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	gap: 8px;
	margin-top: 7px;
}

.post-author::before {
	content: "by ";
}

.post-card-excerpt {
	color: var(--muted-color);
	font-size: 14px;
	margin-top: 9px;
}

.post-card-excerpt p {
	margin: 0;
}

.load-more-wrap {
	display: flex;
	justify-content: center;
	margin: 24px 0 8px;
}

.load-more-button {
	background: #111111;
	border: 0;
	border-radius: 3px;
	color: #ffffff;
	font-weight: 800;
	min-height: 42px;
	padding: 0 22px;
	text-transform: uppercase;
}

.load-more-button:disabled {
	background: #444444;
	cursor: default;
	opacity: 0.72;
}

.single-article,
.no-results,
.error-404 {
	background: var(--content-bgcolor);
	border-radius: 3px;
	padding: 22px;
}

.widget {
	background: var(--content-bgcolor);
	border: 1px solid transparent;
	border-radius: 3px;
	padding: 16px;
}

.widget + .widget {
	margin-top: 16px;
}

.widget-title,
.widget h2,
.widget .wp-block-heading {
	border-top: 0;
	color: var(--scheme-color);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 16px;
	padding-top: 0;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}

.widget-title::before,
.widget h2::before,
.widget .wp-block-heading::before {
	background: var(--scheme-color);
	border-radius: 2px;
	content: "";
	display: inline-block;
	height: 18px;
	margin-right: 8px;
	width: 5px;
}

.sidebar {
	position: sticky;
	top: 58px;
}

.sidebar .widget {
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}

.widget ul,
.widget ol,
.wp-block-latest-posts,
.wp-block-categories-list,
.wp-block-archives-list,
.wp-block-latest-comments {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget li,
.wp-block-latest-posts li,
.wp-block-categories-list li,
.wp-block-archives-list li,
.wp-block-latest-comments li {
	border-bottom: 1px solid var(--border-color);
	padding: 11px 0;
}

.widget li:last-child,
.wp-block-latest-posts li:last-child,
.wp-block-categories-list li:last-child,
.wp-block-archives-list li:last-child,
.wp-block-latest-comments li:last-child {
	border-bottom: 0;
}

.widget .wp-block-search__inside-wrapper,
.fallback-widget .search-form {
	display: flex;
	gap: 8px;
	width: 100%;
}

.widget .wp-block-search__input,
.fallback-widget .search-field {
	border: 1px solid var(--border-color);
	border-radius: 2px;
	flex: 1;
	min-height: 36px;
	min-width: 0;
	padding: 0 10px;
	width: auto;
}

.widget .wp-block-search__button,
.fallback-widget .search-submit {
	background: var(--second-scheme-color);
	border: 0;
	border-radius: 2px;
	color: #ffffff;
	font-weight: 700;
	padding: 0 14px;
}

.fallback-posts li {
	align-items: center;
	display: flex;
	gap: 12px;
}

.fallback-thumb {
	aspect-ratio: 4 / 3;
	border-radius: 2px;
	flex: 0 0 94px;
}

.fallback-title {
	display: -webkit-box;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.fallback-posts span {
	color: var(--muted-color);
	display: block;
	font-size: 12px;
	margin-top: 4px;
}

.popular-posts {
	counter-reset: popular;
}

.popular-posts li {
	align-items: flex-start;
	counter-increment: popular;
	display: grid;
	gap: 10px;
	grid-template-columns: 32px minmax(0, 1fr);
}

.popular-posts li::before {
	align-items: center;
	background: #111111;
	border-radius: 3px;
	color: #ffffff;
	content: counter(popular);
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	height: 32px;
	justify-content: center;
	width: 32px;
}

.popular-posts a {
	display: -webkit-box;
	font-weight: 800;
	line-height: 1.35;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.popular-posts span {
	color: var(--muted-color);
	display: block;
	font-size: 12px;
	grid-column: 2;
	margin-top: 3px;
}

.social-counters {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.social-counters a {
	background: var(--greybody-bgcolor);
	border-radius: 4px;
	padding: 10px 8px;
	text-align: center;
}

.social-counters strong,
.social-counters span {
	display: block;
}

.social-counters strong {
	font-size: 18px;
	line-height: 1;
}

.social-counters span {
	color: var(--muted-color);
	font-size: 11px;
	font-weight: 800;
	margin-top: 5px;
	text-transform: uppercase;
}

.newsletter-widget {
	background: linear-gradient(135deg, #111111, var(--second-scheme-color));
	color: #ffffff;
}

.newsletter-widget .widget-title {
	color: #ffffff;
}

.newsletter-widget .widget-title::before {
	background: var(--scheme-color);
}

.newsletter-widget form {
	display: flex;
	gap: 8px;
}

.newsletter-widget input {
	border: 0;
	border-radius: 3px;
	flex: 1;
	min-width: 0;
	padding: 0 10px;
}

.newsletter-widget button {
	background: var(--scheme-color);
	border: 0;
	border-radius: 3px;
	color: #ffffff;
	font-weight: 800;
	padding: 0 12px;
}

.media-index li {
	padding: 0;
}

.media-index a {
	align-items: center;
	display: flex;
	font-weight: 700;
	justify-content: space-between;
	padding: 11px 0;
}

.media-index em {
	background: var(--greybody-bgcolor);
	border-radius: 3px;
	color: var(--second-scheme-color);
	font-size: 12px;
	font-style: normal;
	line-height: 1;
	min-width: 30px;
	padding: 6px 7px;
	text-align: center;
}

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

.wpmedia-full-module {
	margin: 0 0 24px;
}

.wpmedia-inline-module {
	background: var(--content-bgcolor);
	border-radius: 3px;
	margin: 18px 0;
	padding: 16px;
}

.inline-module-list {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.inline-module-item {
	align-items: flex-start;
	display: grid;
	gap: 10px;
	grid-template-columns: 92px minmax(0, 1fr);
	min-width: 0;
}

.inline-module-image {
	aspect-ratio: 4 / 3;
	background: var(--greybody-bgcolor);
	border-radius: 3px;
	display: block;
	overflow: hidden;
}

.inline-module-image img {
	height: 100%;
	object-fit: cover;
	transition: transform 0.2s ease;
	width: 100%;
}

.inline-module-item:hover img {
	transform: scale(1.04);
}

.inline-module-item .post-category {
	font-size: 10px;
	margin-bottom: 5px;
	padding: 4px 5px;
}

.inline-module-item .post-category-logo {
	padding: 0;
}

.inline-module-item .post-category-logo img {
	height: 24px;
	max-width: 118px;
}

.inline-module-item h3 {
	display: -webkit-box;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.homepage-mosaic,
.homepage-rail,
.homepage-split-blocks {
	margin: 0 0 24px;
}

.homepage-mosaic,
.homepage-rail,
.split-news-block {
	background: var(--content-bgcolor);
	border-radius: 3px;
	padding: 16px;
}

.mosaic-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: 1.35fr 1fr 1fr;
}

.mosaic-card {
	background: #000000;
	border-radius: 3px;
	min-height: 190px;
	overflow: hidden;
	position: relative;
}

.mosaic-card-large {
	grid-row: span 2;
	min-height: 392px;
}

.mosaic-image {
	display: block;
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.mosaic-image img {
	height: 100%;
	object-fit: cover;
	transition: transform 0.22s ease;
	width: 100%;
}

.mosaic-card:hover .mosaic-image img {
	transform: scale(1.04);
}

.mosaic-content {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0));
	bottom: 0;
	color: #ffffff;
	left: 0;
	padding: 54px 12px 12px;
	position: absolute;
	right: 0;
	z-index: 2;
}

.mosaic-content h3 {
	display: -webkit-box;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.25;
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.mosaic-card-large .mosaic-content h3 {
	font-size: 24px;
}

.mosaic-content h3 a,
.mosaic-content .post-meta {
	color: #ffffff;
}

.rail-track {
	display: grid;
	gap: 12px;
	grid-auto-columns: minmax(160px, 1fr);
	grid-auto-flow: column;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	padding-bottom: 4px;
	scroll-snap-type: inline mandatory;
	scrollbar-width: thin;
}

.rail-card {
	min-width: 160px;
	scroll-snap-align: start;
}

.rail-image {
	aspect-ratio: 16 / 10;
	background: var(--greybody-bgcolor);
	border-radius: 3px;
	display: block;
	margin-bottom: 8px;
	overflow: hidden;
}

.rail-image img {
	height: 100%;
	object-fit: cover;
	transition: transform 0.2s ease;
	width: 100%;
}

.rail-card:hover img {
	transform: scale(1.04);
}

.rail-card h3 {
	display: -webkit-box;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.homepage-split-blocks {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.split-news-item {
	border-bottom: 1px solid var(--border-color);
	display: grid;
	gap: 10px;
	grid-template-columns: 96px minmax(0, 1fr);
	padding: 11px 0;
}

.split-news-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.split-news-featured {
	display: block;
	padding-top: 0;
}

.split-news-image {
	aspect-ratio: 4 / 3;
	background: var(--greybody-bgcolor);
	border-radius: 3px;
	display: block;
	overflow: hidden;
}

.split-news-featured .split-news-image {
	aspect-ratio: 16 / 9;
	margin-bottom: 10px;
}

.split-news-image img {
	height: 100%;
	object-fit: cover;
	transition: transform 0.2s ease;
	width: 100%;
}

.split-news-item:hover img {
	transform: scale(1.04);
}

.split-news-item h3 {
	display: -webkit-box;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.split-news-featured h3 {
	font-size: 18px;
	-webkit-line-clamp: 2;
}

.spotlight-column {
	background: var(--content-bgcolor);
	border-radius: 3px;
	padding: 16px;
}

.spotlight-featured {
	display: block;
	padding-top: 0;
}

.spotlight-featured .spotlight-image {
	aspect-ratio: 16 / 9;
	margin-bottom: 10px;
	width: 100%;
}

.compact-header {
	margin-bottom: 8px;
	padding-top: 10px;
}

.compact-header h2 {
	font-size: 17px;
}

.spotlight-item {
	border-bottom: 1px solid var(--border-color);
	display: grid;
	gap: 10px;
	grid-template-columns: 90px minmax(0, 1fr);
	padding: 12px 0;
}

.spotlight-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.spotlight-image {
	aspect-ratio: 4 / 3;
}

.spotlight-item h3 {
	display: -webkit-box;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.spotlight-item.spotlight-featured h3 {
	font-size: 18px;
	-webkit-line-clamp: 2;
}

.entry-header {
	border-bottom: 1px solid var(--border-color);
	margin-bottom: 22px;
	padding-bottom: 18px;
}

.single-hero {
	background:
		linear-gradient(135deg, rgba(217, 9, 27, 0.08), rgba(57, 32, 201, 0.08)),
		var(--content-bgcolor);
	border-bottom: 0;
	border-radius: 4px;
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
	margin: -22px -22px 20px;
	overflow: hidden;
	padding: 22px;
}

.single-hero-copy {
	align-self: center;
	min-width: 0;
	text-align: center;
}

.single-hero-copy .post-category-logo {
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

.entry-title {
	font-size: 38px;
	font-weight: 900;
}

.single-deck {
	color: var(--muted-color);
	font-size: 17px;
	line-height: 1.6;
	margin: 14px 0 0;
}

.single-meta {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: center;
	margin-top: 16px;
}

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

.single-meta strong,
.single-meta span {
	display: block;
}

.single-meta span {
	color: var(--muted-color);
	font-size: 13px;
}

.single-hero-image {
	align-self: stretch;
	border-radius: 4px;
	margin: 0;
	min-height: 280px;
	overflow: hidden;
}

.single-hero-image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.single-toolbox {
	align-items: stretch;
	background: linear-gradient(90deg, var(--scheme-color), var(--second-scheme-color));
	border-radius: 4px;
	color: #ffffff;
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr)) 1.5fr;
	margin: 0 0 18px;
	overflow: hidden;
}

.single-stat,
.single-toolbox .share-bar {
	background: rgba(0, 0, 0, 0.14);
	border-right: 1px solid rgba(255, 255, 255, 0.16);
	margin: 0;
	padding: 9px 10px;
}

.single-stat strong,
.single-stat span {
	display: block;
	line-height: 1.1;
}

.single-stat strong {
	font-size: 18px;
	font-weight: 900;
}

.single-stat span {
	color: rgba(255, 255, 255, 0.76);
	font-size: 10px;
	font-weight: 800;
	margin-top: 4px;
	text-transform: uppercase;
}

.single-toolbox .share-bar {
	align-items: center;
	justify-content: flex-end;
}

.single-toolbox .share-bar > span {
	color: rgba(255, 255, 255, 0.76);
}

.single-context-box {
	align-items: center;
	background: var(--greybody-bgcolor);
	border-left: 5px solid var(--scheme-color);
	border-radius: 3px;
	display: grid;
	gap: 4px 12px;
	grid-template-columns: 1fr auto;
	margin: 0 0 18px;
	padding: 14px 16px;
}

.single-context-box strong {
	font-size: 12px;
	text-transform: uppercase;
}

.single-context-box span {
	font-size: 18px;
	font-weight: 900;
}

.single-context-box a {
	background: var(--scheme-color);
	border-radius: 3px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 800;
	grid-row: span 2;
	padding: 8px 10px;
	text-transform: uppercase;
}

.share-bar {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.share-bar > span {
	color: var(--muted-color);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.share-button {
	border-radius: 3px;
	color: #ffffff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	padding: 9px 11px;
	text-transform: uppercase;
}

.single-toolbox .share-button {
	font-size: 11px;
	padding: 7px 9px;
}

.share-button:hover,
.share-button:focus {
	color: #ffffff;
	filter: brightness(0.94);
}

.share-whatsapp {
	background: #1fae55;
}

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

.share-x {
	background: #111111;
}

.entry-image {
	margin: 0 -22px 22px;
}

.entry-image img {
	width: 100%;
}

.entry-content {
	color: #222222;
	font-size: 18px;
	line-height: 1.8;
}

.entry-content p {
	margin: 0 0 1.2em;
}

.entry-footer {
	border-top: 1px solid var(--border-color);
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
	padding-top: 16px;
}

.single-author-box,
.single-related {
	background: var(--greybody-bgcolor);
	border-radius: 4px;
	margin-top: 22px;
	padding: 16px;
}

.single-author-box {
	align-items: center;
	display: grid;
	gap: 14px;
	grid-template-columns: 64px minmax(0, 1fr);
}

.single-author-box span {
	color: var(--muted-color);
	display: block;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.single-author-box strong {
	display: block;
	font-size: 18px;
}

.single-author-box p {
	color: var(--muted-color);
	margin: 5px 0 0;
}

.single-related-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.related-image {
	aspect-ratio: 16 / 10;
	background: var(--content-bgcolor);
	border-radius: 3px;
	display: block;
	margin-bottom: 8px;
	overflow: hidden;
}

.related-image img {
	height: 100%;
	object-fit: cover;
	transition: transform 0.2s ease;
	width: 100%;
}

.related-card:hover img {
	transform: scale(1.04);
}

.related-card h3 {
	display: -webkit-box;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.35;
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.banyu-comments {
	margin-top: 22px;
}

.comments-panel {
	background: var(--content-bgcolor);
	border-radius: 4px;
	padding: 18px;
}

.comments-head {
	align-items: center;
	border-bottom: 1px solid var(--border-color);
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 16px;
	padding-bottom: 14px;
}

.comments-kicker {
	color: var(--scheme-color);
	display: block;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.comments-head h2 {
	font-size: 22px;
	margin: 2px 0 0;
}

.comments-tabs {
	background: var(--greybody-bgcolor);
	border-radius: 999px;
	display: inline-flex;
	padding: 4px;
}

.comments-tabs span {
	border-radius: 999px;
	color: var(--muted-color);
	font-size: 12px;
	font-weight: 900;
	padding: 7px 10px;
	text-transform: uppercase;
}

.comments-tabs .is-active {
	background: linear-gradient(90deg, var(--scheme-color), var(--second-scheme-color));
	color: #ffffff;
}

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

.banyu-comment-card {
	margin: 0 0 14px;
}

.banyu-comment-card .children {
	list-style: none;
	margin: 14px 0 0 42px;
	padding: 0;
}

.banyu-comment-card .comment-body {
	display: grid;
	gap: 12px;
	grid-template-columns: 46px minmax(0, 1fr);
}

.comment-avatar img {
	border-radius: 50%;
	box-shadow: 0 0 0 3px var(--greybody-solid);
}

.comment-bubble {
	background: var(--greybody-bgcolor);
	border-radius: 12px;
	padding: 12px 14px;
	position: relative;
}

.comment-bubble::before {
	border-bottom: 8px solid transparent;
	border-right: 9px solid #f4efff;
	border-top: 8px solid transparent;
	content: "";
	left: -9px;
	position: absolute;
	top: 15px;
}

.comment-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: space-between;
}

.comment-author-name {
	font-size: 14px;
	font-weight: 900;
}

.comment-time {
	color: var(--muted-color);
	font-size: 12px;
	font-weight: 700;
}

.comment-content {
	color: #222222;
	margin-top: 8px;
}

.comment-content p {
	margin: 0 0 10px;
}

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

.comment-actions {
	display: flex;
	gap: 10px;
	margin-top: 10px;
}

.comment-actions a {
	color: var(--scheme-color);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.comments-empty {
	background: var(--greybody-bgcolor);
	border-radius: 4px;
	display: grid;
	gap: 4px;
	margin-bottom: 16px;
	padding: 16px;
}

.comments-empty span {
	color: var(--muted-color);
}

.banyu-comment-form {
	background:
		linear-gradient(135deg, rgba(217, 9, 27, 0.06), rgba(57, 32, 201, 0.06)),
		var(--greybody-bgcolor);
	border-radius: 4px;
	margin-top: 18px;
	padding: 16px;
}

.banyu-comment-form .comment-reply-title {
	font-size: 20px;
	margin: 0 0 12px;
}

.banyu-comment-form label {
	display: block;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.banyu-comment-form input[type="text"],
.banyu-comment-form input[type="email"],
.banyu-comment-form input[type="url"],
.banyu-comment-form textarea {
	background: #ffffff;
	border: 1px solid var(--border-color);
	border-radius: 4px;
	min-height: 40px;
	padding: 10px;
	width: 100%;
}

.banyu-comment-form textarea {
	resize: vertical;
}

.banyu-comment-form .form-submit input {
	background: linear-gradient(90deg, var(--scheme-color), var(--second-scheme-color));
	border: 0;
	border-radius: 4px;
	color: #ffffff;
	font-weight: 900;
	min-height: 40px;
	padding: 0 16px;
	text-transform: uppercase;
}

.nav-links {
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-top: 20px;
}

.page-numbers,
.nav-links a {
	background: var(--greybody-bgcolor);
	border-radius: 3px;
	display: inline-flex;
	font-weight: 700;
	margin-right: 4px;
	padding: 8px 12px;
}

.page-numbers.current {
	background: var(--second-scheme-color);
	color: #ffffff;
}

.site-footer {
	background: var(--footer-bgcolor);
	border-top: 1px solid var(--border-color);
	color: var(--footer-color);
	margin-top: 20px;
	padding: 26px 0 38px;
}

.footer-inner {
	align-items: center;
	border-bottom: 1px solid var(--border-color);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 18px;
	justify-content: center;
	padding-bottom: 18px;
	text-align: center;
}

.footer-branding {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 100%;
}

.footer-logo {
	max-height: 48px;
	max-width: 230px;
	object-fit: contain;
	width: auto;
}

.footer-menu-wrap {
	min-width: 260px;
	width: 100%;
}

.copyright {
	color: var(--footer-color);
	display: block;
	font-size: 13px;
	margin: 0;
}

.footer-menu,
.site-footer .footer-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 0;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu li::after {
	color: var(--footer-color);
	content: "-";
	font-size: 14px;
}

.footer-menu li:last-child::after {
	display: none;
}

.footer-menu a {
	color: var(--footer-color);
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	padding: 0 8px;
}

.footer-menu a:hover,
.footer-menu a:focus {
	color: var(--scheme-color);
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

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

	.top-header {
		position: sticky;
		top: 0;
		z-index: 1001;
	}

	body.admin-bar .top-header {
		top: 46px;
	}

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

	.header-inner,
	.header-tools,
	.footer-inner {
		align-items: stretch;
		flex-direction: column;
	}

	.header-inner {
		align-items: center;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		min-height: 67px;
		padding-bottom: 6px;
		padding-top: 6px;
		position: relative;
	}

	.header-logo {
		max-height: 50px;
		max-width: min(230px, 58vw);
	}

	.site-branding {
		justify-content: flex-start;
		min-width: 0;
		transform: translateX(0);
		width: auto;
	}

	body.is-header-scrolled .site-branding {
		left: 50%;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
		width: auto;
	}

	body.is-header-scrolled .header-logo {
		transform: scale(0.96);
	}

	.header-tools {
		align-items: center;
		display: flex;
		flex-direction: row;
		gap: 8px;
		margin-left: auto;
	}

	body.is-header-scrolled .header-tools {
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}

	.header-date,
	.header-tools .search-form {
		display: none;
	}

	.header-date {
		border-right: 0;
		max-width: none;
		padding-right: 0;
	}

	.mobile-menu-slider {
		background: linear-gradient(90deg, var(--scheme-color) 0%, var(--second-scheme-color) 100%);
		display: block;
		max-height: 46px;
		opacity: 1;
		overflow: hidden;
		transition: max-height 0.28s ease, opacity 0.22s ease;
	}

	.mobile-menu-slider.is-collapsed {
		max-height: 0;
		opacity: 0;
	}

	.mobile-menu-inner {
		align-items: center;
		display: flex;
		gap: 24px;
		min-height: 46px;
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: none;
		white-space: nowrap;
	}

	.mobile-menu-inner::-webkit-scrollbar {
		display: none;
	}

	.mobile-menu-item {
		color: var(--menu-item-color, #ffffff);
		flex: 0 0 auto;
		font-size: 14px;
		font-weight: 800;
		line-height: 46px;
		position: relative;
	}

	.mobile-menu-item:hover,
	.mobile-menu-item:focus {
		color: var(--menu-hover-color);
	}

	.mobile-menu-item:nth-child(3)::after {
		background: #20d35a;
		border-radius: 2px;
		color: #ffffff;
		content: "Hot";
		font-size: 9px;
		left: 75%;
		line-height: 1;
		padding: 2px 4px;
		position: absolute;
		top: 3px;
	}

	.nav-inner {
		align-items: stretch;
		flex-direction: column;
		padding: 0;
	}

	.main-navigation {
		align-items: stretch;
		display: flex;
		flex-direction: column;
	}

	.menu-toggle {
		display: inline-flex;
		min-height: 44px;
	}

	.main-navigation ul {
		display: none;
		flex-direction: column;
		width: 100%;
	}

	.main-navigation ul.is-open,
	.main-navigation .home-menu {
		display: none;
	}

	.main-navigation li,
	.main-navigation a {
		width: 100%;
	}

	.main-navigation li {
		height: auto;
		margin-right: 0;
	}

	.main-navigation a {
		line-height: 44px;
		padding: 0 14px;
	}

	.main-navigation .sub-menu {
		background: rgba(0, 0, 0, 0.1);
		border-top: 0;
		box-shadow: none;
		display: block;
		min-width: 0;
		padding-left: 14px;
		position: static;
	}

	.main-navigation .sub-menu a {
		color: #ffffff;
	}

	.layout {
		grid-template-columns: 1fr;
	}

	.wpmedia-row,
	.wpmedia-bottom-row {
		grid-template-columns: 1fr;
	}

	.wpmedia-bottom-row .wpmedia-primary {
		grid-column: auto;
	}

	.sidebar {
		position: static;
	}

	.portal-home {
		display: block;
	}

	.headline-card,
	.top-story-list {
		width: 100%;
	}

	.top-story-list {
		border-left: 0;
		border-top: 4px solid var(--scheme-color);
		display: grid;
		gap: 16px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		margin-top: 18px;
	}

	.top-story {
		display: block;
		margin-bottom: 0;
	}

	.top-story-image {
		margin-bottom: 10px;
	}

	.post-card-image {
		flex-basis: 150px;
	}

	.category-spotlight {
		grid-template-columns: 1fr;
	}

	.mosaic-grid,
	.homepage-split-blocks,
	.inline-module-list {
		grid-template-columns: 1fr;
	}

	.mosaic-card,
	.mosaic-card-large {
		min-height: 260px;
	}

	.entry-title {
		font-size: 32px;
	}

	.single-hero {
		grid-template-columns: 1fr;
	}

	.single-toolbox {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.single-toolbox .share-bar {
		grid-column: 1 / -1;
		justify-content: flex-start;
	}
}

@media (max-width: 560px) {
	body {
		font-size: 14px;
	}

	.notification-label {
		font-size: 12px;
		height: 50px;
		line-height: 30px;
		padding: 10px 9px;
	}

	.notification-label::after {
		border-right-width: 16px;
		border-top-width: 50px;
	}

	.notification-label::before {
		height: 50px;
		right: -16px;
	}

	.top-notification,
	.notification-inner,
	.marquee-line {
		height: 50px;
		min-height: 50px;
	}

	.marquee-line {
		animation-duration: 7s;
		padding-left: 92%;
	}

	.marquee-line .ticker-post {
		flex-basis: 190px;
		gap: 7px;
		margin-right: 14px;
		max-width: 190px;
	}

	.ticker-thumb {
		flex-basis: 38px;
		height: 32px;
		width: 38px;
	}

	.ticker-title {
		font-size: 11px;
		line-height: 1.25;
	}

	.site-title {
		font-size: 28px;
	}

	.top-story-list {
		grid-template-columns: 1fr 1fr;
	}

	.module-thumb-strip {
		grid-template-columns: 1fr 1fr;
	}

	.module-main-content h2 {
		font-size: 22px;
	}

	.homepage-mosaic,
	.homepage-rail,
	.split-news-block {
		padding: 15px;
	}

	.post-card {
		display: block;
	}

	.post-card-image {
		aspect-ratio: 16 / 9;
		margin: 0 0 12px;
		width: 100%;
	}

	.post-card-title {
		font-size: 20px;
	}

	.single-article,
	.no-results,
	.error-404,
	.widget,
	.spotlight-column {
		padding: 15px;
	}

	.entry-image {
		margin-left: -15px;
		margin-right: -15px;
	}

	.single-hero {
		margin: -15px -15px 18px;
		padding: 15px;
	}

	.single-hero-image {
		min-height: 220px;
	}

	.single-context-box {
		grid-template-columns: 1fr;
	}

	.single-context-box a {
		grid-row: auto;
		justify-self: start;
	}

	.single-related-grid {
		grid-template-columns: 1fr;
	}

	.comments-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.banyu-comment-card .children {
		margin-left: 18px;
	}
}
