/* Minified Custom CSS */
::-webkit-scrollbar{width:8px;height:8px;}::-webkit-scrollbar-track{background:transparent;}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#cbd5e1 0%,#94a3b8 100%);border-radius:4px;border:1px solid rgba(255,255,255,0.2);}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#94a3b8 0%,#64748b 100%);}::-webkit-scrollbar-corner{background:transparent;}*{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;} .archive-card-thumbnail-badges{position:absolute;top:.5rem;left:.5rem;display:flex;flex-direction:column;gap:.25rem;z-index:10;} .archive-card-thumbnail-badges span{font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:.375rem;box-shadow:0 2px 8px rgba(0,0,0,0.08);background:#f1f5f9;color:#334155;margin-bottom:0;display:inline-block;} .archive-card-thumbnail-badges .badge-size{background:#e0e7ff;color:#3730a3;} .archive-card-thumbnail-badges .badge-jenis{background:#f1f5f9;color:#334155;} #merk-tags-desktop{padding-bottom:1.25rem;}@media(max-width:640px){.archive-card-thumbnail-badges{top:.25rem;left:.25rem;gap:.15rem;} .archive-card-thumbnail-badges span{font-size:.7rem;padding:.15rem .4rem;} #merk-tags-desktop{padding-bottom:.7rem;} .filter-mobile-menu{width:100%;background:#fff;border-radius:1rem;box-shadow:0 2px 8px rgba(0,0,0,0.06);border:1px solid #e5e7eb;margin-bottom:1rem;padding:.5rem .75rem;position:relative;} .filter-mobile-menu-btn{width:100%;display:flex;align-items:center;justify-content:space-between;font-size:.9rem;font-weight:600;color:#334155;background:#f1f5f9;border-radius:.75rem;padding:.5rem 1rem;border:none;cursor:pointer;margin-bottom:.5rem;} .filter-mobile-list{max-height:220px;overflow-y:auto;background:#fff;border-radius:.75rem;box-shadow:0 2px 8px rgba(0,0,0,0.08);border:1px solid #e5e7eb;margin-top:.25rem;padding:.25rem .5rem;z-index:20;position:absolute;left:0;right:0;} .filter-mobile-list a{display:flex;align-items:center;font-size:.85rem;font-weight:500;padding:.4rem .7rem;border-radius:9999px;color:#334155;background:#f1f5f9;margin-bottom:.2rem;text-decoration:none;transition:background .2s,color .2s;} .filter-mobile-list a:hover{background:#e0e7ff;color:#3730a3;} .filter-mobile-list .active{background:#6366f1;color:#fff;} #mod-jenis-filter,#livery-jenis-filter{width:100%;margin-top:1rem;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;} #mod-jenis-filter span,#livery-jenis-filter span{font-size:.875rem;font-weight:600;color:#334155;margin-right:.5rem;} #mod-jenis-filter a,#livery-jenis-filter a{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500;background:#e0e7ff;color:#3730a3;transition:background .2s,color .2s;text-decoration:none;box-shadow:0 1px 4px rgba(0,0,0,0.04);} #mod-jenis-filter a:hover,#livery-jenis-filter a:hover{background:#c7d2fe;color:#312e81;} #mod-jenis-filter,#livery-jenis-filter{gap:.15rem;margin-top:.3rem;width:100%;flex-wrap:wrap;align-items:flex-start;} #mod-jenis-filter a,#livery-jenis-filter a{font-size:.7rem;padding:.18rem .5rem;min-width:0;border-radius:9999px;margin-bottom:.15rem;} #mod-jenis-filter span,#livery-jenis-filter span{font-size:.7rem;margin-right:.2rem;margin-bottom:.15rem;} }

.archive-post-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.archive-post-card .archive-card-thumbnail,
.home-simple-card .archive-card-thumbnail {
    width: calc(100% + 1.5rem);
    margin-left: -.75rem;
    margin-right: -.75rem;
    margin-top: -.75rem;
}

.archive-card-title,
.home-card-title {
    width: calc(100% + .5rem);
    margin-left: -.1rem;
    margin-right: -.4rem;
    margin-top: -.18rem;
    min-height: 3rem;
    font-size: 1.125rem;
    line-height: 1.35;
}

.archive-card-title {
    font-size: 1.2rem;
    line-height: 1.33;
}

@media (min-width: 640px) {
    .archive-card-title,
    .home-card-title {
        min-height: 3rem;
        font-size: 1.125rem;
        line-height: 1.35;
    }
}

main h1,
main h2 {
    color: #334155 !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em;
}

.archive-card-thumbnail {
    aspect-ratio: 16 / 10;
}

.archive-card-badge {
    position: absolute;
    top: .45rem;
    z-index: 10;
}

.archive-card-badge-left {
    left: .45rem;
}

.archive-card-badge-right {
    right: .45rem;
}

.archive-card-chip {
    display: inline-flex;
    align-items: center;
    max-width: 7rem;
    padding: .38rem .74rem;
    border-radius: 9999px;
    font-size: .72rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.18);
}

.archive-card-chip-divider {
    margin: 0 .35rem;
    opacity: .55;
}

.archive-card-chip-jenis {
    color: #312e81;
    background: rgba(224, 231, 255, 0.92);
    border: 1px solid rgba(129, 140, 248, 0.28);
}

.archive-card-chip-merk {
    color: #0f766e;
    background: rgba(204, 251, 241, 0.92);
    border: 1px solid rgba(45, 212, 191, 0.28);
}

.home-card-chip-mod {
    color: #1f2937;
    background: rgba(253, 186, 116, 0.95);
    border: 1px solid rgba(251, 146, 60, 0.38);
}

.archive-card-footer {
    margin-top: 0;
}

.archive-card-title-wrap {
    display: block;
}

.home-simple-card {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.home-simple-card .archive-card-thumbnail {
    background: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);
    aspect-ratio: 16 / 11;
}

.home-simple-card h3 a {
    transition: color .2s ease;
}

.home-simple-card:hover h3 a {
    color: #4338ca;
}

.bussid-home-pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.bussid-home-pagination a,
.bussid-home-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.6rem;
    height: 2.6rem;
    padding: 0 .95rem;
    border-radius: 9999px;
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #475569;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
    transition: all .2s ease;
}

.bussid-home-pagination a:hover {
    background: #eef2ff;
    border-color: #c7d2fe;
    color: #4338ca;
    transform: translateY(-1px);
}

.bussid-home-pagination .current {
    background: linear-gradient(135deg, #4f46e5 0%, #6366f1 100%);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 14px 30px rgba(79, 70, 229, 0.22);
}

.bussid-home-pagination .dots {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    min-width: auto;
    padding: 0 .2rem;
}

@media (max-width: 640px) {
    .home-simple-card,
    .archive-post-card {
        border-radius: 1rem;
    }

    .archive-post-card .archive-card-thumbnail,
    .home-simple-card .archive-card-thumbnail {
        width: calc(100% + 1rem);
        margin-left: -.5rem;
        margin-right: -.5rem;
        margin-top: -.5rem;
    }

    .archive-card-title,
    .home-card-title {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: -.12rem;
        min-height: 2.8rem;
        font-size: 1.08rem;
        line-height: 1.32;
    }

    .archive-card-title {
        min-height: 3rem;
        font-size: 1.12rem;
        line-height: 1.34;
    }

    .archive-card-thumbnail {
        aspect-ratio: 35 / 22;
    }

    .archive-card-badge {
        top: .4rem;
    }

    .archive-card-badge-left {
        left: .4rem;
    }

    .archive-card-badge-right {
        right: .4rem;
    }

    .archive-card-chip {
        max-width: 7rem;
        padding: .4rem .76rem;
        font-size: .75rem;
    }

    .archive-card-chip-divider {
        margin: 0 .3rem;
    }

    .home-simple-card .archive-card-thumbnail {
        aspect-ratio: 35 / 22;
    }

    .bussid-home-pagination ul {
        gap: .35rem;
    }

    .bussid-home-pagination a,
    .bussid-home-pagination span {
        min-width: 2.2rem;
        height: 2.2rem;
        padding: 0 .7rem;
        font-size: .82rem;
    }
}

@media (min-width: 641px) {
    .home-simple-card .archive-card-badge {
        top: .5rem;
    }

    .home-simple-card .archive-card-badge-left {
        left: .5rem;
    }

    .home-simple-card h2,
    .archive-post-card h2 {
        letter-spacing: -0.015em;
    }

    .home-simple-card h3 {
        margin-top: -.3rem;
    }
}

.single-hero-media {
    width: 100%;
}

.bussid-gallery-shot {
    display: block;
    flex: 0 0 auto;
    width: 13.5rem !important;
    height: auto !important;
    aspect-ratio: 2 / 1;
    max-width: none !important;
    object-fit: cover !important;
    object-position: 52% center !important;
    background: #f8fafc;
    border: 0;
    border-radius: 1rem;
}

@media (min-width: 640px) {
    .bussid-gallery-shot {
        width: 15rem !important;
    }
}

@media (min-width: 768px) {
    .bussid-gallery-shot {
        width: 16rem !important;
    }
}

.single-hero-image {
    display: block;
    width: 100%;
    aspect-ratio: 2 / 1;
    height: auto;
    max-height: 720px;
    object-fit: cover;
    object-position: 52% center;
    background: #f8fafc;
}

@media (min-width: 640px) {
    .single-hero-image {
        aspect-ratio: 2 / 1;
    }
}

@media (min-width: 768px) {
    .single-hero-image {
        aspect-ratio: 2 / 1;
    }
}

@media (min-width: 1024px) {
    .single-hero-media {
        max-width: 750px;
    }

    .single-hero-image {
        aspect-ratio: 2 / 1;
    }
}

.blog-single-content {
    color: #334155;
    font-size: 1rem;
    line-height: 1.9;
}

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

.blog-single-content > *:last-child {
    margin-bottom: 0;
}

.blog-single-content p,
.blog-single-content ul,
.blog-single-content ol,
.blog-single-content blockquote,
.blog-single-content table,
.blog-single-content .wp-block-image,
.blog-single-content .wp-block-gallery,
.blog-single-content .wp-block-embed,
.blog-single-content .wp-block-cover,
.blog-single-content .wp-block-media-text {
    margin: 0 0 1.4rem;
}

.blog-single-content h2,
.blog-single-content h3,
.blog-single-content h4,
.blog-single-content h5,
.blog-single-content h6 {
    color: #1e293b;
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: -0.02em;
    margin: 2.2rem 0 1rem;
    text-wrap: balance;
}

.blog-single-content h2 {
    font-size: 1.75rem;
    padding-bottom: .65rem;
    border-bottom: 1px solid #dbeafe;
    border-left: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.blog-single-content h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 4.25rem;
    height: 3px;
    border-radius: 9999px;
    background: linear-gradient(90deg, #6366f1 0%, #60a5fa 100%);
}

.blog-single-content h3 {
    font-size: 1.45rem;
    color: #334155;
    padding-left: .9rem;
    border-left: 4px solid #c7d2fe;
    margin-top: 2rem;
}

.blog-single-content h4 {
    font-size: 1.22rem;
    color: #475569;
    font-weight: 700;
    margin-top: 1.75rem;
}

.blog-single-content a {
    color: #4f46e5;
    text-decoration: none;
}

.blog-single-content a:hover {
    color: #4338ca;
    text-decoration: underline;
}

.blog-single-content strong {
    color: #1e293b;
    font-weight: 700;
}

.blog-single-content ul,
.blog-single-content ol {
    padding-left: 1.4rem;
}

.blog-single-content li + li {
    margin-top: .45rem;
}

.blog-single-content blockquote {
    border-left: 4px solid #c7d2fe;
    background: #eef2ff;
    color: #334155;
    padding: 1rem 1.2rem;
    border-radius: 1rem;
}

.blog-single-content img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 1rem;
}

.blog-single-content figure {
    margin: 0 0 1.5rem;
}

.blog-single-content figcaption {
    margin-top: .75rem;
    font-size: .9rem;
    color: #64748b;
    text-align: center;
}

.blog-single-content table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 1rem;
}

.blog-single-content th,
.blog-single-content td {
    border: 1px solid #e2e8f0;
    padding: .85rem 1rem;
    text-align: left;
}

.blog-single-content th {
    background: #f8fafc;
    color: #334155;
    font-weight: 700;
}

.blog-single-content pre,
.blog-single-content code {
    font-family: Consolas, Monaco, 'Courier New', monospace;
}

.blog-single-content pre {
    margin: 0 0 1.5rem;
    padding: 1rem 1.1rem;
    background: #0f172a;
    color: #e2e8f0;
    border-radius: 1rem;
    overflow-x: auto;
}

.blog-single-content code {
    background: #e2e8f0;
    color: #1e293b;
    padding: .14rem .36rem;
    border-radius: .4rem;
    font-size: .92em;
}

.blog-single-content pre code {
    background: transparent;
    color: inherit;
    padding: 0;
}

.blog-card-chip-meta {
    max-width: 8.5rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.blog-card-chip-date {
    color: #1e3a8a;
    background: rgba(219, 234, 254, 0.95);
    border: 1px solid rgba(147, 197, 253, 0.9);
}

.blog-card-chip-author {
    color: #166534;
    background: rgba(220, 252, 231, 0.95);
    border: 1px solid rgba(134, 239, 172, 0.9);
}

.blog-archive-title {
    letter-spacing: -0.018em;
}

.blog-archive-title a {
    color: #1e293b;
    text-decoration: none;
    text-wrap: balance;
}

.blog-archive-title a:hover {
    color: #4338ca;
}

.blog-archive-empty-title {
    color: #334155;
    letter-spacing: -0.02em;
}

@media (max-width: 640px) {
    .blog-single-content {
        font-size: .98rem;
        line-height: 1.85;
    }

    .blog-single-content h2 {
        font-size: 1.48rem;
        padding-bottom: .4rem;
    }

    .blog-single-content h3 {
        font-size: 1.28rem;
        padding-left: .75rem;
    }

    .blog-single-content h4 {
        font-size: 1.12rem;
    }

    .blog-card-chip-meta {
        max-width: 7.25rem;
        padding: .36rem .65rem;
        font-size: .68rem;
    }

    .blog-archive-title {
        font-size: 1.08rem;
        line-height: 1.4;
    }
}
