/**
 * Stili per l'area amministrativa del plugin
 *
 * @since      1.0.0
 */

.awb-admin-header {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.awb-admin-header h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.awb-admin-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.awb-form-table th {
    width: 200px;
    padding: 15px 10px 15px 0;
}

.awb-preview-container {
    margin-top: 20px;
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.awb-preview-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

#bottch_custom_icon_preview {
    margin-top: 10px;
}

#bottch_custom_icon_preview img {
    max-width: 50px;
    height: auto;
}

.awb-position-options {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 10px;
}

.awb-position-option {
    margin-bottom: 15px;
}

.awb-position-option label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.awb-position-option input[type="number"] {
    width: 80px;
}

.awb-position-option span {
    margin-left: 5px;
} 