.select-with-arrow {
    position: relative;
}

.select-with-arrow .select-arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #6c757d;
}

.select-with-arrow select {
    padding-right: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Loyaliteitspunten-select: breed genoeg voor "X punten (€Y)" */
.select-with-arrow select[name="loyalty_points"] {
    min-width: 280px;
    max-width: 100%;
}

/* Checkout: eenheid in card-styling (schaduw, radius, padding) */
.page-section-white .card.shadow-sm,
.page-section-white .card.border-0 {
    border-radius: 0.5rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.06);
}
.page-section-white .card .card-body {
    padding: 1.25rem 1.5rem;
}
@media (min-width: 992px) {
    .page-section-white .card .card-body {
        padding: 1.5rem 2rem;
    }
}
.page-section-white .card .card-body h3.h5,
.page-section-white .card .card-body h3.h6 {
    color: #212934;
    font-weight: 600;
}
.page-section-white .card .d-flex.justify-content-between.mb-2,
.page-section-white .card tfoot tr {
    color: #495057;
}
.page-section-white .card tfoot tr.fw-bold {
    color: #212934;
}

/* Mobile: voldoende tap-doel en leesbaarheid op checkout */
@media (max-width: 991.98px) {
    .page-section-white .card .card-body {
        padding: 1rem 1.25rem;
    }
    .page-section-white .card .btn {
        min-height: 44px;
        padding: 0.6rem 1rem;
    }
    .page-section-white .select-with-arrow select[name="loyalty_points"] {
        min-width: 100%;
    }
}

/* Betaalmethode-blok: groene card in light mode, grijze achtergrond */
.checkout-payment-method-block {
    border-color: rgba(0, 0, 0, 0.12) !important;
}
.checkout-payment-card {
    background-color: #f8f9fa;
    border-width: 2px !important;
    border-color: #198754 !important;
    box-shadow: 0 2px 12px rgba(25, 135, 84, 0.15);
}
.checkout-payment-card .checkout-payment-method-title,
.checkout-payment-card .checkout-payment-method-title i,
.checkout-payment-card .checkout-payment-method-title .fa {
    color: #198754 !important;
}
.checkout-payment-card .small.text-muted {
    color: #198754 !important;
    opacity: 0.9;
}
.checkout-payment-method-block .checkout-payment-method-title {
    font-size: 1rem;
}
.checkout-payment-method-block .form-select-lg {
    font-size: 1rem;
    padding: 0.5rem 2.25rem 0.5rem 0.75rem;
}

/* Checkout success (done) pagina */
.checkout-done-hero .checkout-done-icon {
    font-size: 3.5rem;
}
.checkout-done-hero .card-body {
    border-radius: 0.5rem;
}
.object-fit-cover {
    object-fit: cover;
}
