.gmb-reviews--slider-basic {
    --gmb-site-font-family: inherit;
    --gmb-site-font-size: 1rem;
    font-family: var(--gmb-site-font-family);
    font-size: var(--gmb-site-font-size);
    color: inherit;
}

.gmb-reviews--slider-basic *,
.gmb-reviews--slider-basic *::before,
.gmb-reviews--slider-basic *::after {
    font-family: inherit;
}

.gmb-slider-basic {
    display: grid;
    grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
    gap: 2rem;
    align-items: center;
    min-width: 0;
}

.gmb-slider-basic__summary {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.9rem;
}

.gmb-slider-basic__summary-rating {
    font-size: clamp(2.25rem, 4vw, 3.6rem);
    line-height: 1;
    font-weight: 800;
    color: #111827;
}

.gmb-slider-basic__summary-stars {
    display: flex;
    gap: 0.18rem;
    line-height: 1;
}

.gmb-slider-basic__summary-stars .gmb-star {
    font-size: 1.9rem;
}

.gmb-slider-basic__summary-count {
    margin: 0;
    font-size: 1rem;
    color: #111827;
}

.gmb-slider-basic__summary-link {
    margin: 0;
}

.gmb-slider-basic__summary-link a {
    text-decoration: none;
}

.gmb-google-logo {
    display: block;
    width: clamp(8.75rem, 8rem + 2vw, 10.5rem);
    height: auto;
}

.gmb-slider-basic__carousel {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.gmb-slider-basic__viewport {
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

.gmb-slider-basic__window {
    padding: 1.75rem 1.5rem;
    margin: 0;
    overflow: hidden;
    touch-action: pan-y;
    cursor: grab;
}

.gmb-slider-basic__window::-webkit-scrollbar {
    display: none;
}

.gmb-slider-basic__track {
    display: flex;
    gap: clamp(1.25rem, 1.05rem + 0.60vw, 1.5rem);
    align-items: stretch;
    width: max-content;
    will-change: transform;
}

.gmb-reviews--slider-basic.is-dragging .gmb-slider-basic__window {
    cursor: grabbing;
}

.gmb-reviews--slider-basic.is-dragging .gmb-slider-basic__track,
.gmb-slider-basic__window:active .gmb-slider-basic__track {
    user-select: none;
}

.gmb-card--slider-basic {
    flex: 0 0 auto;
    min-width: 0;
    background: #ffffff;
    border: 0;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 320px;
}

.gmb-card__header {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.gmb-card__avatar-frame {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 0;
    overflow: visible;
}

.gmb-card__avatar-frame--initial {
    background: #1a73e8;
    border-radius: 999px;
}

.gmb-card__avatar {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    border-radius: 0;
}

.gmb-card__avatar-initial {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.45rem;
    text-transform: uppercase;
    line-height: 1;
}

.gmb-card__meta {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
    flex: 1 1 auto;
}

.gmb-card__name {
    font-weight: 700;
    font-size: 0.95em;
    color: inherit;
    line-height: 1.25;
    word-break: break-word;
}

.gmb-card__stars {
    display: flex;
    gap: 0.125rem;
    line-height: 1;
}

.gmb-star {
    font-size: 1.1rem;
}

.gmb-star--on {
    color: #fbbc04;
}

.gmb-star--off {
    color: #d1d5db;
}

.gmb-card__date {
    display: block;
    min-height: 1.4em;
    font-size: 0.72em;
    color: #6b7280;
    line-height: 1.35;
}

.gmb-card__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: inherit;
    word-break: break-word;
    flex: 1 1 auto;
}

.gmb-card__cta {
    margin: 0;
}

.gmb-card__cta a {
    color: #6b7280;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
}

.gmb-card__cta a:hover,
.gmb-card__cta a:focus {
    color: #1a73e8;
    text-decoration: underline;
}

.gmb-no-reviews,
.gmb-error {
    color: #6b7280;
    font-style: italic;
}

@media (max-width: 1180px) {
    .gmb-slider-basic {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .gmb-slider-basic__summary {
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 1023px) {
}

@media (max-width: 767px) {
    .gmb-card--slider-basic {
        padding: 1.25rem;
        min-height: 0;
    }

    .gmb-card__avatar-frame {
        width: 48px;
        height: 48px;
    }

    .gmb-card__avatar-initial {
        font-size: 1.3rem;
    }
}
