.vlesg-generator {
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    margin: 1.5rem 0;
    padding: 1.25rem;
}

.vlesg-heading {
    margin-top: 0;
}

.vlesg-intro p:first-child {
    margin-top: 0;
}

.vlesg-layout {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: minmax(240px, 0.9fr) minmax(280px, 1.1fr);
}

.vlesg-form-row {
    margin-bottom: 0.9rem;
}

.vlesg-form-row label,
.vlesg-choice-group legend {
    display: block;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.vlesg-form-row input,
.vlesg-form-row textarea {
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
}

.vlesg-form-row textarea {
    min-height: 88px;
}

.vlesg-choice-group {
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    margin: 0 0 0.9rem;
    padding: 0.75rem;
}

.vlesg-choice {
    display: block;
    margin: 0.35rem 0;
}

.vlesg-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

.vlesg-copy-button {
    cursor: pointer;
}

.vlesg-status {
    font-weight: 700;
}

.vlesg-preview-wrap h3 {
    margin-top: 0;
}

.vlesg-preview {
    background: #fff;
    border: 1px dashed #b8b8b8;
    border-radius: 6px;
    min-height: 100px;
    overflow-x: auto;
    padding: 1rem;
}

.vlesg-help {
    color: #555;
    font-size: 0.9em;
    margin-bottom: 0;
}

@media (max-width: 800px) {
    .vlesg-layout {
        grid-template-columns: 1fr;
    }
}
