/**
 * Frontend styles for WooCommerce Custom Shipping Label
 */

/* Reseller fields on checkout */
#reseller_checkbox_field {
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f8f8;
    border-radius: 3px;
}

#reseller_fields {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
}

/* Shipping label buttons on "my account" page */
.shipping-label-buttons {
    margin-top: 20px;
    border: 1px solid #ddd;
    padding: 15px;
    background: #f8f8f8;
    border-radius: 4px;
}

.shipping-label-buttons h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.button-shipping-label {
    margin-right: 10px !important;
    margin-bottom: 10px !important;
    display: inline-block;
}

/* Custom fields in shipping label */
.shipping-label-buttons .custom-field {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
}

.shipping-label-buttons .custom-field:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}