.hgr-section,
.hgr-section * {
    box-sizing: border-box;
}

.hgr-section {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #f7f7f7;
    padding: 34px 20px 46px;
    box-shadow: 0 -2px 9px rgba(0, 0, 0, .20), 0 2px 9px rgba(0, 0, 0, .16);
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-family: inherit;
}

.hgr-inner {
    width: min(1120px, 100%);
    margin: 0 auto;
}

.hgr-title {
    margin: 0 0 42px;
    text-align: center;
    color: #24252b;
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: .01em;
}

.hgr-content {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    align-items: center;
    gap: 44px;
}

.hgr-summary {
    text-align: center;
    min-width: 220px;
}

.hgr-rating-label {
    color: #000;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .02em;
    margin-bottom: 5px;
}

.hgr-stars {
    display: inline-flex;
    align-items: center;
    gap: 1px;
    line-height: 1;
    white-space: nowrap;
}

.hgr-star {
    color: #d7d7d7;
    font-size: 33px;
    text-shadow: none;
}

.hgr-star.is-filled {
    color: #f6b500;
}

.hgr-based {
    margin-top: 5px;
    color: #111;
    font-size: 15px;
    line-height: 1.35;
}

.hgr-google-link,
.hgr-google-link:focus,
.hgr-google-link:hover {
    display: inline-block;
    margin-top: 8px;
    text-decoration: none;
    outline: none;
}

.hgr-google-word {
    display: inline-flex;
    align-items: center;
    font-size: 33px;
    font-weight: 500;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: -1.5px;
}

.g-blue { color: #4285f4; }
.g-red { color: #ea4335; }
.g-yellow { color: #fbbc05; }
.g-green { color: #34a853; }

.hgr-carousel-wrap {
    position: relative;
    min-width: 0;
    padding: 0 46px 40px;
}

.hgr-window {
    overflow: hidden;
    width: 100%;
}

.hgr-track {
    display: flex;
    align-items: stretch;
    gap: 42px;
    transition: transform .35s ease;
    will-change: transform;
}

.hgr-card {
    flex: 0 0 calc((100% - 84px) / 3);
    min-width: 0;
    background: transparent;
    color: #000;
}

.hgr-card-top {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 30px;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

.hgr-avatar {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    overflow: hidden;
    text-transform: uppercase;
}

.hgr-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hgr-avatar-1 { background: #006b5d; }
.hgr-avatar-2 { background: #008f7a; }
.hgr-avatar-3 { background: #e83b7c; }
.hgr-avatar-4 { background: #7a5cff; }
.hgr-avatar-5 { background: #f06449; }

.hgr-person {
    min-width: 0;
}

.hgr-name,
.hgr-name:hover,
.hgr-name:focus {
    display: block;
    color: #060606;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hgr-time {
    color: #666b73;
    font-size: 15px;
    line-height: 1.2;
    margin-top: 2px;
}

.hgr-google-g {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    justify-self: end;
}

.hgr-card-stars {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
}

.hgr-card-stars .hgr-star {
    font-size: 24px;
}

.hgr-verified {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #4d93f7;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    transform: translateY(1px);
}

.hgr-review-text {
    margin: 0;
    color: #050505;
    font-size: 17px;
    line-height: 1.35;
    max-height: 70px;
    overflow: hidden;
}

.hgr-card.is-expanded .hgr-review-text {
    max-height: none;
}

.hgr-read-more {
    margin: 10px 0 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #777;
    font-size: 15px;
    cursor: pointer;
    font-family: inherit;
}

.hgr-read-more:hover,
.hgr-read-more:focus {
    color: #111;
    text-decoration: underline;
}

.hgr-arrow {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #7b7f86;
    box-shadow: 0 3px 14px rgba(0, 0, 0, .10);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    line-height: .65;
    cursor: pointer;
    position: absolute;
    top: 82px;
    z-index: 3;
    padding-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
}

.hgr-prev { left: 0; }
.hgr-next { right: 0; }

.hgr-arrow:disabled {
    opacity: .35;
    cursor: default;
}

.hgr-badge {
    position: absolute;
    right: 46px;
    bottom: 0;
    background: #15845f;
    color: #fff;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
}

.hgr-empty-card {
    background: #fff;
    border-radius: 12px;
    padding: 28px;
    color: #111;
    box-shadow: 0 3px 14px rgba(0, 0, 0, .06);
}

.hgr-empty-card p {
    margin: 8px 0 0;
}

@media (max-width: 1024px) {
    .hgr-content {
        gap: 28px;
        grid-template-columns: 210px minmax(0, 1fr);
    }
    .hgr-track { gap: 28px; }
    .hgr-card { flex-basis: calc((100% - 28px) / 2); }
}

@media (max-width: 767px) {
    .hgr-section {
        padding: 30px 16px 44px;
    }
    .hgr-title {
        margin-bottom: 26px;
        font-size: 27px;
    }
    .hgr-content {
        display: block;
    }
    .hgr-summary {
        margin-bottom: 30px;
    }
    .hgr-carousel-wrap {
        padding: 0 42px 42px;
    }
    .hgr-card {
        flex-basis: 100%;
    }
    .hgr-card-top {
        grid-template-columns: 44px minmax(0, 1fr) 26px;
        gap: 12px;
    }
    .hgr-arrow {
        top: 78px;
    }
    .hgr-badge {
        right: 42px;
    }
}

@media (max-width: 480px) {
    .hgr-carousel-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .hgr-arrow {
        display: none;
    }
    .hgr-badge {
        position: static;
        display: inline-block;
        margin-top: 24px;
    }
}
