/* Pagination Fix v19 - Bacagratis.id */
.bg-pagination-v19{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    flex-wrap:wrap;
    margin-top:18px;
    padding:14px 0 2px;
    color:#64748b;
    font-size:14px;
}

.bg-pagination-info-v19{
    color:#64748b;
    font-weight:600;
}

.bg-pagination-links-v19{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    flex-wrap:wrap;
    gap:6px;
}

.bg-page-v19{
    min-width:36px;
    height:36px;
    padding:0 11px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid #e2e8f0;
    border-radius:12px;
    background:#fff;
    color:#475569;
    text-decoration:none;
    font-weight:700;
    line-height:1;
    box-shadow:0 8px 22px rgba(15,23,42,.05);
}

.bg-page-v19:hover{
    border-color:#2563eb;
    color:#2563eb;
    background:#f8fbff;
}

.bg-page-v19.active{
    background:#2563eb;
    border-color:#2563eb;
    color:#fff;
}

.bg-page-v19.disabled,
.bg-page-v19.dots{
    opacity:.48;
    pointer-events:none;
    box-shadow:none;
}

/* Pengaman kalau view pagination Tailwind bawaan masih muncul dari cache/halaman lama */
.pagination-v8 svg,
.pagination-compact-v81 svg,
nav[role="navigation"] svg{
    width:18px !important;
    height:18px !important;
    max-width:18px !important;
    max-height:18px !important;
}

nav[role="navigation"] p{
    margin:0;
}

@media (max-width: 720px){
    .bg-pagination-v19{
        align-items:flex-start;
        flex-direction:column;
    }

    .bg-pagination-links-v19{
        justify-content:flex-start;
    }

    .bg-page-v19{
        min-width:34px;
        height:34px;
        border-radius:10px;
    }
}
