.ktysonlaw-page-builder {
    margin: 20px 0;
}

.template-selection {
    background: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.template-selection select {
    margin-right: 10px;
    min-width: 200px;
}

.sections-container {
    min-height: 100px;
}

.section-card {
    background: #fff;
    border: 1px solid #ccd0d4;
    margin-bottom: 20px;
    border-radius: 4px;
}

.section-header {
    background: #f9f9f9;
    padding: 15px;
    border-bottom: 1px solid #ccd0d4;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-header h3 {
    margin: 0;
    font-size: 16px;
}

.section-actions {
    display: flex;
    gap: 5px;
}

.section-body {
    padding: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.image-upload-wrapper,
.link-field-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.image-upload-wrapper input,
.link-field-wrapper input {
    flex: 1;
}

.image-preview img {
    border: 1px solid #ddd;
    padding: 3px;
    background: #fff;
}

.no-sections {
    text-align: center;
    padding: 40px;
    background: #f9f9f9;
    border: 2px dashed #ddd;
    color: #666;
}

.button-link-delete {
    color: #b32d2e;
}

.button-link-delete:hover {
    color: #dc3232;
}