/* 
Theme Name: Hello Child
Theme URI: https://elementor-site.ir/
Description: 
Author: Elementor Site
Author URI: https://elementor-site.ir/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

 .bp-sale-timer {
    direction: rtl;
    text-align: center;
    background: linear-gradient(135deg, #ff5f6d, #ffc371);
    color: #fff;
    border-radius: 12px;
    padding: 12px 16px;
    margin: 12px 0;
    box-shadow: 0 4px 15px rgba(255, 95, 109, 0.35);
    font-family: 'IRANYekanX', 'YekanBakh', sans-serif;
}
.bp-sale-timer__label {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}
.bp-sale-timer__box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
.bp-timer-unit {
    background: rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    padding: 5px 10px;
    min-width: 46px;
    backdrop-filter: blur(2px);
}
.bp-timer-num {
    display: block;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
}
.bp-timer-label {
    display: block;
    font-size: 11px;
    opacity: 0.85;
    margin-top: 2px;
}
.bp-timer-sep {
    font-size: 18px;
    font-weight: 700;
}
