.section-title {
    margin-bottom: 20px;
}

.form-label {
    font-weight: bold;
    display: block;
    margin-top: 20px;
    margin-bottom: 5px;
}

.json-input {
    width: 95%;
    height: 300px;
    font-family: monospace;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
    resize: vertical;
}

