/* واکنش‌گرایی برای موبایل و تبلت - Kasbeno Infobar */

@media screen and (max-width: 768px) {
    #kasbeno-infobar {
        padding: 15px 35px 15px 15px !important;
    }
    
    #kasbeno-infobar > div {
        flex-direction: column;
        gap: 12px !important;
        text-align: center;
    }
    
    #kasbeno-close-btn {
        top: 10px;
        left: 10px;
    }
}