/*
Theme Name: Impreza
Description: Multi-Purpose WordPress Theme.
Version: 8.22
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
License: Themeforest Split Licence
License URI: -
Text Domain: us
Domain Path: /common/languages
*/

table {
    width: 100% !important;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 18px;
    text-align: left;
    overflow: auto;
    display: inline-grid;
height: 100% !important;
}

.half-star {
	position: relative;
	display: inline-block;
	color: #ffc107; 
}

.half-star::before {
	content: "★";
	position: absolute;
	left: 0;
	width: 50%;
	overflow: hidden;
	color: #ffc107; 
}
.half-star {
	color: #e0e0e0 !important; 
}
.white-star{
	color: #e0e0e0 !important;
}

.promocode {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

.promocode img {
    max-height: 60px !important;
    object-fit: contain;
}
.promo-code-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}
.promocode button {
    font-size: 16px;
    line-height: 26px !important;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0em;
    border-radius: 5px;
    padding: 8px 14px;
    background: #0066ff;
    border-color: transparent;
    color: #ffffff !important;
}
.promocode .promo-data {
    color: rgb(223, 57, 57);
    font-size: 14px;
		margin-bottom: 0;
}
.promocode .promo-code {
    padding: 8px 14px;
    background: #ffffff;
    border-color: transparent;
    color: #0066ff !important;
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 12px;
}

.promocode .promo-item {
    border-radius: 10px !important;
    padding: 12px !important;
    background: rgba(0, 50, 146, 0.05) !important;
    border: 1px solid rgba(0, 50, 146, 0.3) !important;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.promocode .promo-caption {
    font-size: 14px;
}

@media screen and (max-width: 900px) {
    .promocode {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
}
@media screen and (max-width: 500px) {
    .promocode {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

section.l-section.wpb_row.btn-mob.hide_on_default.hide_on_laptops.height_auto {
    position: fixed;
    width: 100%;
    z-index: 3;
    bottom: 0;
    padding: 0;
margin-bottom: -10px;
}