.bh-egift-fields {
    margin: 25px 0;
    padding: 25px;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    background: #fafafa;
}

.bh-egift-fields h3 {
    margin: 22px 0 15px;
    font-size: 22px;
    line-height: 1.3;
}

.bh-egift-fields h3:first-child {
    margin-top: 0;
}

.bh-egift-fields p {
    margin-bottom: 15px;
}

.bh-egift-fields label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.bh-egift-fields input,
.bh-egift-fields textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #dddddd;
    border-radius: 6px;
    background: #ffffff;
}

.bh-egift-fields small {
    display: block;
    margin-top: 6px;
    color: #666666;
}

.bh-egift-fields .required {
    color: #c8102e;
}

/*
 * Checkout cleanup for e-gift-only carts.
 * Most WooCommerce themes will already remove the fields through PHP.
 * This CSS is only a visual fallback for themes with custom checkout templates.
 */
body.woocommerce-checkout .woocommerce-shipping-fields {
    display: none;
}
