/*
	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.7
	Template: rehub-theme
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

.offer_thumb .overflow-elipse {
    overflow: initial!important;
    text-overflow: inherit!important;
    white-space: inherit!important;
}

.offer_thumb .font150 {
	font-size: 120%!important;
}

.single-blog .rh-flex-grow1 {
    align-content: center;
}

.single-blog .rh-flex-grow1 {
    align-content: center;
}

.tax-dealstore a.re_track_btn {
    color: #000!important;
}


.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);
}