/*==============================================
    Legal Pages – Corporate Styling
    EximHost | EXIMHOST LIMITED
==============================================*/

/* ── Wrapper ── */
.terms__content {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #3d3d4e;
    line-height: 1.8;
    max-width: 100%;
}

/* ── Meta info box ── */
.terms__content .legal-meta {
    background: #f5f6fa;
    border: 1px solid #e0e2ec;
    border-left: 4px solid #6b4eff;
    border-radius: 4px;
    padding: 18px 22px;
    margin-bottom: 36px;
    font-size: 13px;
    line-height: 2.1;
    color: #555566;
}
.terms__content .legal-meta dl {
    margin: 0;
}
.terms__content .legal-meta dt {
    float: left;
    clear: left;
    min-width: 150px;
    font-weight: 600;
    color: #1a1a2e;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.terms__content .legal-meta dd {
    margin-left: 160px;
    color: #4a4a5a;
}

/* ── Section headings (h2) ── */
.terms__content h2.title {
    font-size: 11px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #1a1a2e;
    border-bottom: 1.5px solid #6b4eff;
    padding-bottom: 7px;
    margin-top: 40px;
    margin-bottom: 14px;
}
.terms__content h2.title:first-child {
    margin-top: 0;
}

/* ── Subsection headings (h3) ── */
.terms__content h3 {
    font-size: 13px !important;
    font-weight: 700;
    color: #1a1a2e;
    margin-top: 22px;
    margin-bottom: 8px;
}

/* ── Paragraphs ── */
.terms__content p {
    font-size: 14px;
    margin-bottom: 12px;
    color: #4a4a5a;
    line-height: 1.8;
}
.terms__content p.last-info {
    margin-bottom: 0;
}

/* ── Lists ── */
.terms__content ul,
.terms__content ol {
    font-size: 14px;
    padding-left: 22px;
    margin-bottom: 16px;
    color: #4a4a5a;
}
.terms__content li {
    margin-bottom: 5px;
    line-height: 1.75;
}
.terms__content ul li::marker {
    color: #6b4eff;
}

/* ── Tables ── */
.terms__content .legal-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.terms__content .legal-table thead th {
    background: #1a1a2e;
    color: #ffffff;
    padding: 10px 14px;
    text-align: left;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    border: none;
}
.terms__content .legal-table tbody td {
    padding: 9px 14px;
    border-bottom: 1px solid #e8e8f0;
    vertical-align: top;
    color: #4a4a5a;
}
.terms__content .legal-table tbody tr:nth-child(even) td {
    background: #f8f9fc;
}
.terms__content .legal-table tbody tr:last-child td {
    border-bottom: 2px solid #e0e2ec;
}

/* ── Notice boxes ── */
.terms__content .legal-notice {
    display: flex;
    gap: 10px;
    background: #fffbea;
    border: 1px solid #ffe082;
    border-left: 4px solid #ffc107;
    border-radius: 4px;
    padding: 12px 16px;
    margin-bottom: 16px;
    font-size: 13px;
    color: #5a4a00;
    line-height: 1.65;
}
.terms__content .legal-notice.danger {
    background: #fff5f5;
    border-color: #ffcdd2;
    border-left-color: #e53935;
    color: #7b1c1c;
}
.terms__content .legal-notice.info {
    background: #f0f4ff;
    border-color: #c5cef8;
    border-left-color: #6b4eff;
    color: #1a1a6e;
}

/* ── Divider between sections ── */
.terms__content .legal-divider {
    border: none;
    border-top: 1px dashed #dde0ec;
    margin: 32px 0;
}

/* ── Footer links within content ── */
.terms__content a {
    color: #6b4eff;
    text-decoration: none;
}
.terms__content a:hover {
    text-decoration: underline;
}

/* Remove old Accept/Decline block extra margin */
.terms__content-bottom {
    display: none;
}
