.gp {
    --gp-text: #000000;
    --gp-muted: #676A6F;
    --gp-blue: #2172E2;
    --gp-outline: #676A6F;
    --gp-line: #D5D5D5;
    --gp-bar: #8E8D92;
    --gp-bar-track: #E4E4E6;
    --gp-reply: #F8F9FA;

    font-family: 'Google Sans', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    color: var(--gp-text);
    background: #fff;
    padding: 40px 24px;
    -webkit-font-smoothing: antialiased;
}

.gp__scroller {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    margin-right: -24px;
    padding-right: 24px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.gp__scroller::-webkit-scrollbar {
    display: none;
}

.gp__head {
    display: flex;
    gap: 24px;
    align-items: center;
}

.gp__head-icon {
    width: 72px;
    height: 72px;
    border-radius: 16px;
    display: block;
    flex: 0 0 auto;
}

.gp__head-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 4px;
}

.gp__head-note {
    color: var(--gp-muted);
    font-size: 14px;
    line-height: 20px;
}

.gp__stats {
    display: flex;
    margin: 32px 0 28px;
}

.gp__stats-item {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    text-align: center;
}

.gp__stats-item + .gp__stats-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 32px;
    background: var(--gp-line);
}

.gp__stats-value {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    min-height: 20px;
}

.gp__stats-value svg {
    color: var(--gp-blue);
}

.gp__stats-label {
    color: var(--gp-muted);
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
}

.gp__age-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border: 1.5px solid var(--gp-text);
    border-radius: 4px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.gp__install {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 20px;
    background: var(--gp-blue);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-decoration: none;
}

.gp__install:active {
    background: #1a5cba;
}

.gp__shots {
    gap: 12px;
    margin-top: 32px;
}

.gp__shots img {
    display: block;
    width: 112px;
    height: 200px;
    border-radius: 10px;
    flex: 0 0 auto;
}

.gp__section {
    margin-top: 32px;
}

.gp__section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.gp__section-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}

.gp__section-text {
    color: var(--gp-muted);
    font-size: 14px;
    line-height: 21px;
}

.gp__section-note {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--gp-muted);
    font-size: 13px;
    line-height: 18px;
    margin: -8px 0 24px;
}

.gp__about-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.gp__about.expand .gp__about-text {
    display: block;
    overflow: visible;
}

.gp__tags {
    gap: 8px;
    margin-top: 26px;
}

.gp__tag {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    height: 32px;
    padding: 0 14px;
    border: 1px solid var(--gp-outline);
    border-radius: 8px;
    color: var(--gp-muted);
    font-size: 14px;
    line-height: 20px;
}

.gp__meta {
    margin-top: 26px;
}

.gp__meta-label {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

.gp__meta-value {
    color: var(--gp-muted);
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px;
}

.gp__safety-card {
    margin-top: 26px;
    padding: 20px;
    border: 1px solid var(--gp-outline);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.gp__safety-item {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.gp__safety-item svg {
    flex: 0 0 auto;
    color: var(--gp-muted);
    margin-top: 2px;
}

.gp__safety-item-title {
    font-size: 15px;
    line-height: 20px;
}

.gp__safety-item-text {
    color: var(--gp-muted);
    font-size: 13px;
    line-height: 18px;
    margin-top: 2px;
}

.gp__safety-item-text u {
    text-decoration-color: var(--gp-muted);
}

.gp__link {
    display: inline-block;
    color: var(--gp-blue);
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}

.gp__rating {
    display: flex;
    align-items: center;
    gap: 22px;
}

.gp__rating-left {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gp__rating-score {
    font-size: 56px;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: -1px;
}

.gp__rating-stars {
    display: flex;
    color: var(--gp-blue);
    margin: 10px 0 8px;
}

.gp__rating-count {
    color: var(--gp-muted);
    font-size: 13px;
    line-height: 18px;
}

.gp__bars {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gp__bar-row {
    display: flex;
    align-items: center;
    gap: 11px;
}

.gp__bar-label {
    color: var(--gp-muted);
    font-size: 12px;
    line-height: 16px;
    width: 6px;
    text-align: center;
}

.gp__bar {
    flex: 1 1 auto;
    height: 8px;
    border-radius: 4px;
    background: var(--gp-bar-track);
    overflow: hidden;
}

.gp__bar span {
    display: block;
    height: 100%;
    border-radius: 4px;
    background: var(--gp-bar);
}

.gp__reviews {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 26px;
}

.gp__review {
    &:nth-child(1) {
        .gp__review-avatar {
            background: url("./img/av1.png");
        }
    }

    &:nth-child(2) {
        .gp__review-avatar {
            background: url("./img/av2.png");
        }
    }

    &:nth-child(3) {
        .gp__review-avatar {
            background: url("./img/av3.png");
        }
    }
}

.gp__review-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}

.gp__review-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #C17C7C;
    flex: 0 0 auto;
}

.gp__review-name {
    flex: 1 1 auto;
    font-size: 15px;
    line-height: 20px;
}

.gp__review-head svg {
    flex: 0 0 auto;
}

.gp__review-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.gp__review-stars {
    display: flex;
    color: var(--gp-blue);
}

.gp__review-date {
    color: var(--gp-muted);
    font-size: 13px;
    line-height: 18px;
}

.gp__review-body {
    color: var(--gp-muted);
    font-size: 14px;
    line-height: 21px;
}

.gp__review-helpful {
    color: var(--gp-muted);
    font-size: 13px;
    line-height: 18px;
    margin-top: 22px;
}

.gp__review-vote {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 14px;
}

.gp__review-vote-text {
    color: var(--gp-muted);
    font-size: 13px;
    line-height: 18px;
    margin-right: 20px;
}

.gp__btn-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    padding: 0 17px;
    border: 1px solid var(--gp-outline);
    border-radius: 12px;
    color: var(--gp-text);
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}

.gp__reply {
    margin: 18px 24px 0;
    padding: 16px;
    background: var(--gp-reply);
}

.gp__reply-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.gp__reply-name {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.gp__reply-date {
    color: var(--gp-muted);
    font-size: 13px;
    line-height: 18px;
}

.gp__reply-body {
    color: var(--gp-muted);
    font-size: 14px;
    line-height: 21px;
}

.gp__see-all {
    margin-top: 27px;
}

.gp__divider {
    height: 1px;
    background: var(--gp-line);
    margin: 27px 0;
}

.gp__footer-title {
    color: var(--gp-muted);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 8px;
}

.gp__footer-link {
    display: block;
    color: var(--gp-muted);
    font-size: 14px;
    line-height: 20px;
    padding: 4px 0;
    text-decoration: none;
}

.gp__footer-group + .gp__footer-group {
    margin-top: 28px;
}

.gp__legal {
    color: var(--gp-muted);
    font-size: 12px;
    line-height: 16px;
    margin-top: 28px;
}

.gp__legal a {
    color: inherit;
    text-decoration: none;
    margin-right: 8px;
}
