#tnc-container {
    width: 100%;
    padding: 5% 10% 0 10%;
    font-family: 'Montserrat', sans-serif;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1.5rem;
    box-sizing: border-box;
}

#tnc-container a {
    width: max-content;
    color: rgba(255, 255, 255, 0.8);
}

.tnc-wrapper {
    width: 100%;
    margin: 0 auto;
}

.tnc-header {
    text-align: center;
    margin-bottom: 60px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    padding-bottom: 40px;
}

.tnc-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: rgba(255, 235, 59, 0.5);
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.tnc-company-details {
    font-size: 1rem;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.8);
}

.tnc-dates {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
}

/* Table of Contents */
.tnc-toc {
    background-color: rgba(255, 235, 59, 0.1);
    padding: 30px;
    margin-bottom: 50px;
    border-radius: 8px;
    border: 1px solid var(--tnc-border);
}

.tnc-toc h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.tnc-toc ul {
    list-style: none;
    padding: 0;
    columns: 2;
    /* Creates two columns for TOC */
}

.tnc-toc li {
    margin-bottom: 8px;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
}

/* Content Sections */
.tnc-section {
    margin-bottom: 50px;
}

.tnc-section h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: rgba(255, 235, 59, 0.5);
    margin-bottom: 20px;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.tnc-section h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: rgba;
    margin-top: 25px;
    margin-bottom: 10px;
}

.tnc-section p {
    margin-bottom: 15px;
    text-align: justify;
}

/* Lists and Definitions */
.tnc-list,
.tnc-definitions {
    margin-left: 20px;
    margin-bottom: 20px;
}

.tnc-list li {
    list-style-type: disc;
    margin-bottom: 8px;
    padding-left: 5px;
}

.tnc-definitions li {
    list-style-type: none;
    margin-bottom: 12px;
}