/*
Theme Name: Buyno Child
Theme URI: https://shokrino.com
Author: Matin Shokri
Author URI: https://shokrino.com/make
Description: A clean, upgrade-safe child theme for Buyno with design tokens, quick font tools, custom hook slots, and developer-friendly extension points.
Template: buyno
Requires at least: 5.3
Tested up to: 6.5.5
Requires PHP: 7.4
Version: 1.0.0
License: All Rights Reserved for Shokrino Team.
Text Domain: buyno-child
Domain Path: /languages
*/

.buyno-child-hook-slot {
    width: 100%;
}

.buyno-child-hidden {
    display: none !important;
}

/* Styling the wrapper to act as a single fluid block */
.custom-min-order-msg {
    display: block;
    flex: 1 1 auto;
    text-align: right;
    line-height: 1.8;
}

/* Responsive adjustment for mobile screens */
@media (max-width: 768px) {
    .woocommerce-error {
        flex-direction: column !important;
        align-items: center;
        text-align: center;
        gap: 15px;
    }
    
    .custom-min-order-msg {
        text-align: center;
    }
}
