/* [BEGIN: /home/nxscom/cx-or.com/assets/css/privacy.css] */

/* 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 */
.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; /* Slightly darker than default muted for readability */
}

.policy-content h5 {
    color: #E94057; /* Use primary color for subheadings */
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.policy-content ul {
    padding-left: 1.5rem; /* Standard indent for lists */
    list-style: disc; /* Use standard bullets */
}
.policy-content ul li {
    margin-bottom: 0.5rem;
}

.policy-content a {
    font-weight: 600;
}


/* [END: /home/nxscom/cx-or.com/assets/css/privacy.css] */