/* =====================================
   DISCLAIMER PAGE STYLE
   ===================================== */

/* Card base */
.disclaimer-card {
    border-radius: 10px;
    background-color: #ffffff;
}

/* Header */
.disclaimer-card .card-header {
    background-color: #003358 !important;
    border-bottom: none;
    padding: 16px 24px;
}

.disclaimer-card .card-header h1 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
}

/* Body */
.disclaimer-card .card-body {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #333;
}

/* Paragraphs */
.disclaimer-card p {
    margin-bottom: 14px;
    color: #444;
}

/* Section headings */
.disclaimer-card h5 {
    margin-top: 26px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #003358;
}

/* Alerts */
.disclaimer-card .alert {
    font-size: 0.9rem;
    border-radius: 6px;
}

/* =====================================
   RESPONSIVE ADJUSTMENTS
   ===================================== */

@media (max-width: 576px) {

    .disclaimer-card .card-header {
        padding: 14px 16px;
    }

    .disclaimer-card .card-header h1 {
        font-size: 1.1rem;
    }

    .disclaimer-card .card-body {
        padding: 20px 18px !important;
        font-size: 0.92rem;
    }

    .disclaimer-card h5 {
        font-size: 1rem;
        margin-top: 20px;
    }
}

/* Soft shadow */
.disclaimer-card.shadow-sm {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06) !important;
}
