.theseo-llms-admin .form-table th {
    padding-top: 12px;
}

.theseo-llms-admin .form-table td {
    padding-top: 8px;
}

.theseo-llms-admin .description {
    font-size: 12px;
    color: #555;
}

.theseo-llms-panel {
    background: #0B111C;
    border: 1px solid rgba(0, 0, 0, .18);
    border-radius: 10px;
    padding: 15px 18px;
    margin-top: 20px;
    color: #EAF0FF;
}

.theseo-llms-panel strong {
    color: #F0C041;
}

.theseo-llms-panel a {
    color: #7EB0FF;
    text-decoration: none;
}

/* Preview blok */
.theseo-llms-preview {
    background: #111;
    color: #eee;
    padding: 15px;
    border-radius: 6px;
    max-height: 300px;
    overflow: auto;
    font-family: Menlo, Consolas, Monaco, "Courier New", monospace;
    font-size: 12px;
}

/* Aandachtspunten */
.theseo-llms-warnings ul {
    margin: 0 0 12px 18px;
    list-style: disc;
}

.theseo-llms-warnings li {
    margin: 2px 0;
}

.theseo-llms-admin .form-table textarea.code {
    font-size: 12px;
    line-height: 1.5;
}

.theseo-llms-panel p {
    margin: 0;
    line-height: 1.6;
}
