

.cm-breadcrumb-section {
    max-width: 100%;
    margin: 0 auto;
    padding: 80px 20px;
    padding-top: 120px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background-image: url(../img/ContactUsheader.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cm-page-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.cm-breadcrumb-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.cm-breadcrumb-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.95rem;
}

.cm-breadcrumb-item {
    display: flex;
    align-items: center;
}

.cm-breadcrumb-link {
    color: #ffffff;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.cm-breadcrumb-link:hover {
    color: #d1d1d1;
}

.cm-breadcrumb-current {
    color: #ffffff;
    font-weight: 500;
    padding: 8px 12px;
}

.cm-breadcrumb-separator {
    color: #ffffff;
    margin: 0 4px;
    font-size: 22px;
    font-weight: 800;
}

@media (max-width: 768px) {
    .cm-page-title {
        font-size: 2rem;
    }

    .cm-breadcrumb-section {
        padding: 30px 15px;
    }

    .cm-breadcrumb-list {
        font-size: 0.85rem;
    }

    .cm-breadcrumb-link,
    .cm-breadcrumb-current {
        padding: 6px 8px;
    }
}

/* Sections */
.section {
    padding: 60px 0;
}

.section.about-header {
    padding-top: 40px;
}

/* Typography matching original */
.display-h2 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 24px;
    color: #ffffff;
}

.display-h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #ffffff;
    margin-top: 40px;
}

.highlight-text {
    /* background: linear-gradient(120deg, #f0f0f0 0%, #e0e0e0 100%); */
    padding: 2px 8px;
    border-radius: 4px;
}

.large-paragraph {
    font-size: 18px;
    line-height: 1.7;
    color: #ffffff;
    margin-bottom: 40px;
}

.paragraph {
    font-size: 16px;
    line-height: 1.8;
    color: #ffffff;
    margin-bottom: 20px;
}

.t---neutral-10 {
    color: #ffffff;
}

/* Content wrapper */
.page-header-wrap {
    margin-bottom: 40px;
}

.privacy-content-wrap {
    max-width: 900px;
    margin: 0 auto;
}

/* List styling */
.privacy-list {
    margin: 20px 0;
    padding-left: 24px;
}

.privacy-list li {
    color: #ffffff;
    margin-bottom: 12px;
    line-height: 1.8;
    list-style-type: disc;
}

/* Divider */
.divider-line {
    /* height: 1px;
    background: #f0f0f0;
    margin: 40px 0; */
    display: none;
}

.bg---neutral-03 {
    background: #f0f0f0;
}

/* Last updated text */
.last-updated {
    font-size: 14px;
    color: #999;
    font-style: italic;
    margin-bottom: 40px;
}