/* [BEGIN: /home/nxscom/cx-or.com/assets/css/terms.css] */

/* Inherits styles from privacy.css if the structure is similar */
/* Add any terms-specific overrides here if needed */

/* Page Header Specific Styles */
.page-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.page-header h1 {
    color: #343a40;
}

.page-header .fa-stack i.fa-stack-1x {
    font-size: 0.8em;
    margin-top: 0.1em;
}

/* Policy Content Section - Styling identical to privacy.css example */
.policy-content .card {
    border-radius: 0.5rem;
}

.policy-content .card-title {
    color: #343a40;
}

.policy-content p,
.policy-content ul {
    line-height: 1.7;
    color: #495057;
}

.policy-content h5 {
    color: #E94057;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.policy-content ul {
    padding-left: 1.5rem;
    list-style: disc;
}
.policy-content ul li {
    margin-bottom: 0.5rem;
}

.policy-content a {
    font-weight: 600;
}


/* [END: /home/nxscom/cx-or.com/assets/css/terms.css] */