/* Komponen bersama Aksara Kawi: iklan dan footer. */
.aks-ad-slot {
    width: 100%;
    box-sizing: border-box;
}
.aks-ad-slot a,
.aks-ad-slot img {
    display: block;
    width: 100%;
}
.aks-ad-slot img {
    height: auto;
    aspect-ratio: 6 / 5;
    object-fit: cover;
    border-radius: 8px;
}
.aks-ad-slot__placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 6 / 5;
    border-radius: 8px;
    background: #cf3e32;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
.aks-ad-slot__placeholder span {
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 700;
}
.aks-ad-slot__placeholder small {
    margin-top: 5px;
    font-size: 10px;
    letter-spacing: .12em;
    opacity: .78;
}
.aks-ad-slot--inline {
    max-width: 600px;
    margin: 32px auto 8px;
}
.aks-inner-ad-wrap {
    width: 100%;
    padding: 4px 16px 30px;
    box-sizing: border-box;
    background: #fdfbf7;
}
.aks-inner-ad-wrap .aks-ad-slot--inline {
    max-width: 360px;
    margin: 0 auto;
}

/* Footer lengkap */
.aks-site-footer {
    margin-top: 0;
    background: linear-gradient(110deg, #24100b 0%, #3a180f 55%, #24100b 100%);
    color: #eadfd7;
    font-family: Arial, Helvetica, sans-serif;
}
.aks-site-footer__inner {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr 1.15fr;
    gap: 34px;
    padding: 25px 0 22px;
}
.aks-site-footer__lockup {
    display: flex;
    align-items: center;
    gap: 10px;
}
.aks-site-footer__brand img {
    display: block;
    width: 43px;
    height: 48px;
    object-fit: contain;
    object-position: left center;
    filter: brightness(0) invert(1) sepia(.45) saturate(1.5);
}
.aks-site-footer__lockup>span { display:flex; flex-direction:column; }
.aks-site-footer__lockup strong { color:#f0e1d2; font:700 17px/1.1 Georgia,"Times New Roman",serif; text-transform:uppercase; letter-spacing:.02em; }
.aks-site-footer__lockup small { margin-top:3px; color:#cfbdae; font:9px/1.2 Georgia,"Times New Roman",serif; }
.aks-site-footer p {
    margin: 9px 0 0;
    font-size: 10px;
    line-height: 1.45;
    color: #d5c7be;
}
.aks-site-footer h3 {
    margin: 0 0 9px !important;
    color: #d6a83d !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 10px !important;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
}
.aks-site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    columns: 1;
}
.aks-site-footer li { margin: 0 0 4px; break-inside:avoid; }
.aks-site-footer a {
    color: #e8ddd5;
    font-size: 10px;
    text-decoration: none;
}
.aks-site-footer a:hover { color: #e8b94d; }
.aks-site-footer__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 11px;
}
.aks-site-footer__socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
    font-size: 10px;
    font-weight: 800;
}
.aks-site-footer__quick ul { columns:2; column-gap:20px; }
.aks-newsletter-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: 9px;
}
.aks-newsletter-form input {
    min-width: 0;
    padding: 8px 10px;
    border: 1px solid #856422;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    background: rgba(0,0,0,.2);
    color: #fff;
    font-size: 11px;
    outline: 0;
}
.aks-newsletter-form button {
    padding: 8px 11px;
    border: 0;
    border-radius: 0 5px 5px 0;
    background: #c9911f;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    cursor: pointer;
}
.aks-site-footer__message {
    margin-top: 8px !important;
    color: #f3cf76 !important;
}
.aks-site-footer__bottom {
    padding: 10px 16px;
    border-top: 1px solid rgba(255,255,255,.09);
    background: #4b0805;
    color: #d8c8bf;
    font-size: 10px;
    text-align: center;
}
@media (max-width: 900px) {
    .aks-site-footer__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
    .aks-site-footer__inner {
        grid-template-columns: 1fr;
        gap: 28px;
        width: min(100% - 28px, 520px);
        padding: 26px 0;
    }
    .aks-site-footer__quick ul { columns:1; }
}
