.privacy-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 17px 20px 0px 40px;
    color: #2D2D2D;
    font-family: 'Outfit', sans-serif;
}

.privacy-back-button {
    /* width: 10px; */
    top: 118px;
    position: absolute;
}

.privacy-header {
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #EBEBEB;
}

.privacy-title {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 2.24px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 16px;
}

.privacy-toc-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.privacy-last-updated {
    color: #747474;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}

.privacy-intro {
    font-size: 16px;
    line-height: 1.6;
    color: #2D2D2D;
    text-align: center;
}

.privacy-toc {
    background: #EBEBEB;
    padding: 0px 24px 1px 24px;
    border-radius: 12px;
    margin-bottom: 32px;
}

.privacy-toc-title {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
    padding: 12px;
}

.privacy-toc ul {
    list-style: none;
    padding: 0;
}

.privacy-toc li {
    margin-bottom: 12px;
}

.privacy-toc a {
    color: #2D2D2D;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.privacy-toc a:hover {
    color: #48B825;
}

.privacy-section {
    margin-bottom: 40px;
}

.privacy-section-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #2D2D2D;
}

.privacy-section p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px;
    color: #2D2D2D;
}

.privacy-section ul {
    list-style-type: disc;
    padding-left: 24px;
    margin-bottom: 16px;
}

.privacy-section li {
    margin-bottom: 12px;
    line-height: 1.6;
}

.privacy-section strong {
    font-weight: 600;
    color: #2D2D2D;
}

.privacy-section a {
    color: #48B825;
    text-decoration: none;
    transition: color 0.3s ease;
}

.privacy-section a:hover {
    text-decoration: underline;
}

.privacy-section em {
    /* font-style: italic; */
    /* color: #48B825; */
    font-weight: 600;
}

@media (max-width: 768px) {
    .privacy-container {
        padding: 20px 16px;
    }

    .privacy-title {
        font-size: 24px;
    }

    .privacy-section-title {
        font-size: 20px;
    }

    .privacy-toc {
        padding: 16px;
    }
}