.terms-container {
    padding: 6rem 1.5rem;
    max-width: 41rem;
    margin: 0 auto;
}

.terms-title {
    color: var(--Negro, #121212);
    font-family: Urbanist;
    font-size:  2rem;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    margin-bottom: 1.5rem;
    text-align: center;
}

.terms-section-title {
    color: var(--Negro, #121212);
    font-family: Urbanist;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.terms-text {
    color: var(--Negro, #121212);
    font-family: Urbanist;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    margin-bottom: 1rem;
}

.terms-text strong {
    font-weight: 800;
}

ul.terms-text {
    list-style-type: disc !important;
    padding-left: 1.5rem !important;
    margin-bottom: 1rem;
}

ul.terms-text li {
    margin-bottom: 0.5rem;
    list-style-type: disc !important;
    display: list-item !important;
}

ul.terms-text ul {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
}

ul.terms-text ul li {
    margin-bottom: 0.25rem;
    list-style-type: circle !important;
}

.terms-providers-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    margin: 2rem 0;
}

/* Cookies table specific styles */
.terms-cookies-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 1rem;
    margin: 2rem calc(-50vw + 50%);
    padding: 0 10rem;
    min-width: 800px;
}

.terms-cookies-header {
    display: contents;
}

.terms-cookies-row {
    display: contents;
}

.terms-cookies-cell {
    padding: 0.75rem 0;
    font-family: Urbanist;
    font-size: 1rem;
    font-weight: 400;
    line-height: 110%;
    color: var(--Negro, #121212);
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.terms-cookies-header .terms-cookies-cell {
    font-weight: 800;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 1rem;
}

@media (max-width: 768px) {
    .terms-cookies-wrapper {
        margin: 2rem -1.5rem;
        padding: 0 1.5rem;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .terms-cookies-grid {
        padding: 0 2rem;
        min-width: 800px;
    }
    
    .terms-cookies-cell {
        min-width: 120px;
        padding: 1.5rem 0.5rem;
        white-space: normal;
        word-wrap: break-word;
        height: auto;
    }
}

.terms-providers-header {
    display: contents;
}

.terms-providers-row {
    display: contents;
}

.terms-providers-cell {
    padding: 0.75rem 0;
    font-family: Urbanist;
    font-size: 1rem;
    font-weight: 400;
    line-height: 110%;
    color: var(--Negro, #121212);
}

.terms-providers-header .terms-providers-cell {
    font-weight: 800;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 1rem;
}

.terms-link {
    color: var(--Negro, #121212);
    font-family: Urbanist;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}