/* LLM Info Page Styles */

.llms-info-page {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.llms-info-label {
    font-size: 13px;
    color: #427AA1;
    margin-bottom: 4px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.llms-info-title {
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    border-bottom: 3px solid #FC0606;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 8px;
}

.llms-info-meta {
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 32px;
}

.llms-info-intro {
    line-height: 1.7;
    margin-bottom: 32px;
}

.llms-info-divider {
    border: none;
    border-top: 1px solid #D1D1D1;
    margin: 32px 0;
}

.llms-info-section-title {
    font-size: 20px;
    font-weight: 700;
    color: #FC0606;
    border-bottom: 3px solid #FC0606;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 32px;
}

.llms-info-subsection-title {
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 8px;
    margin-bottom: 14px;
    margin-top: 28px;
}

.llms-info-page p {
    line-height: 1.7;
    margin-bottom: 14px;
    color: #ffffff;
}

.llms-info-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    margin-bottom: 28px;
    color: #ffffff;
}

.llms-info-table tr {
    border-bottom: 1px solid #D1D1D1;
}

.llms-info-table td,
.llms-info-table th {
    padding: 10px;
    text-align: left;
}

.llms-info-table-label {
    font-weight: 700;
    width: 40%;
}

.llms-info-table-with-header thead tr {
    background-color: rgba(255, 255, 255, 0.1);
}

.llms-info-table-with-header th {
    font-weight: 700;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 12px 10px;
}

.llms-info-link {
    color: #FC0606;
    text-decoration: none;
}

.llms-info-link:hover {
    text-decoration: underline;
}

.llms-info-faq-question {
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 8px;
    margin-bottom: 10px;
    margin-top: 24px;
}

.llms-info-faq-answer {
    line-height: 1.7;
    margin-bottom: 24px;
    color: #ffffff;
}

.llms-info-footer-note {
    font-size: 12px;
    color: #999;
    line-height: 1.6;
    margin-top: 20px;
}

.llms-info-footer-link {
    color: #999;
    text-decoration: none;
}

.llms-info-footer-link:hover {
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .llms-info-title {
        font-size: 24px;
    }

    .llms-info-section-title {
        font-size: 18px;
    }

    .llms-info-subsection-title,
    .llms-info-faq-question {
        font-size: 16px;
    }

    .llms-info-table {
        font-size: 14px;
    }

    .llms-info-table td,
    .llms-info-table th {
        padding: 8px;
    }

    .llms-info-table-label {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .llms-info-title {
        font-size: 20px;
    }

    .llms-info-section-title {
        font-size: 16px;
    }

    .llms-info-table {
        font-size: 13px;
    }

    .llms-info-table td,
    .llms-info-table th {
        padding: 6px;
    }
}