/* =====================================
   CANCELLATION & REFUND POLICY
   ===================================== */

.cancellation-card {
    border-radius: 10px;
    background-color: #ffffff;
}

/* Header */
.cancellation-card .card-header {
    background-color: #003358 !important;
    border-bottom: none;
    padding: 16px 24px;
}

.cancellation-card .card-header h1 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
}

/* Body */
.cancellation-card .card-body {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #333;
}

/* Paragraph */
.cancellation-card p {
    margin-bottom: 14px;
    color: #444;
}

/* Section headings */
.cancellation-card h5 {
    margin-top: 26px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #003358;
}

/* Lists */
.cancellation-card ul {
    padding-left: 1.25rem;
    margin-bottom: 16px;
}

.cancellation-card ul li {
    margin-bottom: 8px;
    color: #444;
}

/* Alert */
.cancellation-card .alert {
    font-size: 0.9rem;
    border-radius: 6px;
}

/* Links */
.cancellation-card a {
    color: #003358;
    font-weight: 600;
    text-decoration: none;
}

.cancellation-card a:hover {
    text-decoration: underline;
}

/* =====================================
   RESPONSIVE
   ===================================== */

@media (max-width: 576px) {

    .cancellation-card .card-header {
        padding: 14px 16px;
    }

    .cancellation-card .card-header h1 {
        font-size: 1.1rem;
    }

    .cancellation-card .card-body {
        padding: 20px 18px !important;
        font-size: 0.92rem;
    }

    .cancellation-card h5 {
        font-size: 1rem;
        margin-top: 20px;
    }
}

/* Soft shadow */
.cancellation-card.shadow-sm {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06) !important;
}
