/**
 * Frontend styles for minimal-plus-header slider only.
 */

.strix-widget.strix-style-minimal-plus-header {
    border: none;
    background: transparent;
    box-shadow: none;
}

.strix-widget-container.strix-style-minimal-plus-header {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: none;
    background: #00000000;
    box-shadow: none;
}



.strix-widget-container.strix-style-minimal-plus-header .strix-footer {
    width: 100%;
    border-radius: var(--strix-radius) var(--strix-radius) 0 0;
    border-right: none;
    min-width: auto;
    flex-shrink: 0;
    padding: 1vw;
}

.strix-widget-container.strix-style-minimal-plus-header .strix-reviews-container-minimal {
    width: 100%;
    flex: 1 1 auto;
    min-width: 0;
    background: transparent;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.strix-widget-container.strix-style-minimal-plus-header .strix-fade-container.strix-header-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem 1.5rem;
}

.strix-widget-container.strix-style-minimal-plus-header .strix-write-review-btn {
    margin-left: auto;
    padding: 0.4em 0.9em;
    font-size: 0.9rem;
    font-weight: 600;
    color: #333333;
    background: #f6f8fa;
    border: 1px solid #333345;
    border-radius: 4px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s ease;
}
.strix-widget-container.strix-style-minimal-plus-header .strix-write-review-btn:hover {
    background: #1d2327;
    color: #fff;
}

.strix-widget-container.strix-style-minimal-plus-header .strix-rating-reviews {
    display: inline-flex;
    align-items: center;
    gap: 0.35em;
}

.strix-widget-container.strix-style-minimal-plus-header .strix-rating-reviews .strix-reviews-sep {
    color: var(--strix-text-muted, #666);
    font-weight: 400;
}

.strix-widget-container.strix-style-minimal-plus-header .strix-rating-text .strix-header-rating,
.strix-widget-container.strix-style-minimal-plus-header .strix-rating-text .ti-header-rating {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
}
.strix-widget-container.strix-style-minimal-plus-header .strix-rating-large {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    letter-spacing: 1px;
}
.strix-widget-container.strix-style-minimal-plus-header .strix-stars.star-lg {
    display: flex;
    justify-content: center;
    gap: 2px;
}
.strix-widget-container.strix-style-minimal-plus-header .strix-stars.star-lg .strix-star {
    width: 20px;
    height: 20px;
}
.strix-widget-container.strix-style-minimal-plus-header .strix-rating-text .nowrap {
    color: #000;
    font-size: 1rem;
}
.strix-widget-container.strix-style-minimal-plus-header .strix-v-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.strix-widget-container.strix-style-minimal-plus-header .strix-logo-fb {
    max-width: 110px;
    height: auto;
}

.strix-widget-container.strix-style-minimal-plus-header .strix-reviews-container-wrapper {
    max-width: 100% !important;
    width: 100%; 
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1vw;
    padding-bottom: 2vw;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
}
.strix-style-minimal-plus-header .strix-minimal-pages {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.strix-widget-container.strix-style-minimal-plus-header .strix-minimal-pages,
.strix-minimal-four .strix-minimal-pages {
    flex-shrink: 0;
}
.strix-minimal-four .strix-reviews-container-wrapper {
    padding-left: 0;
    padding-right: 0;
}

.strix-minimal-four .strix-review-item {
    display: flex;
    width: 100%;
    min-height: 200px;
    border-radius: 20px;
    padding: 10px;
}

.strix-minimal-four .strix-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.strix-widget-container.strix-style-minimal-plus-header .strix-controls {
    position: absolute;
    width: 100%;
    z-index: 10;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.strix-widget-container.strix-style-minimal-plus-header .strix-next,
.strix-widget-container.strix-style-minimal-plus-header .strix-prev {
    width: 30px;
    height: 30px;
    background: rgb(255 255 255 / 50%);
    border: 1px solid var(--strix-border);
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--strix-transition);
    box-shadow: var(--strix-shadow);
    color: #333;
    position: relative;
}

.strix-widget-container.strix-style-minimal-plus-header .strix-next {
    right: 0vw;
}

.strix-widget-container.strix-style-minimal-plus-header .strix-prev {
    left: 0vw;
}

.strix-widget-container.strix-style-minimal-plus-header .strix-next:hover,
.strix-widget-container.strix-style-minimal-plus-header .strix-prev:hover {
    background: #f6bb06;
    border-color: #f6bb06;
   
}

.strix-widget-container.strix-style-minimal-plus-header .strix-next::after,
.strix-widget-container.strix-style-minimal-plus-header .strix-prev::after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.strix-widget-container.strix-style-minimal-plus-header .strix-next::after {
    background-image: url("../../assets/images/right-chevron.svg");
}

.strix-widget-container.strix-style-minimal-plus-header .strix-prev::after {
    background-image: url("../../assets/images/left-chevron.svg");
}

.strix-widget-container.strix-style-minimal-plus-header .strix-controls-line {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--strix-border-light);
    margin: 0 1vw 1vw 0vw;
}

.strix-widget-container.strix-style-minimal-plus-header .strix-controls-line .strix-minimal-dot {
    position: absolute;
    height: 100%;
    background: #f6bb06;
    transition: left 0.3s ease, width 0.3s ease;
}

@media (max-width: 768px) {
    .strix-widget-container.strix-style-minimal-plus-header .strix-controls {
        display: none !important;
    }
    .strix-minimal-four .strix-review-item{
        padding: 3vw;
    }
    .strix-widget-container.strix-style-minimal-plus-header .strix-footer.strix-footer-grid.source-Google{
        padding: 2.5vw;
    }
    .strix-widget-container.strix-style-minimal-plus-header .strix-fade-container.strix-header-row{
        gap: 0.6rem 0.6rem;
    }
    .strix-widget-container.strix-style-minimal-plus-header .strix-reviews-container-minimal {
        min-height: 250px;
    }
    .strix-widget-container.strix-style-minimal-plus-header .strix-reviews-container-wrapper {
        width: 100%;
        overflow: hidden;
    }
    .strix-widget-container.strix-style-minimal-plus-header .strix-minimal-pages {
        gap: 15px;
    }
    .strix-widget-container.strix-style-minimal-plus-header .strix-minimal-pages .strix-minimal-page {
        flex-shrink: 0;
    }
    .strix-minimal-four .strix-reviews-container-wrapper {
        width: 100%;
    }
    .strix-widget-container.strix-style-minimal-plus-header .strix-next,
    .strix-widget-container.strix-style-minimal-plus-header .strix-prev {
        filter: opacity(0.5);
    }
    .strix-widget-container.strix-style-minimal-plus-header .strix-next {
        right: 3.2vw;
    }
    .strix-widget-container.strix-style-minimal-plus-header .strix-prev {
        left: 1.8vw;
    }
    .strix-widget-container.strix-style-minimal-plus-header .strix-controls-line {
        margin: 0 auto;
        width: 29vw;
    }
}
