/*
Theme Name: Pers Publik
Theme URI: https://www.datiak.com/
Author: PT. DIM
Description: Tema Wordpress berita terbaik, profesional, cepat, dan SEO optimal.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: datiak
*/

/*! normalize.css v8.0.1 | MIT License */
[type="checkbox"],
[type="radio"],
legend {
    box-sizing: border-box;
    padding: 0;
}
button,
hr,
input {
    overflow: visible;
}
progress,
sub,
sup {
    vertical-align: baseline;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
details,
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background: 0 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}
textarea {
    overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
body,
html {
    overflow-x: clip;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
}
body {
    background: #fff;
    position: relative;
    font-family: var(--font-umum);
    color: #514f50;
    font-size: 12px;
    line-height: 1.3;
}
a {
    text-decoration: none;
    color: inherit;
}
img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bottom-apg,
.headline-apg,
.headline-box,
.main,
.main-inner,
.main-row,
.sidebar-left > div,
.sidebar-right,
.sidebar-right > div {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.main.apg-page {
    order: 2;
}
.sidebar-right.apg-page {
    order: 3;
}
.sidebar-right {
    margin-bottom: 20px;
}
.bottom-apg {
    padding: 0 15px 25px;
}
.sidebar-right .widget {
    gap: 0;
}
.main-row {
    padding: 0 15px;
}
.main-row.apg,
.main-row.apg-irs {
    margin-bottom: 25px;
}
.main-box,
.main-row.apg-irs .main {
    order: 1;
}
.main-row-extra {
    padding-bottom: 20px;
}
.main-row-extra .sidebar-right {
    order: 1;
}
.main-row-extra .main {
    order: 3;
}
.sidebar-left {
    order: 2;
}
.main-bottom {
    margin: 20px 0;
}
.container {
    width: 100%;
}
.header-box {
    position: sticky;
    top: 0;
    z-index: 9;
}
.header {
    background: var(--header-bg);
    border-bottom: 1px solid var(--border-apg-header);
}
.header-row {
    justify-content: space-between;
    padding: 0 15px;
    height: 42px;
}
.header-left,
.header-row {
    display: flex;
    align-items: center;
}
.header-left {
    gap: 10px;
}
.header-brand {
    display: flex;
    flex-direction: column;
    margin: 0;
    color: #036;
}
.brand-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}
.header-brand a {
    display: flex;
    height: 18px;
    align-items: center;
}
.header-brand img {
    position: relative;
    top: var(--logo-top-mobile);
    width: auto;
    max-width: 150px;
    height: auto;
}
.header-user {
    background: var(--button-header);
    border-radius: 5px;
    color: var(--font-button-header);
    font-weight: 600;
    padding: 4px 8px;
}
.header-user ul {
    list-style: none;
}
.header-user .menu-image-title-after.menu-image-title,
.header-user ul {
    padding: 0;
    margin: 0;
}
button.menu {
    display: flex;
    border: none;
    padding: 0;
    background: #fff0;
}
.header-left > .menu {
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    color: var(--warna-menu);
}
.header-right {
    gap: 10px;
}
.header-right,
.primary-menu {
    display: flex;
    align-items: center;
}
.primary-menu {
    height: 30px;
    background: var(--primary_menu-bg);
    box-shadow: 0 3px 3px rgb(0 0 0 / 0.2);
}
.primary-menu nav {
    overflow-x: auto;
    scrollbar-width: none;
}
.primary-menu ul {
    list-style: none;
    gap: 3px;
    margin: 0;
    padding-left: 12px;
}
.primary-menu ul,
.primary-menu ul a {
    display: flex;
    align-items: center;
    height: 30px;
}
.primary-menu ul a {
    color: var(--font-menu-utama);
    font-weight: 500;
    font-size: 15px;
    gap: 2px;
    padding: 0 6px;
}
.primary-menu ul a .menu-image-title {
    white-space: nowrap;
    padding: 0;
}
.header-social-container .social-icons,
.index-info,
.sidebar-menu .widget-title:before,
ul.sub-menu {
    display: none;
}
.secondary-menu {
    margin: 10px;
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-width: none;
}
.secondary-menu ul {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    height: 30px;
    gap: 0 6px;
}
.secondary-menu a {
    display: flex;
    color: var(--font-menu-sekunder);
    white-space: wrap;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    padding: 5px;
}
.secondary-menu ul img {
    height: 16px;
    width: auto;
    aspect-ratio: 80/16;
    display: block;
}
.secondary-menu li.menu-item-has-children {
    position: relative;
}
.secondary-menu .sub-menu,
.secondary-menu li.menu-item-has-children > a {
    display: none;
}
.menu .icon-menu-close,
.menu .icon-menu-open {
    position: absolute;
    transition:
        opacity 0.25s ease,
        transform 0.35s ease;
}
.menu .icon-menu-open {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}
.menu .icon-menu-close {
    opacity: 0;
    transform: scale(0.6) rotate(-90deg);
    pointer-events: none;
}
.menu.active .icon-menu-open {
    opacity: 0;
    transform: scale(0.6) rotate(90deg);
}
.menu.active .icon-menu-close {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}
.icon-menu {
    display: none;
    color: var(--font-menu-utama);
}
.icon-menu svg {
    display: flex;
}
.sidebar-menu {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -20px);
    width: 100%;
    max-width: 1100px;
    height: calc(100vh - 60px);
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    overflow: hidden;
    transition: opacity 0.5s ease;
}
.sidebar-menu.show {
    transform: translate(-50%);
    opacity: 1;
    visibility: visible;
}
.sidebarmenu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
    position: sticky;
    top: 0;
    z-index: 10;
    background: var(--primary_menu-bg);
    border-top: 1px solid var(--border-apg-header);
}
.sidebarmenu-label {
    color: var(--font-menu-utama);
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
.apg-sidebarmenu {
    display: flex;
    gap: 20px;
    align-items: center;
}
.sidebar-menu .footer-links li:not(:last-child):after,
.sidebar-menu .widget-title:before,
.sidebarmenu-close {
    display: none;
}
.sidebar-menu-content {
    height: 100%;
    overflow-y: auto;
    padding: 5px 10px 110px;
}
.sidebar-menu-content .widget {
    padding: 5px 0;
}
.sidebar-menu .menu {
    padding: 0;
    margin: 0 -10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.sidebar-menu .menu li {
    display: flex;
    width: 50%;
    justify-content: space-between;
    align-items: center;
}
.sidebar-menu .menu li a {
    font-size: 14px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
}
.sidebar-menu .menu li img {
    width: 24px;
    height: 24px;
}
.sidebar-menu .menu li .menu-image-title {
    padding: 0;
    font-weight: 500;
    margin-left: 10px;
}
.sidebar-menu .widget-header {
    border: none;
    margin-bottom: 5px;
}
.sidebar-menu .widget-title {
    font-size: 14px;
    padding: 0;
    display: block;
}
.sidebar-apg-arrow {
    display: flex;
    margin: 0 8px;
}
.sidebar-menu .menu li .sub-menu.show {
    transform: translateX(0);
    overflow-y: auto;
    opacity: 1;
}
.sidebar-menu .menu li .sub-menu {
    height: 100%;
    position: fixed;
    top: 3px;
    width: auto;
    background: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 999;
    right: 0;
    margin: 0;
    padding: 15px 0 15px 15px;
    list-style: none;
    display: block;
    border-left: 1px solid #eaeaea;
    transition: transform 0.1s linear 0s;
    transform: translateX(100%);
    opacity: 0;
}
.submenu-wrap {
    margin-bottom: 10px;
    background: var(--primary_menu-bg);
    color: #fff;
    padding: 5px 15px 3px;
    border-radius: 10px 0 0 10px;
}
.submenu-left,
.submenu-wrap {
    display: flex;
    justify-content: space-between;
}
.submenu-left {
    width: 100%;
}
.submenu-text {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.submenuclose {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    border: none;
    background: none;
}
.sidebar-menu .menu li > .sub-menu li {
    width: 100%;
}
.sidebar-menu .menu li > .sub-menu li a {
    padding-left: 0;
    padding-right: 10px;
}
.sidebar-social {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    padding: 16px 20px;
    background: var(--footer_apg_dim-bg);
    box-sizing: border-box;
}
.sidebar-social .social-icons a {
    color: #fff;
}
.sidebar-social .social-icons ul {
    display: flex;
    gap: 10px;
    justify-content: center;
    width: auto;
}
.sidebar-social .social-icons li {
    width: auto !important;
}
.social-icon {
    flex: none;
}
.sidebar-social .footer-title {
    display: flex;
    justify-content: center;
    margin: 0 0 10px;
}
.sidebar-menu .footer-links li {
    display: flex;
    background: #e7e7e7;
    margin: 0;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.sidebar-menu .footer-links > li {
    width: auto !important;
}
.sidebar-menu .footer-links {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 10px;
    padding: 10px 0;
    border-top: 1px dashed #e4e3f0;
}
.sidebar-menu .footer-links a {
    color: #000;
    white-space: nowrap;
}
.header-search {
    z-index: 2000;
}
.search-inline-wrap {
    position: relative;
}
.search-dropdown {
    position: absolute;
    top: 63px;
    right: -4px;
    width: calc(100vw - 20px);
    max-width: 767px;
    background: #fff;
    border: 1px solid #e4e3f0;
    padding: 4px 16px 10px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    border-radius: 0 0 10px 10px;
    transform: translateY(-6px);
    transition: opacity 0.5s ease;
}
.search-dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.search-title {
    font-size: 14px;
    font-weight: 500;
    color: #036;
    margin-bottom: 6px;
}
.popular-search-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    font-weight: 500;
}
.popular-search-list a {
    white-space: nowrap;
}
.live-search-result {
    display: flex;
    flex-direction: column;
}
.live-search-item {
    display: flex;
    padding: 8px 0;
    border-bottom: 1px dashed #e4e3f0;
    text-decoration: none;
    gap: 10px;
    align-items: center;
}
.live-search-thumb img {
    width: 40px;
    height: 40px;
}
.live-search-item:last-child {
    border-bottom: 0;
}
.live-search-title {
    font-size: 14px;
    font-weight: 500;
    color: #111;
    transition: color 0.2s ease;
}
.search-empty,
.search-loading {
    padding: 14px 0;
    font-size: 13px;
    font-weight: 500;
    color: var(--meta-color);
}
.search-slide-form {
    position: absolute;
    top: 48px;
    right: -16px;
    transform: translateY(-50%);
    width: 0;
    opacity: 0;
    transition:
        width 0.3s ease,
        opacity 0.2s ease;
    pointer-events: none;
}
.search-slide-form.active {
    width: calc(100vw + 2px);
    opacity: 1;
    pointer-events: auto;
}
.search-slide-form .search-text {
    width: 100%;
    height: 30px;
    padding: 0 12px;
    border: none;
    outline: none;
    background: var(--primary_menu-bg);
    color: var(--font-menu-utama);
}
.search-slide-form .search-text::placeholder {
    color: var(--meta-color);
}
.btn-search-toggle {
    display: flex;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: none;
    background: #fff0;
    color: var(--warna-menu);
}
.icon-search-close,
.icon-search-open {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-search-toggle.active .icon-search-open,
.icon-search-close {
    display: none;
}
.btn-search-toggle.active .icon-search-close {
    display: flex;
}
.menu-badge {
    position: relative;
    top: -6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 2px 4px;
    border-radius: 10px;
    font-size: 8px;
    line-height: 1;
    white-space: nowrap;
    height: 10px;
    margin-right: -10px;
    overflow: visible;
    z-index: 1;
    color: #fff;
}
.menu-badge-hot {
    background: #b30f19;
}
.menu-badge-new {
    background: #146723;
}
.menu-badge-top {
    background: #214dca;
}
.menu-badge-dot {
    position: relative;
    top: -8px;
    width: 8px;
    height: 8px;
    background: red;
    border-radius: 50%;
}
.menu-badge-live {
    animation: live-blink 1.5s ease-in-out infinite;
}
@keyframes live-blink {
    0%,
    to {
        background: red;
    }
    50% {
        background: #b30f19;
    }
}
.badge-apg-pos {
    position: relative;
    padding: 0 8px;
    border-radius: 6px;
    color: #fff;
    font-size: 52%;
    top: -6px;
}
.menu-badge-breaking {
    background: #b30f19;
}
.headline-apg .widget.grid .menu-badge-breaking,
.widget.index .badge-apg-pos {
    top: -4px;
}
.foto-info .badge-apg-pos,
.grid-small-title .badge-apg-pos,
.list-title .badge-apg-pos,
.widget.redaksi2 .badge-apg-pos,
.widget.youtube-widget .badge-apg-pos {
    top: -3px;
}
.running-news-container {
    position: absolute;
    top: 42px;
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    background: var(--teks_berjalan-bg);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease;
}
.running-news-container:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    background: var(--teks_berjalan-bg);
    z-index: -1;
}
.running-news-container.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.news-label {
    height: 31px;
    padding: 0 10px;
    flex-shrink: 0;
    background: var(--running-kiri);
    border-right: 1px solid #fff;
    font-size: 14px;
    font-weight: 600;
}
.news-content,
.news-label {
    display: flex;
    align-items: center;
    color: var(--running-font);
}
.news-content {
    flex: 1;
    height: 30px;
    overflow: hidden;
    background: var(--running-kanan);
}
#news-ticker {
    display: flex;
    white-space: nowrap;
    will-change: transform;
    animation: ticker 50s linear infinite;
    margin: 0;
}
#news-ticker li {
    display: flex;
    padding-right: 16px;
}
#news-ticker li a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--running-font);
    text-decoration: none;
    font-size: 14px;
}
.ticker-thumb {
    width: 20px;
    height: 20px;
    min-width: 20px;
    object-fit: cover;
    display: block;
}
@keyframes ticker {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.sticky-ads-bottom.hide-sidebar {
    opacity: 0;
}
.sticky-ads-left,
.sticky-ads-right {
    display: none;
}
.media-image {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}
.media-image:before {
    background: #ddd;
    animation: shine 1s infinite;
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}
.media-image:after,
.media-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.media-image:after {
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, #fff0, hsl(0 0% 100% / 0.2) 20%, hsl(0 0% 100% / 0.5) 60%, #fff0);
    -webkit-animation: shimmer 2s infinite;
    animation: shimmer 2s infinite;
}
.media-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
    display: block;
}
.media-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}
.main.apg-page .sidebar-left {
    order: 1;
}
.main.apg-page .zoom-font {
    font-size: 18px;
    color: #000;
}
.main.apg-page .widget.LinkList {
    margin: 0;
}
.post-title {
    margin-top: 0;
    color: #000;
}
.main.apg-page .main-box {
    padding: 0;
}
.pagination-box > * {
    padding: 5px;
    min-width: 30px;
    display: block;
    text-align: center;
    border-right: 1px solid #ddd;
    font-weight: 600;
}
.pagination-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}
.pagination-box .current {
    background: var(--btn-apg-arc-act);
    color: var(--ft-apg-arc);
}
.pagination-box > :last-child {
    border: none;
}
.error-wrap {
    background: var(--primary_menu-bg);
    color: #fff;
    padding: 30px 15px;
    text-align: center;
    margin: 15px 0;
}
.error-subtitle {
    font-size: 30px;
    font-weight: 700;
}
.error-title {
    font-size: 100px;
    font-weight: 700;
}
.error-desc {
    color: #bfbfbf;
    margin-bottom: 15px;
}
.error-btn {
    background: var(--btn-apg-arc-act);
    display: inline-block;
    text-align: center;
    color: var(--ft-apg-arc);
    font-size: 14px;
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 5px;
}
.archive.author .author-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background: hsla(0, 0%, 80.4%, 0.18823529411764706);
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
}
.archive.author .author-avatar {
    border-color: #eee;
    box-shadow: 0 0 0 0.1rem rgb(0 0 0 / 0.08);
    background: #f6f8fc;
    border-radius: 50em;
    overflow: hidden;
    width: 25%;
}
.archive.author .author-avatar img {
    display: block;
    object-fit: cover;
}
.author-social .btn-share {
    background: #e1e1e1;
}
.meta-apg-author {
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.archive.author .author-name {
    display: flex;
    color: #001e5a;
    font-size: 16px;
    font-weight: 700;
}
.archive.author .author-bio {
    text-align: center;
}
.author-social {
    display: flex;
    gap: 10px;
}
.trending-menu ul li {
    width: 100%;
    text-align: center;
}
.trending-menu ul li a {
    display: block;
    background: var(--btn-apg-arc);
    color: #fff;
    font-weight: 600;
    padding: 6px 0;
    border-radius: 6px;
}
.trending-menu ul li.current-menu-item a {
    background: var(--btn-apg-arc-act);
}
.widget-close {
    position: absolute;
    top: 2px;
    right: 2px;
    border-radius: 0 !important;
}
.widget.popup.show {
    display: block;
}
.popup-transparent {
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / 0.8);
    z-index: 9998;
    display: none;
}
.popup-transparent.show {
    display: block;
}
.btn-share,
.footer-share .social-icons a,
.header-social-container .social-icons a,
.sidebar-social .social-icons a {
    border: none;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidebar-social .social-icons a {
    background: rgba(var(--apg-font-footer-rgb), 0.1);
    color: var(--apg-font-footer);
}
.googlenews-medsos .social-icon {
    height: 16px;
    width: 16px;
    filter: grayscale(1);
}
.btn-share svg.icon {
    width: 20px;
    height: 20px;
    display: block;
}
.instagram-medsos svg {
    height: 24px;
    width: 24px;
}
.widget-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.comment-reply-title,
.widget-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: var(--hd-apg-title);
    padding-left: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 0;
}
.bacajuga:before,
.comment-reply-title:before,
.widget-title:before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 0;
    width: 3px;
    background: var(--hdbf-apg-title);
    border-radius: 2px;
}
.widget-title.apg {
    margin-bottom: 0;
    gap: 10px;
}
.info-apg-more,
.widget-more a,
.youtube-widget .btn-arrow {
    display: flex;
    width: 16px;
    height: 16px;
    background: rgba(var(--btn-apg-mr-rgb), 0.25);
    color: var(--btn-apg-mr);
    border-radius: 3px;
    box-shadow: 0 0 0 3px rgba(var(--btn-apg-mr-rgb), 0.12);
}
.back-to-top {
    background: rgba(var(--apg-font-footer-rgb), 0.3);
    box-shadow: 0 0 0 3px rgba(var(--apg-font-footer-rgb), 0.1);
    color: var(--apg-font-footer);
}
.headline-apg .info-apg-more,
.headline-apg .info-slider-apg,
.youtube-widget .btn-arrow,
.yt-nav {
    background: hsl(0 0% 100% / 0.7000000000000001);
    box-shadow: 0 0 0 3px hsla(0, 0%, 90.6%, 0.2);
    color: #2a2a2a;
}
.index-footer a {
    display: block;
    background: var(--btn-apg-indeks);
    text-align: center;
    color: var(--ft-apg-indeks);
    font-size: 14px;
    border-radius: 5px;
    padding: 5px 20px;
    font-weight: 600;
    width: fit-content;
    margin: 20px auto 0;
}
.apg-widget-title:before,
.cat-summary,
.index-summary {
    display: none !important;
}
.amp-chord-lyrics {
    white-space: pre;
}
.chord-intro-meta {
    display: grid;
    grid-template-columns: auto 1fr;
    margin-bottom: 10px;
}
.chord-intro-label {
    grid-row: 1 / span 10;
    font-weight: 700;
    margin-right: 10px;
}
.chord-intro-line .chord-line {
    color: #b01232;
}
.chord-line {
    color: #2e2eff;
    font-weight: 700;
    white-space: pre-wrap;
}
.lyric-line {
    white-space: pre-line;
}
.nochord-block {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.chord-block {
    margin: -5px 0;
}
.header-social-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
}
.license-wrap {
    justify-content: center;
    min-height: 100vh;
}
.license-card,
.license-wrap {
    display: flex;
    align-items: center;
}
.license-card {
    flex-direction: column;
    text-align: center;
    gap: 12px;
    background: #dbffea;
    padding: 20px 25px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 0.08);
}
.license-card p {
    font-size: medium;
}
.license-card h1 {
    width: 100%;
    margin: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
}
.license-card h1,
.license-card p {
    margin: 0;
}
.license-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 16px;
    background: #296061;
    color: #fff;
    border-radius: 16px;
    font-weight: 600;
    white-space: nowrap;
}
body.darkmode .mode {
    color: #fff;
}
body.stop {
    overflow: hidden;
}
@-webkit-keyframes shimmer {
    to {
        transform: translateX(100%);
    }
}
@keyframes shimmer {
    to {
        transform: translateX(100%);
    }
}
.cat-item,
.index .index-item,
.list .list-item,
.list .list-item:first-child {
    display: flex;
    width: 100%;
    gap: 10px;
    position: relative;
    align-items: center;
}
.cat-image,
.index .index-image,
.list .list-image {
    border-radius: 10px;
    aspect-ratio: 1/1;
    width: 50%;
    height: fit-content;
}
.cat-text,
.index .index-text,
.list .list-text {
    display: flex;
    gap: 3px;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.apg-dim-title,
.author .cat-text .cat-title,
.author .cat-text .cat-title a,
.cat-title,
.cat-title a,
.category .cat-text .cat-title,
.category .cat-text .cat-title a,
.error404 .cat-text .cat-title,
.error404 .cat-text .cat-title a,
.grid-small-title,
.grid-title,
.grid-title a,
.index-title,
.index .index-title,
.index .index-title a,
.info-grafis-title,
.list .list-title,
.list .list-title a,
.page-template-indeks .cat-text .cat-title,
.page-template-indeks .cat-text .cat-title a,
.popularpos-item:not(:first-child) .popularpos-title,
.popularpos-title,
.redaksi2-title,
.redaksi2-title a,
.search .cat-text .cat-title,
.tag .cat-text .cat-title,
.tag .cat-text .cat-title a,
.tax-newstopic .cat-text .cat-title,
.tax-newstopic .cat-text .cat-title a {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    color: var(--judul-widget-umum);
}
.meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    justify-content: space-between;
}
.list-meta {
    display: contents;
    align-items: center;
}
.grid-category,
.index .index-category,
.list .list-category,
.meta-info,
.meta-info .category,
.popularpos-category {
    font-weight: 500;
}
.index .index-category,
.list .list-category {
    color: var(--wt-apg-indeks);
}
.mode,
.mode-dark,
.mode-light hide {
    height: 20px;
}
.mode .hide {
    display: none;
}
.pagination-number {
    display: flex;
    align-items: center;
}
figure.wp-block-image.size-full {
    margin: 0 -15px;
    width: calc(100% + 30px);
    max-width: none;
}
.filter {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.filter-category,
.filter-tanggal,
button.btn-filter {
    width: 100%;
    font-size: 14px;
}
.filter-tanggal {
    display: flex;
    gap: 6px;
}
.filter-tanggal select {
    flex: 1;
}
.filter select {
    background: #fff;
    cursor: pointer;
    padding: 4px;
    border: 1px solid #ccc;
    width: 100%;
}
button.btn-filter {
    background: var(--btn-apg-arc-act);
    color: var(--ft-apg-arc);
    font-size: 14px;
    font-weight: 600;
    border: none;
    padding: 8px 15px;
    border-radius: 6px;
    cursor: pointer;
}
.main .trending-menu ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0;
    gap: 10px;
}
.page-menu {
    overflow-x: auto;
    width: 100%;
    overflow-y: hidden;
    scrollbar-width: none;
}
.page-menu ul {
    white-space: nowrap;
    padding-left: 0;
}
.page-menu ul li {
    display: inline-block;
    min-width: max-content;
}
.page-menu ul li:last-child {
    margin-right: 15px;
}
.page-menu ul li a {
    cursor: pointer;
    text-decoration: none;
    display: flex;
    padding: 6px 8px;
    overflow: hidden;
    border-radius: 5px;
    background: #10377a;
    font-weight: 500;
}
.page-menu ul li.current-menu-item a {
    background: #b30000;
}
.page-menu ul li a .menu-image-title {
    padding: 0;
    color: #fff;
}
.sticky-ads-bottom .widget {
    max-width: 767px;
    height: auto;
    width: 100%;
    display: contents;
}
.sticky-ads-bottom {
    position: fixed;
    text-align: center;
    max-height: 100px;
    width: 100%;
    max-width: 767px;
    left: 0;
    z-index: 9;
    background-image: none;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 0.2);
    padding: 4px 4px 0;
    transition: transform 0.4s ease-in-out;
    right: 0;
    margin: 0 auto;
    align-items: center;
}
.sticky-ads-bottom.show {
    bottom: 0;
    display: block;
}
.sticky-ad-close-button:after,
.widget-close {
    display: flex;
    content: "✕";
    color: #fff;
    background: rgb(0 0 0 / 0.7);
    border-radius: 10px;
    height: 16px;
    width: 16px;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 10px;
    box-shadow: 0 0 0 2px rgb(0 0 0 / 0.2);
    cursor: pointer;
}
.sticky-ad-close-button {
    display: flex;
    position: absolute;
    height: 20px;
    left: 50%;
    transform: translateX(-50%);
    top: -22px;
    padding: 0 2px 0 8px;
    background: #ccc;
    width: max-content;
    border: none;
    color: #000;
    gap: 6px;
    align-items: center;
    border-radius: 10px;
}
.header-box .google-auto-placed {
    display: none;
}
.billboard {
    max-width: 767px;
    margin-right: 0;
    margin-left: 0;
    padding: 0 15px 12px;
}
.billboard.parallax {
    width: 100%;
    max-height: 630px;
    height: var(--heightparallaxmobile);
    position: relative;
    margin-top: 0;
    background: #222;
    padding: 0;
}
.billboard.parallax .widget {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    clip: rect(auto, auto, auto, auto);
    justify-content: center;
}
.billboard.parallax .widget-parallax {
    position: fixed;
    top: 26px;
    width: var(--widthparallaxmobile);
    height: auto;
    max-width: 767px;
}
.billboard.parallax .widget:after {
    content: var(--textparallax);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    color: var(--judul-terang);
    text-align: center;
    font-weight: 400;
    margin-top: 5px;
}
.close-parallax {
    display: flex;
    position: absolute;
    right: 0;
    background: var(--button-header);
    color: var(--font-button-header);
    padding: 4px;
    cursor: pointer;
    z-index: 1;
    border: none;
}
.spx-parallax-ads__box {
    text-align: center;
    width: 100%;
    max-width: 767px;
    padding: 5px 10px;
}
.banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
}
.banner.ads32050 {
    width: 100%;
    height: auto;
    aspect-ratio: 300/50;
}
.banner.ads72890 {
    width: 100%;
    max-width: 390px;
    height: 90px;
}
.banner.ads300601 {
    width: 160px;
    max-width: 100%;
    height: 600px;
}
.banner.ads300600 {
    width: 300px;
    max-width: 100%;
    height: 480px;
}
.banner.ads46860 {
    max-width: 468px;
    height: 60px;
}
.banner.ads336280{
    max-width: 336px;
    height: 280px;
}
.banner.placeholder {
    border: 1px dashed #ccc;
}
.banner.placeholder:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #e5e3e3;
}
.banner.placeholder:after {
    content: "Ads";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(91 91 91 / 0.5);
    padding: 0 4px;
    border-radius: 4px;
    color: #fff;
    letter-spacing: 1px;
}
.darkmode,
.darkmode .cat-item,
.darkmode .cat-text,
.darkmode .content,
.darkmode .grid,
.darkmode .index *,
.darkmode .info-card,
.darkmode .list *,
.darkmode .media-image:before,
.darkmode .popularpos *,
.darkmode .popularpos-item:first-child .popularpos-text,
.darkmode .popularpos-item:not(:first-child) .popularpos-text,
.darkmode .search-box,
.darkmode .secondary-menu,
.darkmode .sidebar-menu,
.darkmode .sidebar-menu-content,
.darkmode .sidebar-menu .menu li .sub-menu {
    background: #222;
}
.darkmode .popularpos-item:first-child .popularpos-text:before,
.darkmode .popularpos-item:not(:first-child):before {
    -webkit-text-stroke-color: #fff;
}
.darkmode *,
.darkmode .youtube-widget p a:after {
    color: #fff !important;
}
.darkmenu .submenu-wrap,
.darkmode #reportrange,
.darkmode .back-apg-top,
.darkmode .filter select,
.darkmode .footer,
.darkmode .foto-list,
.darkmode .frame,
.darkmode .grid-text,
.darkmode .header,
.darkmode .headline-apg .grid-big-item .grid-link,
.darkmode .index-footer a,
.darkmode .news-content,
.darkmode .parallxads,
.darkmode .primary-menu,
.darkmode .running-news-container:before,
.darkmode .sidebar-menu .footer-links li,
.darkmode .sidebar-social,
.darkmode .sidebarmenu-header,
.darkmode .widget-desc,
.darkmode .youtube-widget,
.darkmode select#index-cat {
    background: #000;
}
.sidebar-social .googlenews-medsos .social-icon,
.footer-share .googlenews-medsos .social-icon,
.darkmode .btn.btn-menu,
.darkmode .header-brand img,
.darkmode .header-user a img,
.darkmode .info-post .author-verified,
.darkmode .redaksi2 .widget-image img,
.darkmode .secondary-menu ul img,
.darkmode .sidebar-menu .menu li .arrow,
.primary-menu ul li:not(:first-child) a img,
.submenu-wrap:before {
    filter: brightness(0) invert(1);
}
.darkmode .cat-item:not(:first-child),
.darkmode .commentsArea ol,
.darkmode.error404 .cat-item,
.darkmode .info-post.info-bottom,
.darkmode .page-menu ul li,
.darkmode.page-template-indeks .cat-item,
.darkmode.page-template-populer .cat-item,
.darkmode .pagination-box,
.darkmode .pagination-box > *,
.darkmode .pagination-post,
.darkmode.search .cat-item {
    color: #fff;
    border-color: #fff;
}
.darkmode input#author,
.darkmode input#email,
.darkmode textarea#comment {
    border-color: #999;
    background: #1e1d1d;
}
.darkmode .page-menu ul li.current-menu-item a {
    background: #fff;
}
.darkmode .widget.populartag a {
    color: #000 !important;
}
.darkmode .btn-formating:after,
.darkmode .page-menu ul li a .menu-image-title {
    color: #000;
}
.darkmode .foto-slide:after {
    background: linear-gradient(180deg, #fff0 0, rgb(0 0 0 / 0.6784313725490196) 46%, #000);
}
.darkmode .media-image:after {
    background-image: linear-gradient(90deg, transparent, rgb(0 0 0 / 0.2) 20%, rgb(0 0 0 / 0.5) 60%, transparent);
}
.widget-content {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.foto-galeri-wrapper {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    overflow: hidden;
    max-width: 767px;
}
.foto-widget-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-weight: 600;
    z-index: 6;
    text-shadow: 0 3px 8px rgb(0 0 0 / 0.8);
    background: rgba(var(--wt-apg-indeks-rgb), 0.7);
    padding: 6px 12px;
    text-transform: uppercase;
    border-radius: 0 10px;
}
.foto-slider {
    aspect-ratio: 16/9;
    position: relative;
    overflow: hidden;
}
.foto-slide-link {
    display: block;
}
.foto-slide,
.foto-slide-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.foto-slide {
    will-change: opacity;
    transition: opacity 0.5s ease;
}
.foto-slide.active {
    opacity: 1;
    z-index: 2;
}
.foto-slide:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    background: var(--bgh-apg-slide);
    z-index: 5;
    bottom: -1px;
}
.foto-slide .caption {
    width: 90%;
    max-width: 100%;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: var(--tth-apg-slide);
    z-index: 7;
}
.foto-slide .caption h2 {
    font-size: 20px;
    margin: 0;
}
.btn-lihat {
    padding: 4px 10px;
    background: #b3003c;
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
}
.foto-list {
    justify-content: flex-start;
    padding: 3px;
    z-index: 2;
    position: relative;
    background: var(--bgls-apg-slide);
    overflow-x: auto;
}
.foto-item,
.foto-list {
    display: flex;
    align-items: center;
}
.foto-item {
    width: 100%;
    padding: 6px;
    flex: 0 0 auto;
    border: 2px solid #fff0;
    transition: transform 0.3s;
}
.foto-item.active {
    border-color: #fff;
    border-radius: 10px;
}
.foto-item img {
    width: 20%;
    aspect-ratio: 1/1;
    margin-right: 10px;
    border-radius: 10px;
}
.foto-item .foto-info {
    flex: 1;
    min-width: 0;
}
.foto-item .foto-info p {
    color: var(--ttls-apg-slide);
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}
.grid .widget-content {
    margin: 0 -15px;
}
.grid-small-image {
    position: relative;
    aspect-ratio: 16/9;
    border-radius: 10px;
}
.grid-text {
    padding: 5px 15px 0;
}
.grid-meta {
    display: flex;
    margin: 5px 0;
}
.headline-box .grid-meta {
    position: absolute;
    flex-direction: column;
    bottom: 62px;
    left: 15px;
    gap: 6px;
    z-index: 1;
}
.grid-small {
    display: flex;
    overflow-x: auto;
    padding: 0 15px;
    gap: 15px;
    scrollbar-width: none;
}
.grid-small-item {
    flex: 0 0 auto;
    width: 50%;
}
.grid-small-text {
    padding-top: 5px;
}
.grid-big-item .grid-title {
    color: var(--tt-apg-grid);
}
.grid-big-item .grid-category {
    color: var(--taks-apg-grid);
}
.grid-category {
    color: var(--taksba-apg-grid);
}
.grid-summary {
    color: var(--desk-apg-grid);
}
.headline-box .widget-content {
    display: inline-grid;
}
.headline-box .grid-text {
    width: 100%;
    padding: 0 15px;
    position: absolute;
    bottom: 0;
    background: var(--bg-apg-slide-hl);
    z-index: 1;
}
.headline-box .grid-small-item,
.headline-box .widget.grid {
    position: relative;
}
.headline-box .widget.grid .widget-header {
    position: static;
}
.headline-box .grid-small-image,
.headline-box .grid-small-image img {
    border-radius: 10px 10px 10px 0;
}
.headline-box .widget.grid .widget-title {
    position: absolute;
    top: 10px;
    background: rgba(var(--bg-apg-lbhl-rgb), 0.7);
    color: var(--font-apg-lbhl);
    padding: 0 8px;
    border-radius: 0 8px 8px 0;
    font-size: 14px;
    z-index: 1;
}
.headline-box .widget.grid .widget-title:before {
    display: none;
}
.headline-box .grid-title {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20%;
}
.headline-box .grid-big-item .grid-title {
    color: var(--font-apg-lbhl);
}
.grid-big.headline-slider .grid-category {
    color: var(--font-apg-lbhl);
    font-weight: 500;
}
.headline-box .grid-small-item .grid-meta {
    left: 0;
    margin-bottom: 0;
    bottom: 0;
}
.headline-box .grid-small-item .grid-category {
    padding: 0 8px;
    background: rgba(var(--bg-apg-lbhl-rgb), 0.7);
    color: var(--font-apg-lbhl);
    border-radius: 0 8px 0 0;
}
.headline-slider {
    position: relative;
}
.headline-slide {
    display: none;
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
}
.headline-slide.active {
    display: block;
    opacity: 1;
    visibility: visible;
    position: relative;
}
.headline-dots {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    line-height: 1;
}
.headline-dots,
.headline-dots li {
    margin: 0;
    padding: 0;
}
.headline-dot {
    display: block;
    width: 12px;
    height: 4px;
    border-radius: 3px;
    background: #fff;
    transition: background-color 0.3s ease;
}
.headline-dots li.active .headline-dot {
    width: 24px;
    background: rgba(var(--bg-apg-lbhl-rgb), 0.9);
}
.headline-nav,
.hl-apg-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.headline-nav {
    z-index: 7;
}
.headline-arrow {
    pointer-events: auto;
}
.headline-arrow.prev {
    left: 15px;
}
.headline-arrow.next {
    right: 15px;
}
.headline-apg .grid .widget-content {
    gap: 20px;
}
.bottom-apg .grid-small,
.headline-apg .grid-small,
.headline-box .grid-small {
    display: grid;
    gap: 20px 15px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    overflow-x: visible;
}
.bottom-apg .grid-big-item .grid-link,
.headline-apg .grid-big-item .grid-link {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background: var(--bg-apg-grid);
}
.bottom-apg .grid-small-item,
.headline-apg .grid-small-item,
.headline-box .grid-small-item {
    width: 100%;
}
.headline-apg .grid-small-item .grid-link,
.headline-box .grid-small-item .grid-link {
    flex-wrap: wrap;
}
.headline-apg .grid-big-image {
    height: 100%;
    aspect-ratio: 3/2;
}
.bottom-apg .grid-image.grid-big-image,
.headline-apg .grid-big-image,
.headline-apg .grid-small-image,
.headline-box .grid-big-image,
.headline-box .grid-small-image {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}
.bottom-apg .grid-small-image img,
.headline-apg .grid-small-image img,
.headline-box .grid-small-image img {
    width: 100%;
}
.bottom-apg .grid-text,
.headline-apg .grid-text {
    padding: 0 10px 0 15px;
    width: 90%;
}
.headline-apg .grid-title {
    font-size: 18px;
}
.apg-slide-radio,
.bottom-apg .grid-summary,
.headline-apg .grid-summary,
.widget.grid .widget-footer,
.widget.popularpos .widget-footer {
    display: none;
}
.apg-carousel {
    position: relative;
    overflow: hidden;
}
.apg-carousel-track {
    display: flex;
    transition: transform 0.35s ease;
    will-change: transform;
    margin-top: 10px;
}
.apg-card {
    width: 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
    border: 1px dashed #e4e3f0;
    padding: 10px;
}
.apg-text {
    margin: 0 0 12px;
    font-size: 13px;
    color: #000;
}
.apg-name {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    color: #036;
}
.apg-carousel-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}
.apg-carousel-nav label {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.3;
    transition: all 0.2s ease;
    background: currentColor;
}
.apg-carousel input:first-of-type:checked ~ .apg-carousel-nav label:first-child,
.apg-carousel input:nth-of-type(2):checked ~ .apg-carousel-nav label:nth-child(2),
.apg-carousel input:nth-of-type(3):checked ~ .apg-carousel-nav label:nth-child(3),
.apg-carousel input:nth-of-type(4):checked ~ .apg-carousel-nav label:nth-child(4),
.apg-carousel input:nth-of-type(5):checked ~ .apg-carousel-nav label:nth-child(5) {
    opacity: 1;
}
.apg-carousel input:first-of-type:checked ~ .apg-carousel-track {
    transform: translateX(0);
}
.apg-carousel input:nth-of-type(2):checked ~ .apg-carousel-track {
    transform: translateX(-100%);
}
.apg-carousel input:nth-of-type(3):checked ~ .apg-carousel-track {
    transform: translateX(-200%);
}
.apg-carousel input:nth-of-type(4):checked ~ .apg-carousel-track {
    transform: translateX(-300%);
}
.apg-carousel input:nth-of-type(5):checked ~ .apg-carousel-track {
    transform: translateX(-400%);
}
.apg-infografis {
    color: var(--dim-ingraf-apg-svg);
}
.icon-apg-grafis svg {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
}
.info-slider-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    min-width: 0;
}
.info-grafis-slider {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 48%;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    contain: layout paint;
}
.info-grafis-slider::-webkit-scrollbar,
.sticky-apg-pos {
    display: none;
}
.info-grafis-item {
    width: 100%;
}
.info-grafis-link {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.info-grafis-image {
    position: relative;
    width: 100%;
    aspect-ratio: 9/16;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #e4e3f0;
}
.info-grafis-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    background: rgba(var(--apg-ingraf-rgb), 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.info-slider-apg {
    top: 36% !important;
}
.info-slider-apg.next {
    right: 5px;
}
.info-slider-apg.prev {
    left: 5px;
}
.headline-apg .info-grafis-slider {
    grid-auto-columns: 40%;
}
.headline-apg .info-grafis-widget {
    background: #2a2a2a;
    padding: 20px;
    margin-right: -15px;
    margin-left: -15px;
}
.headline-apg .info-grafis-meta,
.headline-apg .info-grafis-title,
.headline-apg .widget.info-grafis-widget .widget-title {
    color: #fff;
}
.youtube-widget {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    background: #2a2a2a;
    max-width: 767px;
    overflow: hidden;
    padding: 15px;
}
.youtube-widget .widget-content {
    gap: 0;
    overflow: hidden;
}
.youtube-widget .widget-header {
    margin: 0;
    align-items: center;
    padding-right: 3px;
}
.widget.youtube-widget .widget-title {
    margin: 0;
    color: #fff;
}
.youtube-video-list {
    display: flex;
    gap: 10px;
    overflow: hidden;
    touch-action: pan-y;
    cursor: grab;
    margin-top: 10px;
}
.infografis-apg-panah,
.yt-apg-panah {
    flex: none;
}
.youtube-video-list:active {
    cursor: grabbing;
}
.youtube-video-item {
    flex: 0 0 70%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    gap: 10px;
}
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    border-radius: 10px;
    overflow: hidden;
    pointer-events: auto;
}
.video-container img,
.video-thumbnail {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.8;
    z-index: 2;
    color: hsl(0 0% 100% / 0.6784313725490196);
}
.video-duration {
    position: absolute;
    top: 8px;
    right: 0;
    color: #fff;
    background: rgba(var(--wt-apg-indeks-rgb), 0.7);
    border-radius: 6px 0 0 6px;
    align-items: center;
    padding: 0 6px;
}
.play-button,
.video-duration {
    pointer-events: none;
}
.video-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.video-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}
.yt-avatar {
    height: 36px;
    max-width: 36px;
    border-radius: 50%;
}
.video-title {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
.video-details {
    display: flex;
    gap: 10px;
    align-items: center;
}
.video-category,
.yt-apg-pns {
    font-weight: 500;
    color: #b5b5b5;
    margin: 0;
}
.popup iframe {
    width: 100%;
}
.headline-arrow {
    background: rgba(var(--arrow-apg-hl-rgb), 0.7);
    color: var(--arsvg-apg-hl);
    box-shadow: 0 0 0 4px rgba(var(--arrow-apg-hl-rgb), 0.4);
}
.info-slider-apg {
    background: rgba(var(--btn-apg-ingraf-rgb), 0.7);
    color: var(--ingraf-apg-svg);
    box-shadow: 0 0 0 4px rgba(var(--btn-apg-ingraf-rgb), 0.4);
}
.headline-arrow,
.info-slider-apg,
.yt-nav {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.yt-next {
    right: 15px;
}
.post-video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin: 10px 0;
}
.post-video embed,
.post-video iframe,
.post-video object,
.post-video video {
    position: absolute;
    height: 100%;
}
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92%;
    max-width: 546px;
    background: hsl(0 0% 78% / 0.5);
    padding: 10px;
    border-radius: 4px;
    z-index: 9999;
    text-align: center;
}
.popup-content {
    width: 100%;
}
.close {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    background: #b30000;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / 0.5);
}
.redaksi2 .widget-content {
    margin-top: 10px;
    gap: 5px;
}
.redaksi2-item {
    display: flex;
    padding-bottom: 6px;
    border-bottom: 1px dashed #e4e3f0;
    gap: 10px;
    align-items: center;
    width: 100%;
}
.redaksi2-mail {
    display: flex;
    font-weight: 500;
}
.redaksi2-image {
    width: 32.5%;
    aspect-ratio: 1/1;
    border-radius: 10px;
}
.redaksi2-text {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 4px;
}
.widget-desc {
    display: flex;
    align-items: flex-start;
    padding: 10px 15px;
    background: rgba(var(--wg-apg-kic-rgb), 0.1);
    color: var(--wg-apg-kic);
    margin-left: -15px;
    margin-right: -15px;
    max-width: 767px;
    gap: 10px;
}
.desc-text p {
    margin: 0;
    font-weight: 500;
}
.desc-btn a {
    background: var(--btn-apg-kic);
    color: var(--ft-apg-kic);
    padding: 5px 10px;
    display: block;
    border-radius: 5px;
    font-weight: 600;
    white-space: nowrap;
}
.popularpos-item:first-child {
    margin: 0 -15px;
}
.popularpos-item:first-child .popularpos-image img {
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block;
}
.popularpos-item:first-child .popularpos-text:before {
    content: counter(popular-counter);
}
.popularpos-item:first-child .popularpos-text:before,
.popularpos-item:not(:first-child):before {
    display: flex;
    justify-content: center;
    font-size: 50px;
    font-weight: 700;
    color: #fff0;
    -webkit-text-fill-color: #fff0;
    -webkit-text-stroke: 1.5px;
}
.popularpos-item:not(:first-child):before {
    -webkit-text-stroke-color: #4f4f55;
}
.popularpos-item:first-child .popularpos-text:before {
    -webkit-text-stroke-color: var(--num-apg-popularpos);
}
.popularpos-item:first-child .popularpos-title {
    color: var(--tt-apg-popularpos);
}
.popularpos-item:first-child .popularpos-category {
    color: var(--taks-apg-popularpos);
}
.popularpos-category {
    color: var(--taksba-apg-popularpos);
}
.popularpos-meta {
    margin-bottom: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.popularpos-view {
    order: 3;
    display: flex;
    gap: 3px;
}
.popularpos-item:first-child .popularpos-view {
    color: var(--view-apg-popularpos);
}
.popularpos-item:not(:first-child) {
    display: grid;
    grid-template-columns: 15px 1fr 27%;
    width: 100%;
    align-items: center;
}
.popularpos-item:not(:first-child):before {
    order: 1;
}
.list-time,
.popularpos-item:not(:first-child) .popularpos-image {
    order: 3;
    overflow: hidden;
}
.popularpos-item:not(:first-child) .popularpos-image {
    aspect-ratio: 1/1;
    border-radius: 10px;
}
.popularpos-meta-title {
    padding: 10px 0 10px 10px;
}
.popularpos-item:not(:first-child) .popularpos-text {
    order: 2;
    background: #fff;
    padding-right: 10px;
}
.popularpos .widget-content {
    counter-reset: popular-counter;
}
.popularpos-item {
    counter-increment: popular-counter;
}
.popularpos-item:before {
    content: counter(popular-counter);
    flex-shrink: 0;
    text-align: center;
}
.popularpos-item:first-child:before {
    content: none;
}
.popularpos-item:first-child .popularpos-text {
    display: grid;
    align-items: center;
    padding: 0 15px;
    grid-template-columns: 15px 1fr;
    grid-auto-flow: column;
    background: var(--bg-apg-popularpos);
    z-index: 1;
    position: relative;
}
.cat-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}
.cat-date {
    order: 3;
    display: flex;
    align-items: center;
    margin: 0;
}
.cat-title {
    order: 2;
    margin: 0 0 3px;
}
.cat-category {
    color: var(--meta-umum);
    font-weight: 500;
}
.footer {
    background: var(--footer_apg_dim-bg);
    padding: 20px 15px;
}
.footer-top {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(var(--apg-font-footer-rgb), 0.3);
    justify-content: center;
    align-items: center;
    position: relative;
}
.footer-logo img {
    display: block;
    width: 100%;
    max-width: 160px;
    height: auto;
    filter: var(--footer-apg-filter);
}
.footer-row {
    display: flex;
    flex-direction: column;
}
.footer-left {
    margin-top: 20px;
}
.footer-right {
    display: flex;
    flex-direction: column;
}
.footer-title {
    margin: 10px 0;
    font-size: 16px;
}
.footer-links {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
}
.footer-links li,
.widget.app {
    margin-bottom: 10px;
}
.footer-links li:not(:last-child):after {
    content: "\0000a0\002022\0000a0";
    margin: 0 6px;
}
.footer-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}
.info-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.info-footer {
    max-width: 20px;
    width: 100%;
}
.info-item .line {
    width: 14px;
    height: 14px;
}
.footer-apg-app {
    display: flex;
    padding: 0;
    gap: 15px;
    list-style: none;
    margin: 0;
}
.footer-apg-app img {
    width: initial;
    height: 34px;
}
.apg-verifikasi,
.footer-share .social-icons a {
    background: rgba(var(--apg-font-footer-rgb), 0.1);
}
.apg-verifikasi {
    margin-bottom: 10px;
    border: 1px solid rgba(var(--apg-font-footer-rgb), 0.1);
    display: flex;
    padding: 10px;
    font-weight: 500;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    gap: 10px;
}
.icon-verifikasi {
    width: 100%;
    max-width: 24px;
    flex: none;
}
.footer .social-icons .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
}
.apg-top-text,
.footer-badge-text,
.footer-copyright,
.footer-info,
.footer-links,
.footer-share .social-icons a,
.footer-title {
    color: var(--apg-font-footer);
}
.footer-badge-text {
    word-break: break-all;
}
.footer-copyright {
    display: flex;
    justify-content: center;
    padding-top: 16px;
    border-top: 1px solid rgba(var(--apg-font-footer-rgb), 0.3);
    font-weight: 500;
}
.apg-top {
    padding-right: 12px;
    justify-content: flex-end;
}
.apg-top,
.back-apg-top {
    display: flex;
    align-items: center;
}
.back-apg-top {
    gap: 10px;
    background: var(--ft-apg-dim-gradient-kiri);
    padding: 0 4px;
    border: none;
    color: #fff;
    transform: translateY(15px);
}
.apg-top-text {
    white-space: nowrap;
}
.back-to-top {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.panah-atas {
    flex: none;
}
.apg-dim-title,
.author .cat-text .cat-title,
.author .cat-text .cat-title a,
.cat-summary,
.cat-title,
.cat-title a,
.category .cat-text .cat-title,
.category .cat-text .cat-title a,
.error404 .cat-text .cat-title,
.error404 .cat-text .cat-title a,
.featuredpos-title,
.foto-item .foto-info p,
.foto-slide .caption h2,
.grid-small-title,
.grid-summary,
.grid-title,
.index-summary,
.index-title,
.index .index-title,
.index .index-title a,
.info-grafis-title,
.list .list-title,
.list .list-title a,
.live-search-title,
.page-template-indeks .cat-text .cat-title,
.page-template-indeks .cat-text .cat-title a,
.popularpos-item:not(:first-child) .popularpos-title,
.popularpos-title,
.redaksi2-title,
.redaksi2-title a,
.search .cat-text .cat-title,
.tag .cat-text .cat-title,
.tag .cat-text .cat-title a,
.tax-newstopic .cat-text .cat-title,
.tax-newstopic .cat-text .cat-title a,
.video-title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.apg-dim-title,
.author .cat-text .cat-title,
.author .cat-text .cat-title a,
.cat-title,
.cat-title a,
.category .cat-text .cat-title,
.category .cat-text .cat-title a,
.error404 .cat-text .cat-title,
.error404 .cat-text .cat-title a,
.featuredpos-title,
.foto-item .foto-info p,
.grid-small-title,
.grid-title,
.index-title,
.index .index-title,
.index .index-title a,
.info-grafis-title,
.list .list-title,
.list .list-title a,
.page-template-indeks .cat-text .cat-title,
.page-template-indeks .cat-text .cat-title a,
.popularpos-item:not(:first-child) .popularpos-title,
.popularpos-title,
.redaksi2-title,
.redaksi2-title a,
.search .cat-text .cat-title,
.tag .cat-text .cat-title,
.tag .cat-text .cat-title a,
.tax-newstopic .cat-text .cat-title,
.tax-newstopic .cat-text .cat-title a {
    -webkit-line-clamp: 3;
}
.cat-summary,
.foto-slide .caption h2,
.grid-summary,
.headline-box .grid-title,
.index-summary,
.live-search-title,
.video-title {
    -webkit-line-clamp: 2;
}
.footer .menu-image-title-after.menu-image-title,
.secondary-menu .menu-image-title-after.menu-image-title,
.sidebar-menu .footer-links .menu-image-title-after.menu-image-title,
.trending-menu ul li a .menu-image-title {
    padding: 0;
}
.widget.populartag .widget-content {
    display: flex;
    gap: 10px;
}
.tag-post ul li a,
.widget.populartag a {
    display: inline-block;
    font-weight: 500;
    color: var(--tag-apg-wpp);
    background: rgba(var(--tag-apg-wpp-rgb), 0.1);
    border: 1px solid rgba(var(--tag-apg-wpp-rgb), 0.15);
    border-radius: 5px;
    padding: 2px 6px;
}
.tag-post ul li a:before,
.widget.populartag a:before {
    content: "#";
}
.ads-wrap {
    display: none;
}
.ads-mobile {
    display: block;
}
@media (min-width: 768px) {
    .container {
        margin: 0 auto;
        max-width: 1100px;
    }
    .main {
        width: 66.666667%;
    }
    .header-row {
        height: 66px;
    }
    .header-left > .menu {
        display: none;
    }
    .brand-title {
        font-size: 34px;
    }
    .header-brand a {
        height: 30px;
    }
    .header-brand img {
        max-width: 250px;
        top: var(--logo-top-desktop);
    }
    .header-menu-row {
        display: flex;
        align-items: center;
        padding: 0 15px;
        overflow-x: auto;
    }
    .ads-desktop {
        display: block;
    }
    .header-social-container .social-icons,
    .icon-menu {
        display: block;
    }
    .header-social-container .social-icons a {
        background: rgba(var(--sc-apg-hd-rgb), 0.1);
    }
    .header .social-icon {
        color: var(--sc-apg-hd);
    }
    .primary-menu ul a .menu-image-title {
        text-transform: uppercase;
        font-weight: 600;
    }
    .secondary-menu .sub-menu.show,
    ul.sub-menu {
        display: block;
    }
    .primary-menu li.menu-item-has-children > a:after {
        content: "▼";
        font-size: 10px;
        color: rgba(var(--font-menu-utama-rgb), 0.5);
    }
    .primary-menu ul li {
        position: relative;
    }
    .primary-menu ul li:hover > .sub-menu {
        display: block;
    }
    .primary-menu .sub-menu {
        border-top: 2px solid #fff;
        display: none;
        position: absolute;
        top: 30px;
        right: 0;
        padding: 0;
        box-shadow: 0 4px 8px rgb(0 0 0 / 0.15);
        z-index: 9;
    }
    .primary-menu .sub-menu li:first-child {
        margin-left: 0;
        height: auto;
    }
    .primary-menu .sub-menu li {
        width: 100%;
    }
    .primary-menu .sub-menu a {
        background: var(--latar-submenu-utama);
        color: var(--font-menu-utama);
        padding: 4px 10px;
    }
    .secondary-menu li.menu-item-has-children > a {
        display: inline-flex;
        padding: 5px 6px;
        border-radius: 5px;
        background: rgba(var(--apg-menu-sekunder-rgb), 0.8);
        align-items: center;
    }
    .secondary-menu li.menu-item-has-children > a:after {
        content: " ▼";
        margin-left: 5px;
        font-size: 10px;
        color: var(--font-button-menu-sekunder);
        opacity: 0.7;
    }
    .secondary-menu li.menu-item-has-children.show > a:after {
        transform: rotate(180deg);
    }
    .secondary-menu li.menu-item-has-children .sub-menu {
        margin-top: 2px;
        border-radius: 6px;
        position: fixed;
        width: 100%;
        height: auto;
        max-width: 1100px;
        background: rgba(var(--apg-menu-sekunder-rgb), 0.7);
        box-shadow: 0 0 5px rgb(0 0 0 / 0.3);
        z-index: 2;
        left: 50%;
        transform: translateX(-50%);
        flex-wrap: wrap;
    }
    .secondary-menu li.menu-item-has-children .sub-menu a,
    .secondary-menu li.menu-item-has-children > a:after,
    .secondary-menu li.menu-item-has-children > a span {
        align-items: center;
        color: var(--font-button-menu-sekunder);
    }
    .secondary-menu li.menu-item-has-children.show .sub-menu {
        display: flex;
        justify-content: center;
    }
    .secondary-menu .sub-menu img.menu-image.menu-image-title-after {
        width: 20px;
        height: 20px;
    }
    .search-dropdown {
        top: 30px;
        right: 40px;
        left: auto;
        width: 520px;
        border-top: none;
        transform: translateZ(0);
        will-change: transform;
    }
    .search-dropdown.active {
        transform: none;
    }
    .search-slide-form.active {
        width: 550px;
    }
    .search-slide-form {
        top: 50%;
        right: 26px;
    }
    .search-slide-form .search-text {
        height: 36px;
        background: #fff;
        color: unset;
        border: 1px solid #e4e3f0;
        border-radius: 20px;
    }
    .sidebar-menu-content {
        padding: 5px 15px 70px;
    }
    .sidebar-social .social-icons {
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: center;
    }
    .sidebar-menu .footer-links,
    .sidebar-social .footer-title {
        margin: 0;
    }
    .sidebar-menu .footer-links {
        grid-template-columns: repeat(5, 1fr);
    }
    .sidebar-menu .menu:not(.social-icons) > li {
        width: 20%;
    }
    .header-left > .menu,
    .ikon-menu-close,
    .mode-svg,
    .sidebar-apg-arrow {
        cursor: pointer;
    }
    .menu-badge {
        align-items: flex-start;
    }
    .running-news-container {
        top: 67px;
        max-width: 1100px;
        overflow: hidden;
        left: 50%;
        transform: translateX(-50%);
    }
    .main-inner,
    .main-row,
    .main-row-extra,
    .main-row.apg-irs {
        flex-direction: row;
    }
    .main-row.apg-irs .sidebar-right.apg-irs {
        order: 2;
    }
    .main-box,
    .main-row-extra .main,
    .main-row-extra .sidebar-right,
    .sidebar-left {
        order: unset;
    }
    .sidebar-right {
        width: 33.333333%;
    }
    .main-box,
    .sidebar-left {
        width: 50%;
    }
    .main.apg-page {
        display: contents;
    }
    .main.apg-page .sidebar-left {
        order: unset;
        padding: 0;
    }
    .sidebar-left > :last-child,
    .sidebar-right > :last-child {
        position: sticky;
        top: 100px;
    }
    .hero .index-info {
        display: none !important;
    }
    .billboard.parallax {
        display: none;
    }
    .menu-item::marker {
        content: none;
    }
    .billboard {
        max-width: 970px;
        margin-right: auto;
        margin-left: auto;
    }
    .billboard .widget {
        text-align: center;
    }
    .menu-image-title-before {
        height: 48px;
        width: auto;
    }
    .page-template-default .sidebar-left {
        width: 220px;
        padding: 15px 7px;
    }
    .page-template-default .main-box {
        padding: 15px 7px;
    }
    .widget.index .widget-content {
        gap: 20px;
    }
    .index-item {
        flex-wrap: wrap;
    }
    .index-text {
        gap: 5px;
    }
    .index-info {
        display: flex;
        align-items: center;
        gap: 5px;
        position: absolute;
        z-index: 3;
        padding: 2px 3px 2px 6px;
        border-radius: 0 3px 3px 0;
        background: rgba(var(--wt-apg-indeks-rgb), 0.4);
        color: var(--ft-apg-indeks);
        top: 10px;
        left: 0;
    }
    .index .index-image {
        width: 100%;
        aspect-ratio: 16/9;
    }
    .index-time-label {
        background: var(--wt-apg-indeks);
        padding: 0 4px;
        border-radius: 2px;
    }
    .list-time {
        align-items: flex-start;
    }
    .custom-widget-btn {
        display: block !important;
        margin-top: 15px;
    }
    .foto-galeri-wrapper {
        width: 100%;
        border-radius: 10px;
        left: auto;
        transform: unset;
    }
    .foto-slide.active {
        opacity: 1;
        z-index: 2;
    }
    .foto-slide:after {
        height: 40%;
    }
    .foto-slide .caption h2 {
        font-size: 25px;
    }
    .foto-list {
        flex-wrap: wrap;
    }
    .foto-item {
        cursor: pointer;
        width: 50%;
    }
    .redaksi2-image {
        width: 27.8%;
    }
    .widget-desc {
        margin: 0;
        border-radius: 10px;
    }
    .grid-text {
        position: relative;
        background: var(--bg-apg-grid);
        overflow: hidden;
        padding: 8px 10px;
        border-radius: 0 0 10px 10px;
    }
    .grid .widget-content {
        margin: 0;
        justify-content: center;
    }
    .grid-image.grid-big-image {
        display: flex;
    }
    .grid-small-image {
        width: 40%;
        aspect-ratio: 1/1;
    }
    .grid-small-image img {
        width: 100%;
    }
    .grid-small {
        padding: 0;
        flex-direction: column;
        overflow: hidden;
    }
    .grid-small-item {
        padding: 0;
        width: 100%;
    }
    .grid-small-item .grid-link {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .grid-small-text {
        display: flex;
        padding-top: 0;
        flex-direction: column;
        width: 100%;
    }
    .hide-last-desktop .grid-small > .grid-small-item:last-child {
        display: none;
    }
    .headline-box .widget.grid .widget-title {
        top: 20px;
    }
    .headline-box .grid-image.grid-big-image {
        border-radius: 10px;
    }
    .headline-box .grid-title {
        font-size: 28px;
    }
    .headline-box .grid-meta {
        bottom: 82px;
    }
    .grid-big.headline-slider .grid-category {
        font-size: 14px;
    }
    .headline-apg .grid-big-item .grid-link {
        border-radius: 10px;
    }
    .headline-apg .grid-small,
    .headline-box .grid-small {
        grid-template-columns: repeat(3, 1fr);
    }
    .headline-apg .grid-big-image {
        aspect-ratio: 16/9;
        border-radius: 0 10px 10px 0;
    }
    .headline-apg .grid-title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .bottom-apg {
        flex-direction: row;
        padding-bottom: unset;
    }
    .bottom-apg .index-item {
        flex-wrap: nowrap;
    }
    .bottom-apg .list .list-image {
        aspect-ratio: 16/9;
    }
    .bottom-apg .index-image.media-image {
        width: 70%;
    }
    .bottom-apg .widget.index .widget-content {
        gap: 15px;
    }
    .bottom-apg .widget.grid,
    .bottom-apg .widget.index {
        width: 100%;
    }
    .bottom-apg .grid-big-item .grid-link {
        display: block;
    }
    .bottom-apg .grid-text {
        padding: 10px 15px 5px;
        width: 100%;
    }
    .bottom-apg .grid-big-item .grid-link {
        border-radius: 10px;
    }
    .bottom-apg .grid-image.grid-big-image {
        border-radius: 10px 10px 0 0;
    }
    .bottom-apg .grid-small-image {
        width: 60%;
    }
    .bottom-apg .grid-title {
        font-size: 20px;
    }
    .cat-item,
    .headline-apg .index-item,
    .headline-box .index-item {
        flex-wrap: nowrap;
        gap: 20px;
    }
    .cat-image,
    .headline-apg .index-image,
    .headline-box .index-image {
        width: 50%;
        aspect-ratio: 16/9;
    }
    .author .cat-text .cat-title,
    .author .cat-text .cat-title a,
    .cat-title,
    .cat-title a,
    .category .cat-text .cat-title,
    .category .cat-text .cat-title a,
    .error404 .cat-text .cat-title,
    .error404 .cat-text .cat-title a,
    .headline-apg .index-title a,
    .headline-box .index-title a,
    .page-template-indeks .cat-text .cat-title,
    .page-template-indeks .cat-text .cat-title a,
    .search .cat-text .cat-title,
    .tag .cat-text .cat-title,
    .tag .cat-text .cat-title a,
    .tax-newstopic .cat-text .cat-title,
    .tax-newstopic .cat-text .cat-title a {
        font-size: 20px;
    }
    .headline-apg .index-summary {
        display: none;
    }
    .headline-apg .info-grafis-slider {
        grid-auto-columns: 25%;
    }
    .headline-apg .info-grafis-widget {
        margin: 0;
        border-radius: 10px;
    }
    .trending-menu ul li a .menu-image-title {
        font-size: 15px;
    }
    .popularpos-item {
        margin-bottom: 0;
        margin-left: 15px;
    }
    .popularpos-item:first-child .popularpos-image {
        overflow: hidden;
        position: relative;
    }
    .popularpos-item:first-child {
        width: 100%;
        margin-left: 0;
        overflow: hidden;
        border-radius: 10px;
    }
    .popularpos-item:first-child .popularpos-image img {
        margin: 0;
    }
    .youtube-widget {
        max-width: none;
    }
    .youtube-widget .widget-content {
        flex-direction: column;
        overflow: visible;
        max-width: 1100px;
    }
    .youtube-video-item {
        max-width: 30%;
    }
    .youtube-wrapper {
        position: relative;
    }
    .yt-nav {
        top: 36%;
    }
    .yt-next {
        right: 0;
    }
    .grid-big-item,
    body.overflow-hide {
        overflow: hidden;
        border-radius: 10px;
    }
    .page-menu ul {
        display: flex;
        font-size: 14px;
        flex-direction: column;
    }
    .page-menu ul li {
        width: 100%;
        margin-bottom: 5px;
    }
    .page-menu ul li a {
        padding: 6px 2px 6px 10px;
        align-items: center;
        justify-content: space-between;
    }
    .page-menu ul li a:after {
        content: "";
        width: 12px;
        height: 12px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23fff' d='M285.5 273l-194 194c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.5-9.5-9.3-25 .4-34.3L188.7 256 35.4 102.9c-9.7-9.3-9.9-24.8-.4-34.3L57.6 46c9.4-9.4 24.6-9.4 33.9 0l194 194c9.5 9.4 9.5 24.6 0 33z'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
    }
    .filter {
        flex-direction: row;
    }
    .filter-category {
        flex: 1;
    }
    .filter-tanggal {
        flex: 2;
    }
    button.btn-filter {
        width: auto;
        white-space: nowrap;
    }
    .sticky-ads-bottom,
    .sticky-ads-bottom .widget {
        max-width: 970px;
    }
    .sticky-ad-close-button {
        right: 0;
    }
    .featuredpos .widget-header,
    .list .widget-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .cat-item.hero .cat-image {
        width: 100%;
        height: auto;
    }
    .author .cat-item.hero .cat-image,
    .cat-item.hero .cat-image img {
        width: 100%;
        height: auto;
        position: relative;
        display: block;
        aspect-ratio: 16/9;
    }
    .archive.author .author-box {
        margin-left: 0;
        margin-right: 0;
        border-radius: 10px;
    }
    .cat-item.hero .cat-text {
        position: absolute;
        bottom: 0;
        z-index: 1;
        padding: 15px;
        background: var(--bg-apg-slide-hl);
    }
    .cat-item.hero .cat-title a {
        font-size: 25px !important;
        color: var(--judul-terang) !important;
    }
    .cat-item.hero .meta-row {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }
    .cat-item.hero .cat-category,
    .cat-item.hero .cat-date {
        color: #fff;
    }
    .cat-item.hero .cat-category {
        padding: 2px 6px;
        background: var(--meta-umum);
        border-radius: 4px;
    }
    .cat-item.hero .cat-summary {
        display: none !important;
    }
    .list-meta {
        display: flex;
        gap: 10px;
    }
    .meta-row .cat-category,
    .meta-row .cat-date {
        display: flex;
        align-items: center;
        margin: 0;
        order: 0;
    }
    .cat-meta {
        gap: 5px 10px;
    }
    .cat-title a {
        font-size: 18px;
    }
    .cat-date,
    .popularpos-view {
        order: 2;
    }
    .cat-summary {
        display: -webkit-box !important;
        order: 3;
    }
    .author .cat-item.hero .cat-summary {
        -webkit-line-clamp: 3;
    }
    .author .cat-item.hero .cat-title,
    .author .cat-item.hero .cat-title a {
        font-size: 22px;
        -webkit-line-clamp: 2;
    }
    .foto-slide.active img,
    .grid-big-image img,
    .grid-small-image img,
    .index-image img,
    .list-image img,
    .media-image img,
    .popularpos-image img,
    .video-thumbnail {
        transition: transform 0.35s ease;
        overflow: hidden;
    }
    .banner.ads32050 {
        min-width: 320px;
        height: 90px;
    }
    .banner.ads72890 {
        max-width: 970px;
    }
    .darkmode .frame .search-text {
        color: #000 !important;
    }
    .darkmode .cat-item.hero .cat-text {
        background: linear-gradient(180deg, #fff0 0, rgb(0 0 0 / 0.6784313725490196) 46%, #000);
    }
    .footer {
        margin-top: 30px;
    }
    .footer-logo img {
        max-width: 220px;
    }
    .footer-title {
        margin: 0 0 10px;
    }
    .footer-row {
        flex-direction: row;
        gap: 25px;
        margin-top: 20px;
    }
    .footer-left,
    .footer-right {
        flex: 1;
        margin-top: 0;
        padding: 0;
    }
    .footer-links {
        margin-bottom: 5px;
    }
    .back-apg-top {
        padding: 0 0 0 4px;
        cursor: pointer;
    }
    .footer .social-icons .menu {
        margin-bottom: 15px;
    }
    .apg-top {
        padding-right: 0;
    }
    .author .cat-text,
    .cat-text,
    .category .cat-text,
    .error404 .cat-text,
    .headline-apg .index-text,
    .page-template-indeks .cat-text,
    .page-template-populer .cat-text,
    .pagination-number,
    .search .cat-text,
    .tag .cat-text,
    .tax-newstopic .cat-text {
        padding: 0;
    }
}
@media (min-width: 1100px) {
    .bottom-apg,
    .footer,
    .header-menu-row,
    .header-row,
    .main-row,
    .youtube-widget {
        padding-left: 0;
        padding-right: 0;
    }
    .header-menu-row,
    .primary-menu nav {
        overflow-x: hidden;
        overflow: visible;
    }
    .youtube-widget .widget-content {
        margin: 0 auto;
    }
}
@media (min-width: 1462px) {
    .sticky-ads-left,
    .sticky-ads-right {
        display: block;
        position: fixed;
        width: 160px;
        top: 145px;
        z-index: 9;
    }
    .sticky-ads-left {
        left: calc(50% - 730px);
    }
    .sticky-ads-right {
        left: calc(50% + 570px);
    }
    .sticky-ads-left .sticky-ad-close-button,
    .sticky-ads-right .sticky-ad-close-button {
        padding: 0;
        left: 0;
        transform: none;
        top: 0;
    }
    .sticky-ads-left .sticky-ad-close-button:after,
    .sticky-ads-right .sticky-ad-close-button:after {
        border-radius: unset;
    }
    .sticky-ads-right .sticky-ad-close-button {
        left: 2px;
    }
    .sticky-ads-left .sticky-ad-close-button {
        right: 2px;
        left: auto;
    }
}
@media (hover: hover) {
    .apg-carousel-nav label:hover {
        opacity: 1;
        transform: scale(1.08);
    }
    .footer-apg-app img:hover {
        opacity: 0.9;
        transform: translateY(-2px);
    }
    .sidebar-menu .footer-links li:hover {
        background: hsla(0, 0%, 44.3%, 0.2784313725490196);
    }
    .sidebar-menu .menu > li:hover > a,
    .sidebar-menu .menu li:hover .sidebar-apg-arrow {
        color: #000;
    }
    .sidebar-menu .menu > li:hover {
        border-radius: 10px;
        background: hsla(0, 0%, 80.4%, 0.18823529411764706);
    }
    .sidebar-social .social-icons:hover ul li a {
        color: #fff;
    }
    .sidebar-social .social-icons ul li:hover {
        background: #fff0;
    }
    .primary-menu .sub-menu a:hover,
    .primary-menu ul a:hover {
        background: var(--hover-menu-utama);
    }
    .btn-share:hover,
    .apg-copy-link:hover .social-icon,
    a.facebook-medsos:hover .social-icon,
    a.instagram-medsos:hover .social-icon,
    a.pinterest-medsos:hover .social-icon,
    a.telegram-medsos:hover .social-icon,
    a.threads-medsos:hover .social-icon,
    a.tiktok-medsos:hover .social-icon,
    a.whatsapp-medsos:hover .social-icon,
    a.x-medsos:hover .social-icon,
    a.youtube-medsos:hover .social-icon {
        color: #fff;
    }
    .sidebar-social .googlenews-medsos:hover .social-icon,
    .footer-share .googlenews-medsos:hover .social-icon,
    .googlenews-medsos:hover .social-icon {
        filter: unset;
    }
    a.tiktok-medsos:hover {
        border: 3px solid #fff0;
        background:
            linear-gradient(#000, #000) padding-box,
            linear-gradient(90deg, #fe2c55, #000, #25f4ee) border-box;
    }
    a.facebook-medsos:hover {
        background: #3b5998;
    }
    .license-btn:hover,
    a.threads-medsos:hover,
    a.x-medsos:hover {
        background: #17212b;
    }
    a.instagram-medsos:hover {
        background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    }
    a.googlenews-medsos:hover {
        border: 3px solid #fff0;
        background:
            linear-gradient(#a0dfff, #fff) padding-box,
            linear-gradient(90deg, #4285f4, #ea4335, #fbbc05, #34a853) border-box;
    }
    a.youtube-medsos:hover {
        background: #c4302b;
    }
    a.telegram-medsos:hover {
        background: #24a1de;
    }
    a.whatsapp-medsos:hover {
        background: #075e54;
    }
    a.pinterest-medsos:hover {
        background: #bd081c;
    }
    .apg-copy-link:hover {
        background: #008f8f;
    }
    .popularpos-item:hover .popularpos-title a {
        color: var(--hover-font-gelap);
    }
    .menu-item:hover img.hovered-image,
    .mini-lightbox-btn svg:hover {
        opacity: 1;
    }
    #running-news:hover #news-ticker {
        animation-play-state: paused;
    }
    .paginationPostLink .post-page-numbers.current:hover,
    .paginationPostLink a:hover,
    .post-detail .showall-page a:hover {
        filter: brightness(1.6);
    }
    .btn-formating:hover,
    .frame-right-desktop ul li a:hover,
    .secondary-menu ul li.active img:hover {
        opacity: 0.7;
    }
    .secondary-menu ul a:hover {
        background: var(--apg-menu-sekunder);
        border-radius: 6px;
        color: #fff;
    }
    .secondary-menu ul a img:hover {
        filter: brightness(0) invert(1);
    }
    .info-slider-apg:disabled,
    .yt-nav:disabled {
        opacity: 0.3;
        cursor: not-allowed;
    }
    .cat-item:hover .media-image img,
    .foto-item:hover img,
    .foto-slide.active:hover img,
    .grid-big-item:hover .grid-big-image img,
    .grid-small-item:hover .media-image img,
    .index-item:hover .index-image img,
    .info-grafis-item:hover .media-image img,
    .list-item:hover .list-image img,
    .popularpos-item:hover .popularpos-image img,
    .redaksi2-item:hover .media-image img,
    .youtube-video-item:hover .video-thumbnail {
        transform: scale(1.12);
    }
    .cat-item:hover .cat-title a,
    .category .cat-item:hover .cat-title a,
    .grid-big-item:hover .grid-title,
    .grid-small-item:hover .grid-small-title span,
    .index-title a:hover,
    .info-grafis-item:hover .info-grafis-title,
    .list-title a:hover,
    .live-search-item:hover .live-search-title,
    .page-template-indeks .cat-item:hover .cat-title a,
    .popular-search-list a:hover,
    .redaksi2-item:hover .title-text,
    .redaksi2-title a:hover,
    .tag .cat-item:hover .cat-title a,
    .widget-item:hover .title a,
    .youtube-video-item:hover .video-title {
        color: var(--hover-font-gelap);
    }
    #news-ticker li a:hover,
    .archive .cat-item:first-child:hover .cat-title a,
    .btn-arrow:hover,
    .desc-btn a:hover,
    .foto-slide .caption h2:hover,
    .grid-more-desktop .btn-more:hover,
    .header-user a.menu-image-title-after span:hover,
    .headline-box .grid-big-item:hover .grid-title,
    .index-footer a:hover,
    .tag-post ul li a:hover,
    .trending-menu ul li a .menu-image-title:hover,
    .widget-footer a:hover,
    button.btn-filter:hover {
        color: hsl(0 0% 100% / 0.75);
    }
}
.menu-image-hover-wrapper .menu-image-title-above,
.menu-item a img,
img.menu-image-title-above,
img.menu-image-title-after,
img.menu-image-title-before,
img.menu-image-title-below {
    border: none;
    box-shadow: none;
    vertical-align: middle;
    width: auto;
    display: inline;
}
.menu-image-hover-wrapper img.hovered-image,
.menu-item:hover .menu-image-hover-wrapper img.menu-image {
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
}
.menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper,
.menu-image-title-after.menu-image-title,
.menu-image-title-before.menu-image-not-hovered img {
    padding-left: 10px;
}
.menu-image-title.menu-image-title-above,
.menu-image-title.menu-image-title-below {
    text-align: center;
    display: block;
}
.menu-image-hovered.menu-image-title-above .menu-image-hover-wrapper,
.menu-image-title-above .menu-image-hover-wrapper,
.menu-image-title-above.menu-image-not-hovered > img {
    display: block;
    padding-top: 10px;
    margin: 0 auto !important;
}
.menu-image-hovered.menu-image-title-below .menu-image-hover-wrapper,
.menu-image-title-below .menu-image-hover-wrapper,
.menu-image-title-below.menu-image-not-hovered > img {
    display: block;
    padding-bottom: 10px;
    margin: 0 auto !important;
}
.menu-image-title-hide.menu-image-title,
.menu-image-title-hide .menu-image-title {
    display: none;
}
#et-top-navigation .nav li.menu-item,
.navigation-top .main-navigation li {
    display: inline-flex;
}