/**
 * Repetito Admin Styles
 * Styles for the WordPress admin interface
 */

/* Service Active Checkbox Styling */
.service-active-label {
    display: block;
    margin-bottom: 10px;
}

.service-active-label input[type="checkbox"] {
    margin-right: 10px;
}

.service-active-text {
    font-size: 1.2em;
    font-weight: 600;
}

/* Package Selection Styling */
.repetito-package-checkbox {
    display: block;
    margin-bottom: 8px;
}

.repetito-package-checkbox strong {
    margin-left: 5px;
}

/* Settings Form Styling */
.repetito-settings-form .form-table th {
    width: 220px;
}

/* Exclusion Section Info Box */
.repetito-info-box {
    background: #fff;
    border: 1px solid #c3c4c7;
    border-left: 4px solid #2271b1;
    padding: 15px;
    margin: 15px 0;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.repetito-info-box h3 {
    margin-top: 0;
    color: #2271b1;
}

.repetito-info-box .dashicons {
    font-size: 20px;
    vertical-align: middle;
}

.repetito-info-box p {
    font-size: 14px;
    line-height: 1.6;
}

.repetito-info-box ol {
    font-size: 14px;
    line-height: 1.8;
    margin-left: 20px;
}

.repetito-info-box code {
    background: #f0f0f1;
    padding: 2px 6px;
    border-radius: 3px;
}

.repetito-info-box .button {
    margin-top: 15px;
}

.repetito-info-box .button .dashicons {
    vertical-align: middle;
    margin-top: 4px;
}

.repetito-info-box .description {
    font-size: 13px;
    color: #646970;
    font-style: italic;
    margin-top: 15px;
    margin-bottom: 0;
}

