html {
    font-size: 100%;
}

body {
    background-color: #f8f9fa;
    font-size: 1rem;
}

.card {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
    overflow: hidden;
}

.card-body {
    background-color: #ffffff;
}

.card-header {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom: none !important;
}
.coin-kiri {
    position: absolute;
    top: 0;
    left: -10px;
    width: 140px;
    height: auto;
    z-index: 0;
    opacity: 0.8;
}

.coin-kanan {
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
    width: 40px;
    height: auto;
    z-index: 0;
    opacity: 0.8;
}

.coin-tengah-1 {
    position: absolute;
    top: 30%;
    left: 45%;
    transform: translateY(-70%);
    width: 20px;
    height: auto;
    z-index: 0;
    opacity: 0.8;
}

.coin-tengah-2 {
    position: absolute;
    top: 80%;
    left: 45%;
    transform: translateY(-80%);
    width: 20px;
    height: auto;
    z-index: 0;
    opacity: 0.8;
}

.coin-tengah-3 {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateY(-70%);
    width: 30px;
    height: auto;
    z-index: 0;
    opacity: 0.8;
}

.icon-header-voucher {
    position: absolute;
    top: 30%;
    right: -5px;
    transform: translateY(-30%);
    width: 100px;
    height: auto;
    z-index: 0;
}

@media (max-width: 768px) {
    .coin-kiri{
        width: 130px;
    }
    .coin-tengah-1 {
        left: 45%;
        width: 18px;
    }

    .coin-tengah-2 {
        left: 45%;
        width: 18px;
    }

    .coin-tengah-3 {
        left: 50%;
        width: 22px;
    }

    .coin-kanan {
        width: 40px;
    }

    .icon-header-voucher {
        width: 90px;
    }
}

@media (max-width: 576px) {
    .coin-kiri{
        width: 130px;
    }
    .coin-tengah-1 {
        left: 50%;
        width: 14px;
    }

    .coin-tengah-2 {
        left: 50%;
        width: 14px;
    }

    .coin-tengah-3 {
        left: 55%;
        width: 20px;
    }

    .coin-kanan {
        width: 18px;
        margin-right: -40px !important;
    }

    .icon-header-voucher {
        width: 50px;
    }
}

.bg-orange {
    background-color: #FF6600;
}

.text-orange {
    color: #FF6600;
}

.h2-header, .h2-special-voucher {
    font-size: 1.5rem;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    margin-bottom: -0.125rem !important;
}

.p-header, .p-special-voucher {
    font-size: 0.875rem;
    margin-top: 0px !important;
    font-weight: 100;
}

.search-box {
    margin-left: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
}

.search-box .form-control, .search-box .btn {
    margin-left: 0;
}

.search-voucher {
    width: 12.5rem !important;
    height: 2rem !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 0.875rem !important;
    font-family: 'Poppins', sans-serif !important;
    border: 1px solid #FF6600 !important;
    border-radius: 0.25rem !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1) !important;
    margin-right: 1.25rem !important;
    color: #FF6600 !important;
}

.search-voucher::placeholder {
    color: #FF6600 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px !important;
}

.search-voucher:hover, 
.search-voucher:focus {
    border-color: #FF6600 !important;
    box-shadow: 0 0 0.25rem #FF6600 !important;
    outline: none !important;
    color: #FF6600 !important;
}


.btn-search-voucher {
    width: 6.875rem !important;
    height: 2rem !important;
    font-size: 0.75rem !important;
    font-family: 'Poppins', sans-serif !important;
    border: 1px solid #FF6600 !important;
    border-radius: 0.25rem !important;
    background-color: transparent !important;
    color: #FF6600 !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05) !important;
}

.btn-search-voucher:hover, .btn-search-voucher:focus {
    background-color: #FF6600 !important;
    color: #fff !important;
}

@media (max-width: 1100px) {
    .d-flex {
        flex-direction: column !important;
    }

    .search-box {
        flex-direction: row !important;
        align-items: center !important;
        gap: 1rem !important;
        width: 100%;
    }

    .h2-header, .h2-special-voucher {
        font-size: 22px !important;
    }

    .p-header, .p-special-voucher {
        font-size: 0.75rem !important;
    }

    .search-voucher {
        width: 780px !important;
        max-width: 780px !important;
        margin-left: 17px !important;
    }

    .btn-search-voucher {
        width: auto !important;
        max-width: 6.875rem !important;
        margin-left: -20px !important;
        white-space: nowrap !important;
    }
}

@media (max-width: 768px) {
    .d-flex {
        flex-direction: column !important;
    }

    .search-box {
        flex-direction: row !important;
        align-items: center !important;
        gap: 1rem !important;
        width: 100%;
    }

    .h2-header, .h2-special-voucher {
        font-size: 1.25rem !important;
    }

    .p-header, .p-special-voucher {
        font-size: 0.75rem !important;
    }

    .search-voucher {
        width: 500px !important;
        max-width: 500px !important;
    }

    .btn-search-voucher {
        width: auto !important;
        max-width: 6.875rem !important;
    }
}

@media (max-width: 600px) {
    .d-flex {
        flex-direction: column !important;
    }

    .search-box {
        flex-direction: row !important;
        align-items: center !important;
        gap: 1rem !important;
        width: 100%;
    }

    .h2-header, .h2-special-voucher {
        font-size: 1rem !important;
    }

    .p-header, .p-special-voucher {
        font-size: 0.75rem !important;
    }
}
@media only screen and (device-width: 430px), 
   screen and (max-width: 430px) {
    .d-flex {
        flex-direction: column !important;
    }

    .search-box {
        flex-direction: row !important;
        align-items: center !important;
        gap: 1rem !important;
        width: 100%;
    }

    .h2-header, .h2-special-voucher {
        font-size: 0.92rem !important;
        margin-left: -15px !important;
    }

    .p-header, .p-special-voucher {
        font-size: 0.75rem !important;
        margin-left: -15px !important;
    }
    .h2-special-voucher{
        font-size: 17px !important;
        margin-left: -15px !important;
    }
    .p-special-voucher{
        font-size: 10px !important;
        margin-left: -15px !important;
    }
    .search-voucher {
        width: 700px !important;
        max-width: 700px !important;
        margin-left: 2px !important;
        margin-top: 10px !important;
    }

    .btn-search-voucher {
        width: auto !important;
        max-width: 6.875rem !important;
        margin-left: -30px !important;
        white-space: nowrap !important;
        margin-top: 10px !important;
    }
}

@media only screen and (device-width: 390px), 
   screen and (max-width: 390px) {
    .d-flex {
        flex-direction: column !important;
    }

    .search-box {
        flex-direction: row !important;
        align-items: center !important;
        gap: 1rem !important;
        width: 100%;
    }

    .h2-header, .h2-special-voucher {
        font-size: 0.85rem !important;
        margin-left: -15px !important;
    }

    .p-header, .p-special-voucher {
        font-size: 0.75rem !important;
        margin-left: -15px !important;
    }
    .h2-special-voucher{
        font-size: 16px !important;
        margin-left: -15px !important;
    }
    .p-special-voucher{
        font-size: 10px !important;
        margin-left: -15px !important;
    }
    .search-voucher {
        width: 700px !important;
        max-width: 700px !important;
        margin-left: 2px !important;
        margin-top: 10px !important;
    }

    .btn-search-voucher {
        width: auto !important;
        max-width: 6.875rem !important;
        margin-left: -30px !important;
        white-space: nowrap !important;
        margin-top: 10px !important;
    }
}

@media only screen and (device-width: 375px), 
   screen and (max-width: 375px) {
    .d-flex {
        flex-direction: column !important;
    }

    .search-box {
        flex-direction: row !important;
        align-items: center !important;
        gap: 1rem !important;
        width: 100%;
    }

    .h2-header, .h2-special-voucher {
        font-size: 0.80rem !important;
        margin-left: -15px !important;
    }

    .p-header, .p-special-voucher {
        font-size: 0.65rem !important;
        margin-left: -15px !important;
    }
    .h2-special-voucher{
        font-size: 16px !important;
        margin-left: -15px !important;
    }
    .p-special-voucher{
        font-size: 9px !important;
        margin-left: -15px !important;
    }
    .search-voucher {
        width: 700px !important;
        max-width: 700px !important;
        margin-left: 2px !important;
        margin-top: 10px !important;
    }

    .btn-search-voucher {
        width: auto !important;
        max-width: 6.875rem !important;
        margin-left: -30px !important;
        white-space: nowrap !important;
        margin-top: 10px !important;
    }
}

@media only screen and (device-width: 360px), 
   screen and (max-width: 360px) {
    .d-flex {
        flex-direction: column !important;
    }

    .search-box {
        flex-direction: row !important;
        align-items: center !important;
        gap: 1rem !important;
        width: 100%;
    }

    .h2-header, .h2-special-voucher {
        font-size: 0.75rem !important;
        margin-left: -13px !important;
    }

    .p-header, .p-special-voucher {
        font-size: 0.60rem !important;
        margin-left: -13px !important;
    }
    .h2-special-voucher{
        font-size: 14px !important;
        margin-left: -13px !important;
    }
    .p-special-voucher{
        font-size: 9px !important;
        margin-left: -13px !important;
    }
    .search-voucher {
        width: 700px !important;
        max-width: 700px !important;
        margin-left: -2px !important;
        margin-top: 10px !important;
    }

    .btn-search-voucher {
        width: auto !important;
        max-width: 6.875rem !important;
        margin-left: -30px !important;
        white-space: nowrap !important;
        margin-top: 10px !important;
    }
}

@media only screen and (device-width: 348px), 
   screen and (max-width: 348px) {
    .d-flex {
        flex-direction: column !important;
    }

    .search-box {
        flex-direction: row !important;
        align-items: center !important;
        gap: 1rem !important;
        width: 100%;
    }

    .h2-header, .h2-special-voucher {
        font-size: 0.68rem !important;
        margin-left: -13px !important;
        white-space: nowrap !important;
    }

    .p-header, .p-special-voucher {
        font-size: 0.60rem !important;
        margin-left: -13px !important;
    }
    .h2-special-voucher{
        font-size: 13px !important;
        margin-left: -13px !important;
    }
    .p-special-voucher{
        font-size: 10px !important;
        margin-left: -13px !important;
    }
    .search-voucher {
        width: 165px !important;
        margin-left: 2px !important;
        margin-top: 10px !important;
        height: 1.9rem !important;
        display: flex !important;
        align-items: center !important;
        padding: 0 10px !important;
        box-sizing: border-box !important;
        font-size: 13px !important;
    }

    .search-voucher::placeholder {
        color: #FF6600 !important;
        font-family: 'Poppins', sans-serif !important;
        font-size: 13px !important;
    }

    .btn-search-voucher {
        width: auto !important;
        max-width: 6.145rem !important;
        height: 1.9rem !important;
        margin-left: -30px !important;
        white-space: nowrap !important;
        margin-top: 10px !important;
        font-size: 12px !important;
    }
}

@media only screen and (device-width: 320px), 
   screen and (max-width: 320px) {
    .d-flex {
        flex-direction: column !important;
    }

    .search-box {
        flex-direction: row !important;
        align-items: center !important;
        gap: 1rem !important;
        width: 100%;
    }

    .h2-header, .h2-special-voucher {
        font-size: 0.65rem !important;
        margin-left: -12px !important;
    }

    .p-header, .p-special-voucher {
        font-size: 0.50rem !important;
        margin-left: -12px !important;
    }
    .h2-special-voucher{
        font-size: 13px !important;
        margin-left: -12px !important;
    }
    .p-special-voucher{
        font-size: 8px !important;
        margin-left: -12px !important;
    }
    .search-voucher {
        width: 140px !important;
        max-width: 140px !important;
        height: 25px !important;
        margin-left: -2px !important;
        margin-top: 10px !important;
    }
    .search-voucher::placeholder {
        color: #FF6600 !important;
        font-family: 'Poppins', sans-serif !important;
        font-size: 11px !important;
    }

    .btn-search-voucher {
        width: 120px !important;
        max-width: 120px !important;
        height: 25px !important;
        margin-left: -30px !important;
        white-space: nowrap !important;
        font-size: 11px !important;
        margin-top: 10px !important;
    }
}


.voucher-container {
    background-color: transparent !important;
    position: relative;
    overflow: hidden;
    border-radius: 0.625rem;
    width: 100%;
    max-width: 36.25rem;
    height: 9.375rem;
    margin: 0 auto;
    border: none !important;
    box-shadow: 0 0.25rem 0px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #FF9900 !important;
}

.voucher-body {
    background: linear-gradient(to right, #f4f4f4 38%, #f4f4f4 38%, #FF6600 190%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.9375rem;
    border-radius: 0.625rem;
    border: 1px solid #FF9900;
    box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.1) !important;
}

.voucher-container::before, .voucher-container::after {
    content: '';
    position: absolute;
    width: 2.1875rem;
    height: 2.1875rem;
    background: #f8f9fa;
    border-radius: 50%;
    border: 1px solid #FF9900;
    top: 60%;
    transform: translateY(-50%);
    z-index: 1;
}

.voucher-container::before {
    left: -0.9375rem;
}

.voucher-container::after {
    right: -0.9375rem;
}

.voucher-content {
    flex: 1;
    padding: 0 0.9375rem;
    margin-top: -0.3125rem;
}

.voucher-content::after {
    content: '';
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    height: 0.125rem;
    background-image: repeating-linear-gradient(to right, #808080 0%, #808080 0.9375rem, transparent 0.9375rem, transparent 1.3125rem);
    transform: translateY(-50%);
    z-index: 0;
}

.voucher-type-nominal {
    font-size: 25px !important;
    font-weight: 700;
    color: #FF6600;
}

.voucher-type-diskon {
    font-size: 1.25rem;
    font-weight: 700;
    color: #8BC34A;
}

.voucher-barang {
    font-size: 1.25rem;
    font-weight: 700;
    color: #333;
}

.voucher-lokasi {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #333;
    margin-top: -0.625rem;
}
.voucher-berlaku {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #333;
    padding-top: 10px;
}
.voucher-date {
    font-size: 0.9125rem;
    font-weight: 700;
    color: #FF6600;
}

.voucher-syarat-dan-ketentuan {
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.625rem;
    font-weight: 400;
    color: #333;
}

.voucher-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.voucher-image {
    width: 5rem !important;
    height: 4rem;
    object-fit: cover;
    border-radius: 0.5rem;
    padding-top: -2px !important;
    margin-right: -25px;
    margin-bottom: 1.5rem;
    box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.1);
}

.btn-buy-voucher {
    background-color: #fff;
    color: #FF6600;
    padding:  0.2rem 2.9rem;
    border-radius: 2.5rem;
    font-weight: 700;
    font-size: 0.875rem;
    border: none;
    box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.btn-buy-voucher:hover {
    background-color: #FF6600;
    color: #fff;
    box-shadow: 0 0.25rem 0.375rem rgba(255, 102, 0, 0.5);
}

@media (min-width: 391px) and (max-width: 3072px) {
    .voucher-container {
        max-width: 100%;
        height: 130px;
    }

    .voucher-body {
        padding: 0.598rem;
    }

    .voucher-content, .voucher-body {
        padding: 0 22px;
    }

    .voucher-type-nominal, .voucher-type-diskon, .voucher-barang {
        font-size: 13px !important;
    }

    .voucher-lokasi, .voucher-berlaku, .voucher-date, .voucher-syarat-dan-ketentuan {
        font-size: 8px;
    }

    .voucher-image {
        width: 90%;
        height: auto;
        margin-top: 0.3rem;
    }

    .voucher-content {
        padding: 0.625rem 0;
    }

    .btn-buy-voucher {
        width: 100%;
        font-size: 10px;
        margin-bottom: 20px;
    }
}

@media (min-width: 352px) and (max-width: 391px) {
    .voucher-container {
        max-width: 100%;
        height: 130px;
    }

    .voucher-body {
        padding: 0.598rem;
    }

    .voucher-content, .voucher-body {
        padding: 0 22px;
    }

    .voucher-type-nominal, .voucher-type-diskon, .voucher-barang {
        font-size: 11px !important;
    }

    .voucher-lokasi, .voucher-berlaku, .voucher-date, .voucher-syarat-dan-ketentuan {
        font-size: 8px;
    }

    .voucher-image {
        width: 90%;
        height: auto;
        margin-top: 0.3rem;
    }

    .voucher-content {
        padding: 0.625rem 0;
    }

    .btn-buy-voucher {
        width: 100%;
        font-size: 10px;
        margin-bottom: 20px;
    }
}

@media (min-width: 348px) and (max-width: 352px) {
    .voucher-container {
        max-width: 100%;
        height: 130px;
    }

    .voucher-body {
        padding: 0.598rem;
    }

    .voucher-content, .voucher-body {
        padding: 0 22px;
    }

    .voucher-type-nominal, .voucher-type-diskon, .voucher-barang {
        font-size: 11px !important;
    }

    .voucher-lokasi, .voucher-berlaku, .voucher-date, .voucher-syarat-dan-ketentuan {
        font-size: 8px;
    }

    .voucher-image {
        width: 90%;
        height: auto;
        margin-top: 0.3rem;
    }

    .voucher-content {
        padding: 0.625rem 0;
    }

    .btn-buy-voucher {
        width: 100%;
        font-size: 8px;
        margin-bottom: 20px;
    }
}

@media (min-width: 342px) and (max-width: 348px) {
    .voucher-container {
        max-width: 100%;
        height: 130px;
    }

    .voucher-body {
        padding: 0.598rem;
    }

    .voucher-content, .voucher-body {
        padding: 0 22px;
    }

    .voucher-type-nominal, .voucher-type-diskon, .voucher-barang {
        font-size: 11px !important;
    }

    .voucher-lokasi, .voucher-berlaku, .voucher-date, .voucher-syarat-dan-ketentuan {
        font-size: 8px;
    }

    .voucher-image {
        width: 90%;
        height: auto;
        margin-top: 0.3rem;
    }

    .voucher-content {
        padding: 0.625rem 0;
    }

    .btn-buy-voucher {
        width: 100%;
        font-size: 6px;
        margin-bottom: 20px;
    }
}

@media (min-width: 333px) and (max-width: 342px) {
    .voucher-container {
        max-width: 100%;
        height: 130px;
    }

    .voucher-body {
        padding: 0.598rem;
    }

    .voucher-content, .voucher-body {
        padding: 0 22px;
    }

    .voucher-type-nominal, .voucher-type-diskon {
        font-size: 10px !important;
    }
    .voucher-barang {
        font-size: 9px !important;
    }

    .voucher-lokasi, .voucher-berlaku, .voucher-date, .voucher-syarat-dan-ketentuan {
        font-size: 8px;
    }

    .voucher-image {
        width: 70px !important;
        height: auto;
  
        object-fit: contain !important;
    }

    .voucher-content {
        padding: 0.625rem 0;
    }

    .btn-buy-voucher {
        width: 100%;
        font-size: 7px;
        margin-bottom: 20px;
    }
}

@media (min-width: 321px) and (max-width: 333px) {
    .voucher-container {
        max-width: 100%;
        height: 130px;
    }

    .voucher-body {
        padding: 0.598rem;
    }

    .voucher-content, .voucher-body {
        padding: 10px 22px;
    }

    .voucher-type-nominal, .voucher-type-diskon {
        font-size: 9px !important;
    }
    .voucher-barang {
        font-size: 9px !important;
    }

    .voucher-lokasi, .voucher-berlaku, .voucher-date {
        font-size: 6px;
        margin-top: 10px !important;
    }

    .voucher-syarat-dan-ketentuan{
        font-size: 6px !important;
    }

    .voucher-image {
        width: 70px !important;
        height: auto;
  
        object-fit: contain !important;
    }

    .voucher-content {
        padding: 0.625rem 0;
    }

    .btn-buy-voucher {
        width: 100%;
        font-size: 7px;
        margin-bottom: 20px;
    }
}

@media (min-width: 313px) and (max-width: 321px) {
    .voucher-container {
        max-width: 100%;
        height: 130px;
    }

    .voucher-body {
        padding: 0.598rem;
    }

    .voucher-content, .voucher-body {
        padding: 10px 22px;
    }

    .voucher-type-nominal, .voucher-type-diskon {
        font-size: 8px !important;
    }
    .voucher-barang {
        font-size: 8px !important;
    }

    .voucher-lokasi, .voucher-berlaku, .voucher-date {
        font-size: 7px;
        margin-top: 10px !important;
    }

    .voucher-syarat-dan-ketentuan{
        font-size: 6px !important;
    }

    .voucher-image {
        width: 70px !important;
        height: auto;
        margin-top: -15px !important;
        object-fit: contain !important;
    }

    .voucher-content {
        padding: 0.625rem 0;
    }

    .btn-buy-voucher {
        width: 100%;
        font-size: 7px;
        margin-bottom: 20px;
    }
}

@media (min-width: 308px) and (max-width: 313px) {
    .voucher-container {
        max-width: 100%;
        height: 130px;
    }

    .voucher-body {
        padding: 0.598rem;
    }

    .voucher-content, .voucher-body {
        padding: 10px 22px;
    }

    .voucher-type-nominal, .voucher-type-diskon {
        font-size: 8px !important;
    }
    .voucher-barang {
        font-size: 8px !important;
    }

    .voucher-lokasi, .voucher-berlaku, .voucher-date {
        font-size: 6px;
        margin-top: 10px !important;
    }

    .voucher-syarat-dan-ketentuan{
        font-size: 6px !important;
    }

    .voucher-image {
        width: 70px !important;
        height: auto;
        margin-top: -15px !important;
        object-fit: contain !important;
    }

    .voucher-content {
        padding: 0.625rem 0;
    }

    .btn-buy-voucher {
        width: 100%;
        font-size: 7px;
        margin-bottom: 20px;
    }
}

@media (min-width: 200px) and (max-width: 308px) {
    .voucher-container {
        max-width: 100%;
        height: 130px;
    }

    .voucher-body {
        padding: 0.598rem;
    }

    .voucher-content, .voucher-body {
        padding: 10px 22px;
    }

    .voucher-type-nominal, .voucher-type-diskon {
        font-size: 7px !important;
    }
    .voucher-barang {
        font-size: 7px !important;
    }

    .voucher-lokasi, .voucher-berlaku, .voucher-date {
        font-size: 6px;
        margin-top: 10px !important;
    }

    .voucher-syarat-dan-ketentuan{
        font-size: 6px !important;
    }

    .voucher-image {
        width: 70px !important;
        height: auto;
        margin-top: -15px !important;
        object-fit: contain !important;
    }

    .voucher-content {
        padding: 0.625rem 0;
    }

    .btn-buy-voucher {
        width: 100%;
        font-size: 7px;
        margin-bottom: 20px;
    }
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0.5rem;
    margin: 0;
}

.page-item {
    margin: 0 0.25rem;
}

.page-link {
    display: block;
    padding: 0.4rem 0.75rem;
    background-color: transparent !important;
    border: none !important;
    color: #FF6600 !important;
    font-weight: 400 !important;
    border-radius: 0.5rem !important;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-item.active .page-link,
.page-item .page-link:hover,
.page-item .page-link:focus {
    background-color: #FF6600 !important;
    color: white !important;
    border: 1px solid #FF6600 !important;
    outline: none;
}

.page-item.disabled .page-link {
    color: #bbb;
    pointer-events: none;
    border: 1px solid #ddd;
}

.page-link span {
    font-size: 0.875rem;
    display: inline-block;
    margin: 0 0.2rem;
}

@media (max-width: 1100px) {
    .page-link {
        padding: 0.375rem 0.65rem;
        font-size: 0.8rem;
    }

    .page-item {
        margin: 0 0.2rem;
    }

    .page-link span {
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) {
    .page-link {
        padding: 0.35rem 0.55rem;
        font-size: 0.7rem;
    }

    .page-item {
        margin: 0 0.15rem;
    }

    .page-link span {
        font-size: 0.7rem;
    }
}

@media (max-width: 600px) {
    .page-link {
        padding: 0.3rem 0.45rem;
        font-size: 0.65rem;
    }

    .page-item {
        margin: 0 0.125rem;
    }

    .page-link span {
        font-size: 0.65rem;
    }
}

@media (max-width: 480px) {
    .page-link {
        padding: 0.25rem 0.35rem;
        font-size: 0.6rem;
    }

    .page-item {
        margin: 0 0.1rem;
    }

    .page-link span {
        font-size: 0.6rem;
    }
}

@media (max-width: 360px) {
    .page-link {
        padding: 0.2rem 0.3rem;
        font-size: 0.55rem;
    }

    .page-item {
        margin: 0 0.08rem;
    }

    .page-link span {
        font-size: 0.55rem;
    }
}

.voucher-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* .page-item .page-link[aria-label="Previous"]:hover, .page-item .page-link[aria-label="Next"]:hover {
    background-color: #ffbf80;
} */
