.header__content-side {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.google-reviews {
    width: 100%;
    max-width: 527px;
    margin: 12px 0 0 auto;
    padding: 18px 24px 20px;
    color: #ffffff;
    background: linear-gradient(112deg, rgba(22, 25, 29, 0.94), rgba(38, 42, 47, 0.28));
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 6px;
}

.google-reviews__top {
    display: grid;
    grid-template-columns: auto auto auto 1fr;
    align-items: center;
    gap: 14px;
    padding-bottom: 14px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.google-reviews__google {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    color: transparent;
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(135deg, #4285f4, #34a853 34%, #fbbc05 66%, #ea4335) border-box;
    border: 2px solid transparent;
    border-radius: 50%;
    box-shadow: 0 5px 16px rgba(66, 133, 244, 0.26);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    text-shadow: none;
}

.google-reviews__google::before {
    content: "G";
    background: linear-gradient(135deg, #4285f4 0 34%, #ea4335 35% 52%, #fbbc05 53% 70%, #34a853 71% 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.google-reviews__score {
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
}

.google-reviews__stars,
.google-reviews__review-stars {
    color: #ffc107;
    letter-spacing: 1px;
    white-space: nowrap;
}

.google-reviews__stars {
    font-size: 22px;
}

.google-reviews__count {
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
}

.google-reviews__source {
    display: inline-flex;
    align-items: center;
    justify-self: end;
    gap: 8px;
    min-width: max-content;
}

.google-reviews__external {
    flex: 0 0 auto;
}

.google-reviews__slider {
    height: 160px;
    overflow: hidden;
}

.google-reviews__review {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 16px;
    height: 100%;
    padding: 16px 0 12px;
}

.google-reviews__review[hidden] {
    display: none;
}

.google-reviews__avatar {
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(135deg, #d6676f, #ac3f4a);
    border-radius: 50%;
    font-size: 27px;
    font-weight: 500;
}

.google-reviews__content {
    min-width: 0;
}

.google-reviews__name {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.15;
}

.google-reviews__review-stars {
    margin: 3px 0 14px;
    font-size: 20px;
    line-height: 1;
}

.google-reviews__text {
    color: rgba(255, 255, 255, 0.92);
    display: -webkit-box;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.google-reviews__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.google-reviews__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ff5362;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
}

.google-reviews__link:hover {
    color: #ff6f7b;
}

.google-reviews__nav {
    display: flex;
    gap: 12px;
}

.google-reviews__nav-btn {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    cursor: pointer;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease;
}

.google-reviews__nav-icon {
    display: block;
    width: 18px;
    height: 18px;
}

.google-reviews__nav-btn:hover {
    border-color: rgba(255, 255, 255, 0.56);
    background: rgba(255, 255, 255, 0.09);
}
