/* Fulfillment Modal Styles */
.fulfillment-modal {
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.fulfillment-modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 0;
    border: 1px solid #888;
    width: 500px;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.fulfillment-modal-header {
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fulfillment-modal-header h3 {
    margin: 0;
}

.fulfillment-modal-close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.fulfillment-modal-close:hover {
    color: #000;
}

.fulfillment-modal-body {
    padding: 20px;
}

.fulfillment-options {
    margin-top: 15px;
}

.fulfillment-option {
    display: block;
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
}

.fulfillment-option:hover {
    background-color: #f9f9f9;
}

.fulfillment-option input[type="radio"] {
    margin-right: 10px;
    height: 16px;
}

.fulfillment-option-text {
    display: inline-block;
    vertical-align: top;
}

.fulfillment-option-text strong {
    display: block;
    margin-bottom: 5px;
}

.fulfillment-option-text span {
    color: #666;
    font-size: 13px;
}

.fulfillment-modal-footer {
    padding: 15px 20px;
    border-top: 1px solid #ddd;
    text-align: right;
}

.fulfillment-modal-footer .button {
    margin-left: 10px;
}

/* Fulfillment Sync Section Styles */
.fulfillment-sync-section {
    margin-top: 20px;
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.fulfillment-sync-section h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.fulfillment-sync-section p {
    margin-bottom: 15px;
    color: #666;
}

.fulfillment-sync-section .button {
    margin-right: 10px;
}

#sync-status {
    margin-top: 10px;
}

/* Product Bosta SKU Field Styles */
.woocommerce_options_panel .form-field._bosta_sku_field {
    padding: 10px 20px 10px 162px !important;
}

.woocommerce_options_panel .form-field._bosta_sku_field label {
    font-weight: 600;
    margin-bottom: 5px;
}

.woocommerce_options_panel .form-field._bosta_sku_field input {
    width: 100%;
    max-width: 400px;
}

/* Variable Product Variation Bosta SKU Field Styles */
.variations_options .form-row.form-row-full h4 {
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: 600;
    color: #23282d;
}

.variations_options .form-row.form-row-full .form-field {
    margin-bottom: 15px;
}

.variations_options .form-row.form-row-full .form-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    color: #23282d;
}

.variations_options .form-row.form-row-full .form-field input {
    width: 100%;
    max-width: 300px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.variations_options .form-row.form-row-full .form-field input:focus {
    border-color: #0073aa;
    box-shadow: 0 0 0 1px #0073aa;
    outline: none;
}

.variations_options .form-row.form-row-full .form-field .description {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #666;
    font-style: italic;
}

/* Fulfillment cache info styling */
.fulfillment-cache-info {
    margin-top: 15px;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.fulfillment-cache-info p {
    margin: 0;
    font-size: 12px;
    color: #666;
}

.fulfillment-cache-info button {
    vertical-align: middle;
}
