/* T&C Widget Styles */
.tc-b348ca31-container {
    padding: 4rem 1.5rem;
    font-family: inherit;
}

.tc-b348ca31-inner {
    max-width: 42rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

/* Typography Defaults */
.tc-b348ca31-heading {
    margin: 0 0 1rem 0;
    font-weight: 600;
    line-height: 1.3;
}

.tc-b348ca31-text {
    font-size: 1rem;
    line-height: 1.7;
    margin: 0 0 1rem 0;
}

/* Hero */
.tc-b348ca31-hero {
    margin-bottom: 3rem;
}

.tc-b348ca31-marker {
    display: inline-block;
    background: rgba(243, 154, 46, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.tc-b348ca31-main-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.tc-b348ca31-intro {
    font-size: 1.125rem;
}

/* TOC */
.tc-b348ca31-toc {
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 0.5rem;
    margin-bottom: 3rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.tc-b348ca31-toc-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.tc-b348ca31-toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.tc-b348ca31-toc-link {
    text-decoration: none;
    font-weight: 500;
    transition: opacity 0.2s;
}

.tc-b348ca31-toc-link:hover {
    opacity: 0.8;
}

/* Sections */
.tc-b348ca31-section {
    margin-bottom: 3rem;
    scroll-margin-top: 2rem;
}

.tc-b348ca31-section-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.tc-b348ca31-section-content p {
    margin-bottom: 1rem;
}

.tc-b348ca31-section-content em {
    font-style: italic;
    font-weight: 500;
}

/* Buttons */
.tc-b348ca31-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}

.tc-b348ca31-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
}

.tc-b348ca31-btn-solid {
    color: #ffffff !important;
}

.tc-b348ca31-btn-solid:hover {
    opacity: 0.9;
}

.tc-b348ca31-btn-outline {
    background: transparent;
    border-width: 2px;
    border-style: solid;
}

.tc-b348ca31-btn-outline:hover {
    background: rgba(0,0,0,0.05);
}

/* Footer */
.tc-b348ca31-divider {
    border: 0;
    height: 1px;
    background: #E0E0E0;
    margin: 1rem 0 2rem 0;
}

.tc-b348ca31-last-updated {
    font-size: 0.875rem;
    font-style: italic;
    opacity: 0.8;
}
