/**
 * Admin styles for Guest Checkout Account Creator
 */

.woocommerce table.form-table .gueschac-settings-help {
    font-style: italic;
    color: #666;
    margin: 5px 0 0;
}

.woocommerce table.form-table textarea#gueschac_settings\[email_content\] {
    font-family: monospace;
    white-space: pre-wrap;
}

.woocommerce table.form-table .description {
    margin-top: 8px;
    line-height: 1.5;
}

.gueschac-placeholder-list {
    background: #f8f8f8;
    padding: 10px 15px;
    border-left: 4px solid #007cba;
    margin: 10px 0;
}

.gueschac-placeholder-list code {
    background: #fff;
    padding: 2px 5px;
    margin: 0 2px;
}

/* Status indicators */
.gueschac-status {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
}

.gueschac-status-success {
    background-color: #dff0d8;
    color: #3c763d;
}

.gueschac-status-error {
    background-color: #f2dede;
    color: #a94442;
}

/* Settings form enhancements */
.woocommerce table.form-table fieldset {
    margin-top: 8px;
}

.woocommerce table.form-table .gueschac-number-field {
    width: 100px;
}

/* Responsive enhancements */
@media screen and (max-width: 782px) {
    .woocommerce table.form-table textarea#gueschac_settings\[email_content\] {
        width: 100%;
    }
    
    .woocommerce table.form-table .gueschac-number-field {
        width: 100%;
    }
}
