/**
 * Product Admin Styles
 */

/* Product Tab Content */
#mmscw_product_data .options_group {
    padding: 15px;
}

#mmscw_product_data .options_group > p.form-field:first-child {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

#mmscw_product_data .options_group > p.form-field:first-child strong {
    color: #1d2327;
    font-size: 14px;
}

/* Variation Fields */
.mmscw-variation-fields {
    background: #f9f9f9;
    padding: 15px;
    margin: 15px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.mmscw-variation-fields h4 {
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
    color: #1d2327;
    font-size: 13px;
}

.mmscw-variation-fields .form-row {
    margin-bottom: 10px;
}

/* Input Field Enhancements */
#mmscw_product_data input[type="number"] {
    width: 100%;
    max-width: 250px;
}

/* Help Text */
#mmscw_product_data .description {
    font-style: italic;
    color: #646970;
}

/* Field Focus State */
.mmscw-field-focused {
    background: #f0f6fc;
    transition: background 0.2s ease;
    padding: 5px;
    margin: -5px;
    border-radius: 3px;
}

/* Debug Notice Styling */
.notice.mmscw-debug-notice {
    background: #fff3cd;
    border-left-color: #ffc107;
}

.notice.mmscw-debug-notice p {
    margin: 0.5em 0;
    padding: 2px;
}

/* Responsive */
@media screen and (max-width: 782px) {
    #mmscw_product_data input[type="number"] {
        max-width: 100%;
    }
}