.modal-content {
    border: 1px solid var(--cv-border, #e2e8f0);
    border-radius: var(--cv-radius-lg, 0.75rem);
    box-shadow: var(--cv-shadow-lg);
}

.modal-backdrop.show {
    opacity: 0.55;
}

#cookieModal.modal.show {
    z-index: 1070;
}

#postcodeModal.modal.show {
    z-index: 1060;
}

.modal-header {
    border: none;
    padding: 1.25rem 1.5rem 0.5rem;
}

.modal-footer {
    border: none;
    padding: 0.75rem 1.5rem 1.25rem;
    gap: 0.5rem;
}

#btnCookieDecline,
#btnCookieDecline:active,
#btnCookieDecline:after,
#btnCookieDecline:focus,
#btnCookieDecline:hover {
    background: none;
    border: none;
    box-shadow: none;
    color: var(--cv-text-muted, #64748b);
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 2px;
}

#cookieModal h2,
#postcodeModal h2 {
    font-family: cv-header-bold, sans-serif;
    font-size: 1.25rem;
    line-height: 1.3;
    color: var(--cv-primary-dark, #002a48);
}

#cookieModal p,
#postcodeModal p {
    font-family: cv-text-normal, sans-serif;
    font-size: 0.9375rem;
    color: var(--cv-text, #1e293b);
    line-height: 1.6;
}

#cookieModal .btn-primary,
#postcodeModal .btn-primary,
#cookieModal .btn-success,
#postcodeModal .btn-success {
    font-weight: 600;
    border-radius: var(--cv-radius, 0.5rem);
    padding: 0.5rem 1.25rem;
}
