/* ========================================
   TERMS & CONDITIONS PAGE STYLES
   ======================================== */

.content-section {
    margin-bottom: 30px;
}

.content-section h3 {
    font-size: 16px;
    color: #4f46e5;
    margin-bottom: 10px;
    font-weight: 600;
}

.content-section p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 10px;
}

.content-section ul {
    margin-left: 20px;
    margin-bottom: 10px;
}

.content-section li {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 5px;
}

.last-updated {
    font-size: 13px;
    color: #94a3b8;
    font-style: italic;
    margin-bottom: 20px;
}

.back-link {
    display: inline-block;
    margin-top: 20px;
    color: #4f46e5;
    text-decoration: none;
    font-weight: 500;
}

.back-link:hover {
    text-decoration: underline;
}

.important-notice {
    background-color: #fef3c7;
    border-left: 4px solid #f59e0b;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.important-notice p {
    color: #92400e;
    font-weight: 500;
    margin: 0;
}
