/* CSS for Static Informational Pages (About, Contact, Guidelines, Privacy, Terms) */

.static-main {
    background-color: #fff;
    padding: 20px 0;
    font-family: var(--font-family);
    color: #333;
}

.static-breadcrumb {
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

.static-breadcrumb a {
    color: #0000ee;
    text-decoration: none;
}

.static-breadcrumb a:hover {
    text-decoration: underline;
}

.static-title {
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
}

.static-divider {
    border: none;
    border-bottom: 2px solid #ccc;
    margin-bottom: 20px;
}

.static-content p {
    font-size: 15px;
    line-height: 1.45;
    margin-bottom: 12px;
}

.static-content strong {
    font-weight: bold;
    color: #000;
}

.static-content h2 {
    font-size: 18px;
    color: #0044cc; /* Matching the blue title from image */
    margin-top: 30px;
    margin-bottom: 10px;
}

.static-content ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 15px;
}

.static-content ul li {
    font-size: 15px;
    line-height: 1.45;
    margin-bottom: 8px;
}

.static-content .section-intro {
    font-size: 16px;
    color: #111;
    margin-bottom: 14px;
}

.contact-help-box {
    border-left: 4px solid #1e40af;
    background: #f8fbff;
    padding: 14px;
    margin: 14px 0;
}

.contact-help-box.warning {
    border-left-color: #d97706;
    background: #fff8ec;
}

.contact-help-box.info {
    border-left-color: #2563eb;
    background: #eff6ff;
}

.contact-help-box.danger {
    border-left-color: #dc2626;
    background: #fef2f2;
}

.contact-help-box h3 {
    margin: 0 0 8px;
    font-size: 16px;
    color: #0f172a;
}

.contact-help-box p,
.contact-help-box li {
    font-size: 14px;
    margin-bottom: 6px;
}

.static-content .small-note {
    font-size: 13px;
    color: #555;
}

.static-box {
    background-color: #f7f9fc;
    border: 1px solid #e2e8f0;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.static-box h3 {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}

.static-box a {
    color: #0000ee;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.static-box a:hover {
    text-decoration: underline;
}

.static-footer-note {
    font-size: 12px;
    color: #666;
    text-align: left;
    margin-top: 30px;
    padding-bottom: 20px;
}
