/*
	Theme Name: Rehub child theme
	Theme URI: https://wpsoul.com
	Description: A Hybrid magazine/shop/review/news Wordpress Theme
	Author: Sizam
	Author URI: https://wpsoul.com
	Version: 9.4.1
	Template: rehub-theme
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
.btn-coupon-inline {
    display: inline-flex;
    align-items: center;
    background-color: #007bff;
    color: #ffffff !important;

    /* Tăng kích thớc  thu hút sự chú ý /
    padding: 4px 12px; 
    font-size: 15px; 
    font-weight: 700; / Ch đậm hơn để tăng t l click /

    line-height: 1;
    margin: 0 4px;
    vertical-align: middle; / Căn giữa dòng để hài hòa với chữ to /
    text-decoration: none !important;
    border-radius: 4px;
    cursor: pointer;
    border: none;

    / Hiệu ứng chiều sâu để kích thích người dùng click */
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
}

.btn-coupon-inline:hover {
    background-color: #0056b3;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transform: translateY(-1px);
    text-decoration: none !important;
}

.btn-coupon-inline:active {
    transform: translateY(0);
}