/* Fixed Delivery Instructions - v2.0.0 - Full landscape layout */

/* Shortcode wrapper - force full width */
.fdi-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 20px 0 !important;
}

/* All field groups full width */
.fdi-field-group {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px !important;
    box-sizing: border-box !important;
}

.fdi-field-group label {
    display: block !important;
    font-weight: bold !important;
    margin-bottom: 6px !important;
    font-size: 15px !important;
}

/* Postcode input - compact width */
.fdi-input-pc {
    width: 100% !important;
    max-width: 350px !important;
    padding: 12px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    font-size: 15px !important;
}

/* Instructions textarea - full landscape width */
.fdi-textarea-inst {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    height: 150px !important;
    min-height: 150px !important;
    padding: 12px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    font-size: 15px !important;
    resize: vertical !important;
    display: block !important;
    line-height: 1.5 !important;
}

/* Success/error messages */
.fdi-success {
    background: #d4edda !important;
    color: #155724 !important;
    padding: 12px 16px !important;
    border-radius: 4px !important;
    margin-bottom: 20px !important;
    display: block !important;
}

.fdi-error-box {
    background: #f8d7da !important;
    color: #721c24 !important;
    padding: 12px 16px !important;
    border-radius: 4px !important;
    margin-bottom: 20px !important;
    display: block !important;
}

/* Submit buttons */
.fdi-submit {
    background-color: #f8002f !important;
    color: #ffffff !important;
    font-weight: bold !important;
    border: none !important;
    padding: 12px 28px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    font-size: 16px !important;
    transition: background-color 0.3s ease !important;
    display: inline-block !important;
}

.fdi-submit:hover {
    background-color: #000c14 !important;
    color: #ffffff !important;
}

/* WooCommerce edit-account fieldset */
.woocommerce-account .woocommerce fieldset,
fieldset.wc-fdi-fieldset,
.woocommerce-EditAccountForm fieldset {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* WC textarea full width override */
.woocommerce-account .woocommerce .wc-fdi-sec textarea,
.woocommerce-EditAccountForm .wc-fdi-sec textarea,
.wc-fdi-sec .woocommerce-Input {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* Ensure form-row-wide works properly inside the fieldset */
.wc-fdi-sec .form-row-wide {
    width: 100% !important;
    clear: both !important;
}

/* Section spacing */
.fdi-sec {
    margin-bottom: 10px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #eee !important;
}

.fdi-sec:last-of-type {
    border-bottom: none !important;
}
