.policy-page {
    background: #ffffff;
}

.policy-header {
    color: #fff;
    padding-top: 4.5rem;
}

.policy-header h1.display-5 {
    color: #ffffff !important;
    text-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.policy-header .container {
    padding-bottom: 2.5rem;
}

.policy-header svg {
    display: block;
    margin-bottom: -1px;
}

.policy-updated {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.95rem;
}

.policy-content {
    color: #20252b;
    font-family: Cabin, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1.08rem;
    line-height: 1.72;
    margin-bottom: 4.5rem;
}

.policy-content h2,
.policy-content h3,
.policy-content h4 {
    color: #003566;
    font-weight: 700;
    margin: 2rem 0 0.8rem;
}

.policy-content p,
.policy-content ul,
.policy-content ol,
.policy-content blockquote {
    margin-bottom: 1.1rem;
}

.policy-content a {
    color: #003566;
    font-weight: 600;
    text-decoration: underline;
}

.policy-content blockquote {
    border-left: 4px solid #ffc107;
    color: #3b4148;
    padding-left: 1rem;
}
