/* Terms of Service Styling */
.terms-container {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.6;
}

.terms-intro {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.terms-section-title {
    color: #003366; /* Primary Color */
    font-size: 1.25rem;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
    border-left: 4px solid #003366;
    padding-left: 10px;
}

.terms-container p {
    margin-bottom: 15px;
    text-align: justify;
}

.terms-container ul {
    margin-bottom: 20px;
    padding-left: 25px;
}

.terms-container li {
    margin-bottom: 8px;
}

.terms-container strong {
    color: #002244;
}

.contact-list {
    list-style: none;
    padding-left: 0 !important;
    background: #f8f9fa;
    padding: 15px !important;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.contact-list li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.contact-list li strong {
    min-width: 80px;
    display: inline-block;
}

/* Scrollbar styling for modal */
.terms-formatted::-webkit-scrollbar {
    width: 8px;
}
.terms-formatted::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
.terms-formatted::-webkit-scrollbar-thumb {
    background: #ccc; 
    border-radius: 4px;
}
.terms-formatted::-webkit-scrollbar-thumb:hover {
    background: #aaa; 
}
