.elementor-209360 .elementor-element.elementor-element-dbf28f0{--display:flex;--min-height:95vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-68bcc37 */{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.reviews-container {
    max-width: 1400px;
    margin: 0 auto;
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}

/* MAIN GRID */
.reviews-grid {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 40px;
    align-items: stretch;
}

/* SIDEBAR */
.reviews-sidebar {
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.company-logo {
    max-width: 220px;
    height: auto;
    margin: 0 auto 30px;
    display: block;
}

.qr-code-section {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.qr-code-title {
    font-size: 0.875rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.qr-code {
    width: 180px;
    height: 180px;
    margin: 0 auto 12px;
    display: block;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.qr-code-help {
    font-size: 0.8125rem;
    color: #4a5568;
    line-height: 1.5;
}

/* REVIEWS CONTENT */
.reviews-content {
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.reviews-title {
    text-align: center;
    margin-bottom: 40px;
}

.reviews-title h2 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: #E4002B;
    margin-bottom: 10px;
    line-height: 1.2;
}

.reviews-title p {
    font-size: clamp(1.125rem, 2.5vw, 1.5rem);
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.3;
}

.reviews-widget {
    width: 100%;
    flex: 1;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .reviews-grid {
        grid-template-columns: 1fr;
    }

    .reviews-sidebar {
        position: relative;
        top: 0;
    }
}

@media (max-width: 768px) {
    .company-logo {
        max-width: 180px;
    }

    .reviews-sidebar {
        padding: 30px 20px;
    }

    .reviews-content {
        padding: 30px 20px;
    }

    .reviews-title {
        margin-bottom: 30px;
    }

    .reviews-title h2 {
        font-size: 1.5rem;
    }

    .reviews-title p {
        font-size: 1rem;
    }

    .qr-code {
        width: 150px;
        height: 150px;
    }
}


.ti-prev {
    display: none !important;
}

.ti-next {
    display: none !important;
}

strong.ti-rating.ti-rating-large {
    display: none !important;
}


a.ti-header-write-btn {
    display: none !important;
}/* End custom CSS */