.review-count__label {
    font-size: 20px;
}

.review-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-avatar-placeholder {
    background-color: beige;
}

.review-avatar-placeholder span {
    font-size: 40px;
    font-weight: 600;
    color: rgb(20, 108, 143);
}

.btn-review {
    max-width: 220px !important;
    height: 40px !important;
}

.ya-map .imgs img {
    width: 20px;
    height: 20px;
}

.review-button-prev,
.review-button-next {

    background: var(--primary-color);
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;

    & svg path {
        fill: var(--color-white) !important;

    }

    &:hover {
        opacity: 0.8;
    }
}

.review-card {
    background-color: var(--color-background);
    width: 100%;
    min-height: 257px;
    margin: 2px;
    box-shadow: 0px 0px 2.66px 0px #00000040;
    border-radius: 5px;
    padding: 14px;
}

.review-author-info {
    display: flex;
    gap: 14px;
    margin-bottom: 20px;
}

.review-avatar {
    width: 66px;
    height: 66px;
    border-radius: 50%;
}

.review-author {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}

.review-date {
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 3px;
}

.spoiler-view__text-container,
.review-text p {
    font-size: 12px;
}

.review-content {
    margin-bottom: 30px;
}

.review-source {
    font-weight: 600;
    font-size: 16px;
}

.ya-map__label {
    font-weight: 600;
    font-size: 18px;
}

.g1-map__label {
    font-weight: 500;
    font-size: 16px;
}

.g1-map__label {
    font-weight: 500;
    font-size: 16px;
}

.review-rating .star {
    font-size: 15px;
    color: #FFDB4C;
}

@media (min-width: 768px) {

    .spoiler-view__text-container,
    .review-text p {
        font-size: 14px;


    }

    .review-rating .star {
        font-size: 20px;
    }


    .review-card {
        min-height: 288px;
        padding: 16px;
    }

    .rev-nav {
        position: relative;
        width: 100%;
    }

    .btns {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .review-avatar {
        width: 74px;
        height: 74px;

    }

    .review-author {
        font-size: 18px;
    }

    .review-date {
        font-size: 14px;
    }


}

.gap-1 {
    gap: .25rem;
}

.gap-2 {
    gap: .5rem;
}

.gap-4 {
    gap: 1rem;
}

.review-footer {
    & a {
        color: var(--primary-color);

        & svg {
            fill: var(--primary-color);
        }
    }
}
.geo-icon{
            & svg {
            fill: var(--color-white);
        }
}