/* Shared legal page styles. Breadcrumb styling remains in breadcrumb.css. */
.dm-legal-section {
    background: #f4f8fa;
}

.dm-legal-card {
    padding: 2.7rem 3rem;
    border: 1px solid #e1ebf0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(18, 59, 93, .08);
}

.dm-legal-eyebrow {
    display: inline-block;
    margin-bottom: .65rem;
    color: #168b8b;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.dm-legal-title {
    margin-bottom: .45rem;
    color: #123b5d;
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.dm-legal-updated {
    margin-bottom: 1.8rem;
    color: #168b8b !important;
    font-size: .82rem !important;
    font-weight: 600;
    letter-spacing: 1px;
}

.dm-legal-card p,
.dm-legal-card li {
    color: #5e707e;
    font-size: .98rem;
    line-height: 1.85;
    letter-spacing: 1px;
}

.dm-legal-card h3 {
    margin: 1.8rem 0 .6rem;
    color: #123b5d;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.dm-legal-card a {
    color: #168b8b;
    font-weight: 600;
    text-decoration: none;
}

.dm-legal-card a:hover {
    color: #0f6f70;
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .dm-legal-card {
        padding: 1.6rem 1.25rem;
    }

    .dm-legal-title {
        font-size: 1.8rem;
    }
}