/**
* Theme Name:        avanam-jubilee
* Theme URI:         https://templatemela.com/
* Template:          avanam
* Author:            TemplateMela
* Author URI:        #
* Description:       This is a child theme of Avanam, generated by TemplateMela.
* Version:           1.0.0
* License:           GNU General Public License v3.0 (or later)
* License URI:       https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain:       avanam-jubilee
* Requires at least: 6.2
* Tested up to:      6.6
* Requires PHP:      7.4
* Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce

*/

/* --- Jubilee: Product suggestion sections --- */
/* Use exact same classes as WooCommerce Related Products - zero custom styling */
/* The sections use class="related products" to inherit all parent theme styles */

/* End Jubilee suggestion styles */


/* --- Checkout Page Alignment --- */
/* Align "Your order" section to start at same height as billing form fields */
@media (min-width: 1025px) {

    form.woocommerce-checkout .woocommerce-checkout-review-order,
    form.woocommerce-checkout .checkout-order-review {
        margin-top: 30px;
        /* Fine-tune alignment with billing details heading */
    }

    /* Ensure order review heading aligns with billing details heading */
    form.woocommerce-checkout #order_review_title {
        margin-top: 0;
        padding-top: 0;
    }
}

/* Ensure both section headings have same styling */
.woocommerce-checkout .col2-set h3,
.woocommerce-checkout #order_review_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1.5em;
}

/* --- End Checkout Page Alignment --- */