.usa-gr-pro {
    --usa-gr-pro-red: #ed1c24;
    --usa-gr-pro-yellow: #fbbc04;
    --usa-gr-pro-text: #0f1115;
    --usa-gr-pro-border: #e7e9ee;
    --usa-gr-pro-bg: #f6f6f6;
    background: var(--usa-gr-pro-bg);
    color: var(--usa-gr-pro-text);
    font-family: inherit;
    padding: 28px clamp(16px, 4vw, 48px);
}

.usa-gr-pro * {
    box-sizing: border-box;
}

.usa-gr-pro-lock {
    overflow: hidden;
}

.usa-gr-pro__heading {
    margin: 0 0 42px;
}

.usa-gr-pro__brand {
    color: #111;
    font-size: 20px;
    font-style: italic;
    font-weight: 900;
    line-height: 1;
}

.usa-gr-pro__brand::first-letter {
    color: var(--usa-gr-pro-red);
}

.usa-gr-pro__heading h2 {
    margin: 0;
    font-size: 28px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.08;
}

.usa-gr-pro__layout {
    align-items: center;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(220px, 256px) 34px minmax(0, 1fr) 34px;
}

.usa-gr-pro__summary,
.usa-gr-pro__card {
    background: #fff;
    border: 1px solid var(--usa-gr-pro-border);
    box-shadow: 0 2px 8px rgba(15, 17, 21, .06);
}

.usa-gr-pro__summary {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 198px;
    padding: 34px 16px;
    text-align: center;
}

.usa-gr-pro__summary-logo {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto 24px;
    min-height: 34px;
    width: 150px;
}

.usa-gr-pro__summary-logo img {
    max-height: 52px;
    max-width: 150px;
}

.usa-gr-pro__summary-logo span {
    background: #15161a;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: .4px;
    padding: 4px 10px;
}

.usa-gr-pro__score {
    align-items: center;
    display: flex;
    font-size: 19px;
    gap: 8px;
    justify-content: center;
    line-height: 1.1;
}

.usa-gr-pro__summary p {
    font-size: 16px;
    line-height: 1.25;
    margin: 6px 0 8px;
}

.usa-gr-pro__button {
    align-items: center;
    background: #050505;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    color: #fff;
    display: inline-flex;
    font-size: 15px;
    justify-content: center;
    min-height: 28px;
    padding: 3px 8px;
    text-decoration: none;
}

.usa-gr-pro__stars {
    color: var(--usa-gr-pro-yellow);
    letter-spacing: 1px;
    white-space: nowrap;
}

.usa-gr-pro__track {
    display: grid;
    gap: 20px;
    grid-auto-columns: minmax(210px, 228px);
    grid-auto-flow: column;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 1px 0;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.usa-gr-pro__track::-webkit-scrollbar {
    display: none;
}

.usa-gr-pro__card {
    border-radius: 8px;
    min-height: 286px;
    padding: 16px 20px;
    position: relative;
    scroll-snap-align: start;
}

.usa-gr-pro__card-top {
    align-items: start;
    display: grid;
    gap: 10px;
    grid-template-columns: 60px minmax(0, 1fr) 28px;
    margin-bottom: 12px;
}

.usa-gr-pro__avatar {
    align-items: center;
    background: #076451;
    border-radius: 50%;
    color: #fff;
    display: grid;
    font-size: 38px;
    font-weight: 400;
    height: 60px;
    justify-items: center;
    overflow: hidden;
    width: 60px;
}

.usa-gr-pro__avatar img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.usa-gr-pro__card:nth-child(4n+1) .usa-gr-pro__avatar {
    background: #a945c5;
}

.usa-gr-pro__card:nth-child(4n+2) .usa-gr-pro__avatar {
    background: #075f4d;
}

.usa-gr-pro__card:nth-child(4n+3) .usa-gr-pro__avatar {
    background: #455d68;
}

.usa-gr-pro__card:nth-child(4n+4) .usa-gr-pro__avatar {
    background: #fb4b1b;
}

.usa-gr-pro__meta {
    font-size: 12px;
    line-height: 1.1;
    min-width: 0;
    padding-top: 1px;
}

.usa-gr-pro__meta strong {
    display: block;
    font-size: 12px;
    line-height: 1.15;
    word-break: break-word;
}

.usa-gr-pro__rating {
    align-items: center;
    display: flex;
    gap: 5px;
    margin-top: 3px;
}

.usa-gr-pro__rating .usa-gr-pro__stars {
    font-size: 16px;
    letter-spacing: 0;
}

.usa-gr-pro__verified {
    background: #9aa0a6;
    border-radius: 50%;
    flex: 0 0 auto;
    height: 13px;
    overflow: hidden;
    position: relative;
    text-indent: -999px;
    width: 13px;
}

.usa-gr-pro__verified::after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: "";
    height: 7px;
    left: 4px;
    position: absolute;
    top: 2px;
    transform: rotate(45deg);
    width: 4px;
}

.usa-gr-pro__meta time {
    display: block;
    margin-top: 2px;
}

.usa-gr-pro__google {
    display: block;
    height: 28px;
    line-height: 0;
    width: 28px;
}

.usa-gr-pro__google svg {
    display: block;
    height: 100%;
    width: 100%;
}

.usa-gr-pro__card p {
    display: -webkit-box;
    font-size: 17px;
    line-height: 1.25;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.usa-gr-pro__readmore {
    background: transparent;
    border: 0;
    color: red;
    cursor: pointer;
    display: inline-block;
    font: inherit;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 10px;
    padding: 0;
    text-decoration: none;
}

.usa-gr-pro__photos {
    display: flex;
    gap: 4px;
    margin-top: 8px;
}

.usa-gr-pro__thumb {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
}

.usa-gr-pro__photos img {
    border-radius: 2px;
    display: block;
    height: 38px;
    object-fit: cover;
    width: 44px;
}

.usa-gr-pro__arrow {
    background: #dadce0;
    border: 0;
    border-radius: 50%;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: grid;
    font-size: 0;
    height: 28px;
    line-height: 1;
    padding: 0;
    place-items: center;
    width: 28px;
}

.usa-gr-pro__arrow::before {
    color: #fff;
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 24px;
}

.usa-gr-pro__arrow--prev::before {
    content: "\2039";
}

.usa-gr-pro__arrow--next::before {
    content: "\203A";
}

.usa-gr-pro__arrow:hover {
    background: #b7bbc3;
}

.usa-gr-pro-modal {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: 24px 16px;
    pointer-events: none;
    position: fixed;
    transition: opacity .16s ease, visibility .16s ease;
    visibility: hidden;
    z-index: 99999;
}

.usa-gr-pro-modal.is-open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.usa-gr-pro-modal__backdrop {
    background: rgba(0, 0, 0, .42);
    border: 0;
    cursor: pointer;
    inset: 0;
    position: absolute;
}

.usa-gr-pro-modal__dialog {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .22);
    max-height: calc(100vh - 48px);
    overflow: auto;
    padding: 30px;
    position: relative;
    width: min(648px, calc(100vw - 32px));
    z-index: 1;
}

.usa-gr-pro-modal__close {
    background: transparent;
    border: 0;
    color: #999;
    cursor: pointer;
    font-size: 30px;
    font-weight: 700;
    height: 28px;
    line-height: 28px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 7px;
    width: 28px;
}

.usa-gr-pro-modal__close:hover {
    color: #555;
}

.usa-gr-pro-modal__inner {
    border: 1px solid var(--usa-gr-pro-border);
    padding: 15px 20px 20px;
}

.usa-gr-pro-modal__top {
    align-items: start;
    display: grid;
    gap: 10px;
    grid-template-columns: 60px minmax(0, 1fr) 30px;
    margin-bottom: 14px;
}

.usa-gr-pro-modal__avatar {
    align-items: center;
    background: #80909a;
    border-radius: 50%;
    color: #fff;
    display: grid;
    font-size: 36px;
    height: 60px;
    justify-items: center;
    overflow: hidden;
    width: 60px;
}

.usa-gr-pro-modal__avatar img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.usa-gr-pro-modal__author {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 7px;
}

.usa-gr-pro-modal__rating {
    font-size: 18px;
    line-height: 1;
    margin-top: 3px;
}

.usa-gr-pro-modal__date {
    color: #333;
    display: block;
    font-size: 15px;
    margin-top: 5px;
}

.usa-gr-pro-modal__text {
    color: #555;
    font-size: 17px;
    line-height: 1.58;
    margin: 0;
    white-space: pre-line;
}

.usa-gr-pro-modal__photos {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.usa-gr-pro-modal__photos img {
    border-radius: 2px;
    height: 90px;
    object-fit: cover;
    width: 120px;
}

@media (max-width: 900px) {
    .usa-gr-pro__heading {
        margin-bottom: 24px;
    }

    .usa-gr-pro__layout {
        gap: 14px;
        grid-template-columns: 1fr;
    }

    .usa-gr-pro__summary {
        min-height: auto;
    }

    .usa-gr-pro__arrow {
        display: none;
    }

    .usa-gr-pro__track {
        grid-auto-columns: minmax(230px, 78vw);
    }
}

@media (max-width: 560px) {
    .usa-gr-pro-modal {
        align-items: center;
        padding: 10px;
    }

    .usa-gr-pro-modal__dialog {
        max-height: calc(100vh - 20px);
        padding: 22px 14px;
        width: calc(100vw - 20px);
    }

    .usa-gr-pro-modal__inner {
        padding: 14px;
    }

    .usa-gr-pro-modal__top {
        grid-template-columns: 54px minmax(0, 1fr) 26px;
    }

    .usa-gr-pro-modal__avatar {
        height: 54px;
        width: 54px;
    }

    .usa-gr-pro-modal__photos img {
        height: 74px;
        width: 92px;
    }
}
