/* ========================================
   Booking Modal Responsive Fixes
   ======================================== */

/* Modal Size Adjustments */
.booking-modal .modal-dialog {
    max-width: 650px !important;
    width: 80% !important;
    max-height: 90vh !important;
    margin: 0.5rem auto !important;
}

/* Ensure modal doesn't exceed viewport */
.booking-modal .modal-dialog.modal-lg {
    max-width: 650px !important;
}

/* Modal content padding adjustments - COMPACT */
.booking-modal .modal-content {
    border-radius: 6px !important;
    border: none !important;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15) !important;
    max-height: 90vh !important;
    overflow: visible !important;
    display: flex !important;
    flex-direction: column !important;
}

.booking-modal .modal-body {
    padding: 5px 10px 10px 10px !important;
    flex: 1 1 auto !important;
    overflow-y: visible !important;
    overflow-x: hidden !important;
    max-height: none !important;
}

/* Modal Header and Footer - COMPACT */
.booking-modal .modal-header {
    flex-shrink: 0 !important;
    padding: 5px 10px !important;
}

.booking-modal .modal-footer {
    flex-shrink: 0 !important;
    padding: 5px 10px !important;
}

/* Calendar Container Adjustments - COMPACT */
.calender-area {
    padding: 2px 0 !important;
    max-height: 100% !important;
    overflow: visible !important;
}

.booking-calendar {
    max-width: 350px !important;
    margin: 0 auto 2px auto !important;
}

/* Pignose Calendar Responsive Fixes - COMPACT */
.pignose-calendar {
    max-width: 350px !important;
    font-size: 10px !important;
    margin: 0 auto !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    border: 1px solid rgba(0, 0, 0, 0.03) !important;
    box-shadow: none !important;
}

.pignose-calendar .pignose-calendar-top {
    padding: 6px 10px !important;
    font-size: 12px !important;
    margin-bottom: 6px !important;
    position: relative !important;
    z-index: 10 !important;
    background: #ffffff !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.pignose-calendar-top,
.pignose-calendar-top-date {
    background: #ffffff !important;
}

.pignose-calendar .pignose-calendar-body {
    background: #ffffff !important;
}

.pignose-calendar .pignose-calendar-month {
    font-size: 13px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    padding: 4px 0 !important;
    line-height: 1.2 !important;
    color: #495057 !important;
}

.pignose-calendar .pignose-calendar-body {
    padding: 4px 4px 3px 4px !important;
    margin-top: 2px !important;
}

.pignose-calendar .pignose-calendar-body table {
    width: 100% !important;
    font-size: 10px !important;
}

.pignose-calendar .pignose-calendar-body table td {
    width: 14.28% !important;
    height: 18px !important;
    padding: 1px !important;
    font-size: 8px !important;
}

.pignose-calendar-header,
.pignose-calendar .pignose-calendar-body table th,
.pignose-calendar-week {
    height: 18px !important;
    padding: 2px !important;
    font-size: 8px !important;
    font-weight: 600 !important;
    background: #ffffff !important;
    color: #606872 !important;
    border: none !important;
}

/* Calendar Unit Styling */
.pignose-calendar-unit {
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
}

.pignose-calendar-unit:hover {
    background-color: #f8f9fa !important;
    transform: scale(1.05) !important;
}

.pignose-calendar-unit.pignose-calendar-unit-active {
   
    color: white !important;
    font-weight: bold !important;
}

/* Available date styling */
.pignose-calendar-unit.available-date {
    background-color: #d4edda !important;
    border: 1px solid #28a745 !important;
    color: #155724 !important;
    font-weight: 500 !important;
}

/* Stepper Header Responsive - ULTRA COMPACT */
.bs-stepper-header {
    flex-wrap: nowrap !important;
    padding: 2px 1px !important;
    margin-bottom: 2px !important;
    flex-shrink: 0 !important;
    overflow: hidden !important;
}

/* Stepper Content */
.bs-stepper-content {
    flex: 1 !important;
    overflow-y: visible !important;
    max-height: none !important;
}

.bs-stepper-header .step {
    flex: 1 1 auto !important;
    min-width: 60px !important;
    max-width: 120px !important;
    margin: 1px !important;
}

.bs-stepper-header .step .step-trigger {
    padding: 2px 0px !important;
    font-size: 7px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.bs-stepper-header .step .bs-stepper-circle {
    width: 16px !important;
    height: 16px !important;
    font-size: 7px !important;
    margin: 1px 0 !important;
}

.bs-stepper-header .step .h3 {
    font-size: 8px !important;
    margin-bottom: 0px !important;
    display: none !important;
}

.bs-stepper-header .step .bs-stepper-label {
    font-size: 7px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100% !important;
}

/* Time Slot Container */
.booking-time-slider {
    padding: 3px 0 !important;
    margin: 3px 0 !important;
}

/* Time Slot Section Title */
.booking-time-slider .section-title h3 {
    font-size: 11px !important;
    margin-bottom: 0px !important;
    font-weight: 600 !important;
}

.booking-time-slider .section-title p {
    font-size: 8px !important;
    margin-bottom: 2px !important;
    color: #6c757d !important;
}

/* Time Slot Dropdown Styling */
.booking-time-slider select {
    width: 100% !important;
    max-width: 400px !important;
    margin: 0 auto 10px auto !important;
    padding: 6px 10px !important;
    font-size: 11px !important;
    border: 1px solid #ced4da !important;
    border-radius: 6px !important;
    background-color: #fff !important;
    transition: all 0.2s ease !important;
    height: 34px !important;
    line-height: 1.3 !important;
}

/* Preferred time label and divider for clearer hierarchy */
.booking-time-slider .preferred-time-label {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 6px 0 6px 0 !important;
}

.booking-time-slider .preferred-time-label .label-text {
    font-size: 12px !important;
    font-weight: 600 !important;
}

.booking-time-slider .preferred-time-label .label-divider {
    flex: 1 1 auto !important;
    height: 1px !important;
    background: #e9ecef !important;
    border-radius: 1px !important;
}

/* Compact next/prev buttons */
.booking-modal .btn-next,
.booking-modal .btn-prev {
    padding: 5px 10px !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
}

.btn-groups {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    padding: 5px 0 !important;
}

.btn-groups .btn-text {
    font-size: 10px !important;
    padding: 5px 10px !important;
}

/* Cart Summary Styling */
.cart-summary {
    background: #f8f9fa !important;
    border: 1px solid #e9ecef !important;
    border-radius: 6px !important;
    padding: 10px !important;
    margin-top: 10px !important;
}

.summary-header {
    margin-bottom: 8px !important;
}

.summary-title {
    font-size: 12px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    color: #495057 !important;
}

.summary-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
}

.summary-item {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-size: 10px !important;
}

.summary-label {
    font-weight: 500 !important;
    color: #6c757d !important;
}

.summary-value {
    font-weight: 600 !important;
    color: #495057 !important;
}

.booking-time-slider select:focus {
    border-color: #FF0037 !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 55, 0.25) !important;
    outline: none !important;
}

/* Form Responsive Adjustments */
.payment-form {
    max-width: 500px !important;
    width: 100% !important;
}

/* Button Groups */
.btn-groups {
    display: flex !important;
    justify-content: center !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    padding: 10px 0 !important;
}

/* Next Step Button Specific Styling */
/* #time_next_step {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    padding: 8px 20px !important;
    font-size: 12px !important;
    border-radius: 6px !important;
    background: linear-gradient(135deg, #FF0037 0%, #CC0029 100%) !important;
    color: white !important;
    border: none !important;
    transition: all 0.3s ease !important;
} */
 .pignose-calendar-header{
    background-color: #F8F8F8;

 }
 .booking-calendar .pignose-calendar-body{
margin-top:0px !important;
 }

#time_next_step:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3) !important;
}

/* Section Titles - COMPACT */
.section-title.title-center h3 {
    font-size: 13px !important;
    margin-bottom: 2px !important;
    margin-top: 5px !important;
}

.section-title.title-center p {
    font-size: 9px !important;
    color: #6c757d !important;
    margin-bottom: 4px !important;
}

/* Compact Billing Form - ULTRA COMPACT */
.booking-modal .form-group {
    margin-bottom: 8px !important;
}

.booking-modal .form-control {
    font-size: 10px !important;
    /* padding: 4px 8px !important; */
    height: 28px !important;
    line-height: 1.2 !important;
}

.booking-modal label {
    font-size: 10px !important;
    margin-bottom: 2px !important;
    font-weight: 500 !important;
}

.booking-modal .form-group .em {
    font-size: 9px !important;
    margin-top: 2px !important;
}

.billing-same-toggle {
    background: rgba(255, 0, 55, 0.08);
    border-radius: 8px;
    padding: 10px 14px;
    margin-bottom: 6px;
}

.billing-same-toggle .form-check-input {
    width: 46px;
    height: 24px;
    cursor: pointer;
}

.billing-same-toggle .form-check-input:checked {
    background-color: #FF0037;
    border-color: #FF0037;
}

#alternate_billing_fields {
    border: 1px solid rgba(255, 0, 55, 0.18);
    border-radius: 10px;
    padding: 12px 14px;
    background: rgba(255, 0, 55, 0.04);
}

#alternate_billing_fields label {
    font-size: 11px;
    font-weight: 600;
}

#alternate_billing_fields .form-control {
    font-size: 12px;
}

#alternate_billing_fields .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 55, 0.15);
}

#summary-billing-card .billing-details-wrapper {
    margin-top: 4px;
}

/* ========================================
   Mobile Responsive (768px and below)
   ======================================== */
@media (max-width: 768px) {
    .booking-modal .modal-dialog {
        width: 95% !important;
        margin: 0.5rem auto !important;
        max-width: 600px !important;
        max-height: 98vh !important;
    }
    
    .booking-modal .modal-content {
        max-height: 98vh !important;
    }
    
    .booking-modal .modal-body {
        padding: 8px !important;
        max-height: calc(98vh - 100px) !important;
    }
    
    .booking-calendar {
        max-width: 350px !important;
    }
    
    .pignose-calendar {
        max-width: 350px !important;
    }
    
    .pignose-calendar .pignose-calendar-body table td {
        height: 20px !important;
        font-size: 8px !important;
        padding: 1px !important;
    }
    
    .pignose-calendar .pignose-calendar-body table th {
        height: 18px !important;
        font-size: 7px !important;
    }
    
    .bs-stepper-header {
        padding: 2px 1px !important;
    }
    
    .bs-stepper-header .step {
        min-width: 70px !important;
        margin: 1px !important;
    }
    
    .bs-stepper-header .step .step-trigger {
        padding: 2px 1px !important;
        font-size: 8px !important;
    }
    
    .bs-stepper-header .step .bs-stepper-circle {
        width: 20px !important;
        height: 20px !important;
        font-size: 8px !important;
    }
    
    .bs-stepper-header .step .h3 {
        font-size: 9px !important;
    }
    
    .section-title.title-center h3 {
        font-size: 13px !important;
    }
    
    .section-title.title-center p {
        font-size: 9px !important;
    }
    
    .booking-time-slider {
        padding: 2px 0 !important;
        margin: 2px 0 !important;
    }
    
    .booking-time-slider .section-title h3 {
        font-size: 10px !important;
    }
    
    .booking-time-slider .section-title p {
        font-size: 7px !important;
    }
    
    .booking-time-slider select {
        padding: 3px 6px !important;
        font-size: 9px !important;
        height: 24px !important;
        margin-bottom: 6px !important;
    }
    
    .btn-groups {
        gap: 6px !important;
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }
}

/* ========================================
   Tablet Responsive (769px to 1024px)
   ======================================== */
@media (min-width: 769px) and (max-width: 1024px) {
    .booking-modal .modal-dialog {
        max-width: 550px !important;
        width: 70% !important;
    }
    
    .booking-calendar {
        max-width: 350px !important;
    }
    
    .pignose-calendar {
        max-width: 350px !important;
    }
    
    .pignose-calendar .pignose-calendar-body table td {
        height: 26px !important;
        font-size: 11px !important;
    }
}

/* ========================================
   Large Screen Adjustments (1200px+)
   ======================================== */
@media (min-width: 1200px) {
    .booking-modal .modal-dialog {
        max-width: 600px !important;
    }
    
    .booking-calendar {
        max-width: 380px !important;
    }
    
    .pignose-calendar {
        max-width: 380px !important;
    }
}

/* ========================================
   Close Button Styling
   ======================================== */
.booking-modal .btn-close {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    z-index: 1060 !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    background-color: #f8f9fa !important;
    border: 1px solid #dee2e6 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
}

.booking-modal .btn-close:hover {
    background-color: #e9ecef !important;
    transform: scale(1.1) !important;
}

.booking-modal .btn-close i {
    font-size: 16px !important;
    color: #6c757d !important;
}

/* ========================================
   Loading Spinner Adjustments
   ======================================== */
.request-loader-time {
    z-index: 1070 !important;
}

/* ========================================
   Form Input Improvements
   ======================================== */
.booking-modal .form-control {
    border-radius: 6px !important;
    border: 1px solid #dee2e6 !important;
    /* padding: 8px 12px !important; */
    font-size: 12px !important;
    transition: all 0.2s ease !important;
}

.booking-modal .form-control:focus {
    border-color: #FF0037 !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 55, 0.25) !important;
}

/* ========================================
   Button Improvements
   ======================================== */
.booking-modal .btn {
    border-radius: 6px !important;
    padding: 8px 16px !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
    font-size: 12px !important;
}

.booking-modal .btn-primary {
    background: linear-gradient(135deg, #FF0037 0%, #CC0029 100%) !important;
    border: none !important;
}

.booking-modal .btn-primary:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(255, 0, 55, 0.3) !important;
}

/* ========================================
   Compact Time Selection Modal
   ======================================== */
.time-selection-modal {
    z-index: 1065 !important;
}

.time-selection-modal .modal-dialog {
    max-width: 300px !important;
    width: 90% !important;
    margin: 10px auto !important;
    transform: translateY(-50px) !important;
}

.time-selection-modal .modal-content {
    border-radius: 8px !important;
    border: none !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2) !important;
    padding: 15px !important;
}

.time-selection-modal .modal-header {
    padding: 0 0 10px 0 !important;
    border-bottom: 1px solid #e9ecef !important;
    margin-bottom: 10px !important;
}

.time-selection-modal .modal-title {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin: 0 !important;
}

.time-selection-modal .modal-body {
    padding: 0 !important;
}

.time-selection-modal .time-slots {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
    max-height: 200px !important;
    overflow-y: auto !important;
}

.time-selection-modal .time-slot {
    padding: 8px 12px !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 6px !important;
    background: #fff !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    font-size: 12px !important;
    text-align: center !important;
}

.time-selection-modal .time-slot:hover {
    background: #f8f9fa !important;
    border-color: #FF0037 !important;
}

.time-selection-modal .time-slot.selected {
    background: #FF0037 !important;
    color: white !important;
    border-color: #FF0037 !important;
}

.time-selection-modal .modal-footer {
    padding: 10px 0 0 0 !important;
    border-top: none !important;
    display: flex !important;
    gap: 8px !important;
}

.time-selection-modal .btn {
    padding: 6px 12px !important;
    font-size: 12px !important;
    border-radius: 6px !important;
}

/* ========================================
   Summary Section Styling - COMPACT
   ======================================== */
.booking-summary-container {
    max-width: 600px !important;
    margin: 0 auto !important;
    padding: 10px 10px !important;
}

.summary-card {
    background: #f8f9fa !important;
    border: 1px solid #e9ecef !important;
    border-radius: 5px !important;
    padding: 10px !important;
    margin-bottom: 8px !important;
}

.summary-card-header {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #495057 !important;
    margin-bottom: 8px !important;
    padding-bottom: 5px !important;
    border-bottom: 1px solid #FF0037 !important;
}

.summary-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 4px 0 !important;
    border-bottom: 1px solid #e9ecef !important;
}

.summary-row:last-child {
    border-bottom: none !important;
}

.summary-label {
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #6c757d !important;
}

.summary-value {
    font-size: 11px !important;
    font-weight: 500 !important;
    color: #495057 !important;
    text-align: right !important;
    max-width: 60% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.summary-total {
    background: #FF0037 !important;
    color: white !important;
    padding: 10px !important;
    border-radius: 5px !important;
    margin-top: 8px !important;
}

.summary-total .summary-label,
.summary-total .summary-value {
    color: white !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

/* Mobile Responsiveness for Summary */
@media (max-width: 768px) {
    .booking-summary-container {
        padding: 15px 10px !important;
    }
    
    .summary-card {
        padding: 15px !important;
    }
    
    .summary-card-header {
        font-size: 14px !important;
    }
    
    .summary-label,
    .summary-value {
        font-size: 12px !important;
    }
    
    .summary-total .summary-label,
    .summary-total .summary-value {
        font-size: 16px !important;
    }
}

/* Navigation Buttons - Consistent Theme Style */
#payment_next_step,
#summary_proceed_payment {
    font-size: 10px !important;
    padding: 5px 10px !important;
    transition: all 0.2s ease !important;
}

#payment_next_step:hover,
#summary_proceed_payment:hover {
    opacity: 0.8 !important;
}

/* ========================================
   Payment Method Cards - Modern UI (Red Theme #FF0037)
   ======================================== */

/* Featured Payment Option - Direct Card Payment */
.featured-payment-option {
    margin-bottom: 15px;
}

.payment-card-featured {
    background: linear-gradient(135deg, #FF0037 0%, #CC0029 100%) !important;
    border: 2px solid #FF0037 !important;
    color: white !important;
    min-height: 70px !important;
    padding: 15px 20px !important;
    box-shadow: 0 4px 15px rgba(255, 0, 55, 0.3) !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 15px !important;
}

.payment-card-featured .payment-icon {
    font-size: 36px !important;
    color: white !important;
    margin-bottom: 0 !important;
}

.payment-card-featured .payment-name-featured {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.payment-brands {
    display: flex;
    gap: 8px;
    margin-left: auto;
    margin-right: 40px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    align-items: center;
}

.payment-brands i {
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
}

.payment-card-featured .payment-name-featured small {
    color: rgba(255, 255, 255, 0.8) !important;
}

.payment-card-featured:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(255, 0, 55, 0.4) !important;
}

.payment-card-featured.selected {
    box-shadow: 0 6px 25px rgba(255, 0, 55, 0.5) !important;
}

.payment-card-featured .payment-check {
    color: white !important;
}

.payment-methods-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 12px;
    margin-bottom: 15px;
    padding: 5px;
}

.payment-method-card {
    position: relative;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px 10px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.payment-method-card:hover {
    border-color: #FF0037;
    box-shadow: 0 2px 8px rgba(255, 0, 55, 0.2);
    transform: translateY(-2px);
}

.payment-method-card.selected {
    border-color: #FF0037;
    background: #FFE6EC;
    box-shadow: 0 4px 12px rgba(255, 0, 55, 0.25);
}

.payment-icon {
    font-size: 28px;
    margin-bottom: 6px;
    color: #555;
    transition: color 0.3s ease;
}

.payment-method-card.selected .payment-icon {
    color: #FF0037;
}

.payment-icon .fab,
.payment-icon .fas {
    display: block;
}

.payment-name {
    font-size: 10px;
    font-weight: 600;
    color: #333;
    margin-top: 4px;
    line-height: 1.2;
}

.payment-check {
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 14px;
    color: #FF0037;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.payment-method-card.selected .payment-check {
    opacity: 1;
}

/* Responsive adjustments for payment cards */
@media (max-width: 576px) {
    .payment-methods-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .payment-method-card {
        padding: 12px 8px;
        min-height: 80px;
    }
    
    .payment-icon {
        font-size: 24px;
    }
    
    .payment-name {
        font-size: 9px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .payment-methods-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

@media (min-width: 769px) {
    .payment-methods-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
    }
}

/* ========================================
   Stripe Card Input Styling - Enhanced
   ======================================== */
#stripe-element {
    background: #f8f9fa;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

#stripe-element.focus {
    border-color: #FF0037;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 55, 0.15);
}

#stripe-element .StripeElement {
    background-color: white;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #dee2e6;
}

#stripe-element .StripeElement--focus {
    border-color: #FF0037;
    box-shadow: 0 0 0 1px #FF0037;
}

#stripe-errors {
    color: #dc3545;
    font-size: 11px;
    margin-top: 8px;
    text-align: center;
}

/* Card Payment Helper Text */
.card-payment-info {
    font-size: 11px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.payment-brands-inline {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-size: 20px;
    color: #2d3436;
}

.payment-brands-inline i {
    opacity: 0.8;
}

.payment-brands-inline i:hover {
    opacity: 1;
}
