/* SimpleTools Product Reviews - v1.0.26 */
body.stpp-product-layout .stpp-reviews {
    --stpp-review-green: #107946;
    --stpp-review-green-dark: #075b35;
    --stpp-review-green-soft: #edf8f2;
    --stpp-review-border: #e2e9e5;
    --stpp-review-text: #1f2d27;
    --stpp-review-muted: #77837d;
    --stpp-review-star: #f6b718;
    position: relative;
    width: 100%;
    max-width: 1450px;
    margin: 22px auto 18px;
    padding: 0;
    color: var(--stpp-review-text);
    font-family: inherit;
}

body.stpp-product-layout .stpp-reviews *,
body.stpp-product-layout .stpp-reviews *::before,
body.stpp-product-layout .stpp-reviews *::after {
    box-sizing: border-box;
}

body.stpp-product-layout .stpp-reviews__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    padding: 0 0 13px;
    border-bottom: 1px solid var(--stpp-review-border);
}

body.stpp-product-layout .stpp-reviews__title-wrap {
    display: flex;
    align-items: baseline;
    gap: 12px;
    flex-wrap: wrap;
}

body.stpp-product-layout .stpp-reviews__kicker {
    color: var(--stpp-review-green);
    font-size: 18px !important;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.2;
}

body.stpp-product-layout .stpp-reviews__title-wrap h2 {
    margin: 0 !important;
    color: #101713;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
}

body.stpp-product-layout .stpp-reviews__title-wrap h2 span {
    color: #8b948f;
    font-size: .58em;
    font-weight: 500;
}

body.stpp-product-layout .stpp-reviews__overview {
    display: grid;
    grid-template-columns: 150px minmax(300px, 1.5fr) minmax(165px, .72fr) minmax(165px, .72fr) minmax(250px, 1fr);
    align-items: stretch;
    min-height: 160px;
    border-bottom: 1px solid var(--stpp-review-border);
    background: #fff;
}

body.stpp-product-layout .stpp-review-score,
body.stpp-product-layout .stpp-review-bars,
body.stpp-product-layout .stpp-review-metric,
body.stpp-product-layout .stpp-review-cta {
    padding: 22px 24px;
    border-right: 1px solid #edf1ee;
}

body.stpp-product-layout .stpp-review-cta {
    border-right: 0;
}

body.stpp-product-layout .stpp-review-score {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

body.stpp-product-layout .stpp-review-score__number {
    color: #5f6863;
    font-size: 50px;
    font-weight: 500;
    line-height: .95;
}

body.stpp-product-layout .stpp-review-score small {
    margin-top: 5px;
    color: var(--stpp-review-muted);
    font-size: 11px;
}

body.stpp-product-layout .stpp-review-stars {
    display: inline-flex;
    align-items: center;
    gap: 1px;
    white-space: nowrap;
}

body.stpp-product-layout .stpp-review-stars i {
    position: relative;
    overflow: hidden;
    color: #dfe4e1;
    font-style: normal;
    font-size: 15px;
    line-height: 1;
}

body.stpp-product-layout .stpp-review-stars i.is-full {
    color: var(--stpp-review-star);
}

body.stpp-product-layout .stpp-review-stars i.is-partial {
    color: var(--stpp-review-star);
    opacity: .65;
}

body.stpp-product-layout .stpp-review-stars--large {
    margin-top: 15px;
}

body.stpp-product-layout .stpp-review-stars--large i {
    font-size: 22px;
}

body.stpp-product-layout .stpp-review-bars {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

body.stpp-product-layout .stpp-review-bar-row {
    display: grid;
    grid-template-columns: 54px minmax(100px, 1fr) 42px;
    align-items: center;
    gap: 8px;
}

body.stpp-product-layout .stpp-review-bar-row button {
    appearance: none;
    min-height: 0;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #007032 !important;
    box-shadow: none !important;
    font: inherit;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
}

body.stpp-product-layout .stpp-review-bar-row button:hover {
    color: var(--stpp-review-green) !important;
    text-decoration: underline;
}

body.stpp-product-layout .stpp-review-bar {
    display: block;
    height: 12px;
    overflow: hidden;
    border-radius: 999px;
    background: #edf0ee;
}

body.stpp-product-layout .stpp-review-bar i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #35aa49, #2fa946);
}

body.stpp-product-layout .stpp-review-bar-count {
    color: #007032 !important;
    font-size: 12px;
}

body.stpp-product-layout .stpp-review-metric {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

body.stpp-product-layout .stpp-review-metric__icon {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin-bottom: 9px;
    border-radius: 50%;
    color: var(--stpp-review-green);
    background: var(--stpp-review-green-soft);
}

body.stpp-product-layout .stpp-review-metric__icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.stpp-product-layout .stpp-review-metric__icon--verified {
    color: #08a12b;
}

body.stpp-product-layout .stpp-review-metric__icon--recommend {
    color: #0787e4;
}

body.stpp-product-layout .stpp-review-metric strong {
    color: #2d332f;
    font-size: 18px;
    font-weight: 500;
}

body.stpp-product-layout .stpp-review-metric small {
    max-width: 150px;
    margin-top: 4px;
    color: var(--stpp-review-muted);
    font-size: 11px;
    line-height: 1.35;
}

body.stpp-product-layout .stpp-review-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

body.stpp-product-layout .stpp-review-cta > strong {
    color: #363b38;
    font-size: 16px;
    font-weight: 600;
}

body.stpp-product-layout .stpp-review-cta > span {
    margin: 5px 0 9px;
    color: var(--stpp-review-muted);
    font-size: 11px;
}

body.stpp-product-layout .stpp-review-cta__stars {
    display: flex;
    align-items: center;
    gap: 2px;
    min-height: 30px;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: inherit !important;
    cursor: pointer;
}

body.stpp-product-layout .stpp-review-cta__stars i {
    color: #c9cdcb;
    font-size: 24px;
    font-style: normal;
    transition: color .18s ease, transform .18s ease;
}

body.stpp-product-layout .stpp-review-cta__stars:hover i,
body.stpp-product-layout .stpp-review-cta__stars:focus-visible i {
    color: var(--stpp-review-star);
}

body.stpp-product-layout .stpp-review-cta__stars:hover i:nth-child(2) { transform: translateY(-1px); }
body.stpp-product-layout .stpp-review-cta__stars:hover i:nth-child(3) { transform: translateY(-2px); }
body.stpp-product-layout .stpp-review-cta__stars:hover i:nth-child(4) { transform: translateY(-1px); }

body.stpp-product-layout .stpp-review-cta__stars b {
    margin-left: 7px;
    color: #333;
    font-size: 12px;
    font-weight: 600;
}

body.stpp-product-layout .stpp-review-cta__button {
    min-height: 36px;
    margin-top: 5px;
    padding: 8px 14px !important;
    border: 1px solid var(--stpp-review-green) !important;
    border-radius: 5px !important;
    background: var(--stpp-review-green) !important;
    color: #fff !important;
    box-shadow: none !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    cursor: pointer;
}

body.stpp-product-layout .stpp-review-cta__button:hover {
    background: var(--stpp-review-green-dark) !important;
}

body.stpp-product-layout .stpp-review-cta__button:disabled {
    opacity: .45;
    cursor: not-allowed;
}

body.stpp-product-layout .stpp-review-cta__notice {
    margin-top: 7px;
    color: #9a5647;
    font-size: 10px;
    line-height: 1.35;
}

body.stpp-product-layout .stpp-review-form-panel {
    overflow: hidden;
    margin: 0;
    border-bottom: 1px solid var(--stpp-review-border);
    background: linear-gradient(180deg, #f8fbf9 0%, #fff 100%);
}

body.stpp-product-layout .stpp-review-form-panel[hidden] {
    display: none !important;
}

body.stpp-product-layout .stpp-review-form-panel__head {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 28px 14px;
}

body.stpp-product-layout .stpp-review-form-panel__head span {
    color: var(--stpp-review-green);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .11em;
}

body.stpp-product-layout .stpp-review-form-panel__head h3 {
    margin: 3px 0 4px !important;
    color: #17251e;
    font-size: 21px !important;
    font-weight: 600 !important;
}

body.stpp-product-layout .stpp-review-form-panel__head p {
    margin: 0 !important;
    color: var(--stpp-review-muted);
    font-size: 12px;
}

body.stpp-product-layout .stpp-review-form-panel__close {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    min-height: 0;
    padding: 0 !important;
    border: 1px solid #dbe5df !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #34443b !important;
    box-shadow: none !important;
    font-size: 24px;
    line-height: 1;
}

body.stpp-product-layout .stpp-review-form {
    padding: 0 28px 26px;
}

body.stpp-product-layout .stpp-review-form__rating {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

body.stpp-product-layout .stpp-review-form__rating > strong {
    font-size: 13px;
}

body.stpp-product-layout .stpp-review-form__stars {
    display: flex;
    gap: 3px;
}

body.stpp-product-layout .stpp-review-form__stars button {
    min-width: 0;
    min-height: 0;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #cfd5d1 !important;
    box-shadow: none !important;
    font-size: 31px;
    line-height: 1;
    cursor: pointer;
}

body.stpp-product-layout .stpp-review-form__stars button.is-active,
body.stpp-product-layout .stpp-review-form__stars button.is-hover {
    color: var(--stpp-review-star) !important;
}

body.stpp-product-layout .stpp-review-form__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

body.stpp-product-layout .stpp-review-form label,
body.stpp-product-layout .stpp-review-form__field {
    display: grid;
    gap: 7px;
    color: #314038;
    font-size: 12px;
    font-weight: 600;
}

body.stpp-product-layout .stpp-review-form input[type="text"],
body.stpp-product-layout .stpp-review-form input[type="email"],
body.stpp-product-layout .stpp-review-form textarea {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px !important;
    border: 1px solid #d9e3dd !important;
    border-radius: 7px !important;
    background: #fff !important;
    color: #1f2d27 !important;
    box-shadow: none !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

body.stpp-product-layout .stpp-review-form textarea {
    min-height: 118px;
    resize: vertical;
}

body.stpp-product-layout .stpp-review-form__field {
    margin-top: 14px;
}

body.stpp-product-layout .stpp-review-form__identity {
    margin-bottom: 14px;
    padding: 10px 12px;
    border: 1px solid #dfe9e3;
    border-radius: 7px;
    background: #fff;
    color: #627168;
    font-size: 12px;
}

body.stpp-product-layout .stpp-review-form__recommend {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    border: 0;
}

body.stpp-product-layout .stpp-review-form__recommend legend {
    margin-right: 4px;
    color: #314038;
    font-size: 12px;
    font-weight: 600;
}

body.stpp-product-layout .stpp-review-form__recommend label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 36px;
    padding: 7px 11px;
    border: 1px solid #dbe5df;
    border-radius: 7px;
    background: #fff;
    cursor: pointer;
}

body.stpp-product-layout .stpp-review-form__photos {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 14px 20px;
    margin-top: 18px;
    padding: 15px;
    border: 1px dashed #cbd9d0;
    border-radius: 9px;
    background: rgba(255,255,255,.7);
}

body.stpp-product-layout .stpp-review-form__photos > div:first-child {
    display: grid;
    gap: 3px;
}

body.stpp-product-layout .stpp-review-form__photos strong {
    font-size: 12px;
}

body.stpp-product-layout .stpp-review-form__photos strong small,
body.stpp-product-layout .stpp-review-form__photos span {
    color: var(--stpp-review-muted);
    font-size: 10px;
    font-weight: 400;
}

body.stpp-product-layout .stpp-review-upload input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
}

body.stpp-product-layout .stpp-review-upload span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 12px;
    border-radius: 6px;
    background: #eff8f3;
    color: var(--stpp-review-green);
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
}

body.stpp-product-layout .stpp-review-upload-list {
    grid-column: 1 / -1;
    display: flex;
    gap: 7px;
    min-height: 0;
}

body.stpp-product-layout .stpp-review-upload-list:empty {
    display: none;
}

body.stpp-product-layout .stpp-review-upload-list span {
    display: inline-flex;
    max-width: 180px;
    overflow: hidden;
    padding: 4px 7px;
    border-radius: 5px;
    background: #f2f5f3;
    color: #4d5e55;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.stpp-product-layout .stpp-review-form__consent {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: flex-start;
    gap: 8px !important;
    margin-top: 16px;
    color: #637168 !important;
    font-size: 10px !important;
    font-weight: 400 !important;
}

body.stpp-product-layout .stpp-review-form__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 16px;
}

body.stpp-product-layout .stpp-review-form__message {
    color: #65736a;
    font-size: 11px;
}

body.stpp-product-layout .stpp-review-form__message.is-error {
    color: #b93737;
}

body.stpp-product-layout .stpp-review-form__message.is-success {
    color: var(--stpp-review-green);
}

body.stpp-product-layout .stpp-review-form__submit {
    min-height: 42px;
    padding: 9px 18px !important;
    border: 1px solid var(--stpp-review-green) !important;
    border-radius: 6px !important;
    background: var(--stpp-review-green) !important;
    color: #fff !important;
    box-shadow: none !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: none !important;
}

body.stpp-product-layout .stpp-reviews__toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 10px 0;
    border-bottom: 1px solid var(--stpp-review-border);
}

body.stpp-product-layout .stpp-reviews__filters {
    display: flex;
    gap: 8px;
}

body.stpp-product-layout .stpp-reviews__toolbar select,
body.stpp-product-layout .stpp-reviews__toolbar input[type="search"] {
    height: 38px !important;
    min-height: 38px !important;
    border: 1px solid #cfd7d2 !important;
    border-radius: 5px !important;
    background-color: #fff !important;
    color: #343c38 !important;
    box-shadow: none !important;
    font-size: 12px !important;
}

body.stpp-product-layout .stpp-reviews__toolbar select {
    min-width: 165px;
    padding: 0 32px 0 11px !important;
}

body.stpp-product-layout .stpp-reviews__search {
    position: relative;
    display: block;
    width: min(310px, 100%);
}

body.stpp-product-layout .stpp-reviews__search svg {
    position: absolute;
    top: 50%;
    right: 11px;
    width: 17px;
    height: 17px;
    transform: translateY(-50%);
    fill: none;
    stroke: #515a55;
    stroke-width: 1.7;
    stroke-linecap: round;
}

body.stpp-product-layout .stpp-reviews__search input {
    width: 100%;
    padding: 0 36px 0 11px !important;
}

body.stpp-product-layout .stpp-reviews__results {
    position: relative;
    min-height: 80px;
}

body.stpp-product-layout .stpp-reviews__results.is-loading {
    opacity: .5;
    pointer-events: none;
}

body.stpp-product-layout .stpp-review-list {
    display: grid;
}

body.stpp-product-layout .stpp-review-card {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 24px;
    padding: 28px 0;
    border-bottom: 1px solid #edf0ee;
}

body.stpp-product-layout .stpp-review-card__author {
    display: grid;
    align-content: start;
    justify-items: start;
    gap: 5px;
}

body.stpp-product-layout .stpp-review-avatar {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 6px;
    border-radius: 50%;
    background: #6f3cba;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

body.stpp-product-layout .stpp-review-avatar--0 { background: #7b36c5; }
body.stpp-product-layout .stpp-review-avatar--1 { background: #f5af00; }
body.stpp-product-layout .stpp-review-avatar--2 { background: #118b7b; }
body.stpp-product-layout .stpp-review-avatar--3 { background: #3676c5; }
body.stpp-product-layout .stpp-review-avatar--4 { background: #c25666; }
body.stpp-product-layout .stpp-review-avatar--5 { background: #576b39; }

body.stpp-product-layout .stpp-review-card__author strong {
    color: #343a36;
    font-size: 12px;
    font-weight: 500;
}

body.stpp-product-layout .stpp-review-card__author time {
    color: #969e99;
    font-size: 10px;
}

body.stpp-product-layout .stpp-review-card__body {
    min-width: 0;
}

body.stpp-product-layout .stpp-review-card__body > h3 {
    margin: 3px 0 6px !important;
    color: #333a36;
    font-size: 14px !important;
    font-weight: 600 !important;
}

body.stpp-product-layout .stpp-review-card__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

body.stpp-product-layout .stpp-review-verified,
body.stpp-product-layout .stpp-review-recommends {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #6b7770;
    font-size: 10px;
}

body.stpp-product-layout .stpp-review-verified {
    color: #4f6559;
}

body.stpp-product-layout .stpp-review-verified svg {
    width: 15px;
    height: 15px;
    fill: #09a230;
    stroke: #09a230;
    stroke-width: 1.5;
    color: #fff;
}

body.stpp-product-layout .stpp-review-verified svg path:last-child {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
}

body.stpp-product-layout .stpp-review-recommends {
    padding: 3px 6px;
    border-radius: 999px;
    background: #edf8f2;
    color: var(--stpp-review-green);
    font-weight: 600;
}

body.stpp-product-layout .stpp-review-card__text {
    max-width: 850px;
    color: #39463f;
    font-size: 12px;
    line-height: 1.65;
}

body.stpp-product-layout .stpp-review-card__text p {
    margin: 0 0 8px !important;
}

body.stpp-product-layout .stpp-review-card__images {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

body.stpp-product-layout .stpp-review-card__images button {
    width: 72px;
    height: 72px;
    min-height: 0;
    overflow: hidden;
    padding: 0 !important;
    border: 1px solid #dce5df !important;
    border-radius: 7px !important;
    background: #fff !important;
    box-shadow: none !important;
}

body.stpp-product-layout .stpp-review-card__images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.stpp-product-layout .stpp-review-card__actions {
    display: flex;
    margin-top: 13px;
}

body.stpp-product-layout .stpp-review-card__actions button {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 28px;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #166fc2 !important;
    box-shadow: none !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    text-transform: none !important;
}

body.stpp-product-layout .stpp-review-card__actions button svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.stpp-product-layout .stpp-review-reply {
    max-width: 900px;
    margin-top: 14px;
    padding: 12px 14px;
    border-left: 3px solid var(--stpp-review-green);
    border-radius: 0 6px 6px 0;
    background: #f5faf7;
    color: #45544c;
    font-size: 11px;
}

body.stpp-product-layout .stpp-review-reply strong {
    display: flex;
    gap: 7px;
    margin-bottom: 5px;
    color: #20342a;
}

body.stpp-product-layout .stpp-review-reply strong span {
    color: var(--stpp-review-green);
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
}

body.stpp-product-layout .stpp-review-pagination {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 18px 0 4px;
}

body.stpp-product-layout .stpp-review-pagination button {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    min-height: 0;
    padding: 0 !important;
    border: 1px solid #dce5df !important;
    border-radius: 5px !important;
    background: #fff !important;
    color: #314038 !important;
    box-shadow: none !important;
    font-size: 11px !important;
}

body.stpp-product-layout .stpp-review-pagination button.is-active {
    border-color: var(--stpp-review-green) !important;
    background: var(--stpp-review-green) !important;
    color: #fff !important;
}

body.stpp-product-layout .stpp-review-empty {
    display: grid;
    justify-items: center;
    gap: 5px;
    padding: 35px 15px;
    text-align: center;
}

body.stpp-product-layout .stpp-review-empty > span {
    color: #d3dad6;
    font-size: 36px;
}

body.stpp-product-layout .stpp-review-empty strong {
    font-size: 13px;
}

body.stpp-product-layout .stpp-review-empty p {
    margin: 0 !important;
    color: #7b8881;
    font-size: 11px;
}

body.stpp-review-image-open {
    overflow: hidden;
}

.stpp-review-image-modal {
    position: fixed;
    inset: 0;
    z-index: 100010;
    display: grid;
    place-items: center;
    padding: 30px;
    background: rgba(2, 24, 15, .88);
    backdrop-filter: blur(8px);
}

.stpp-review-image-modal[hidden] {
    display: none !important;
}

.stpp-review-image-modal__dialog {
    position: relative;
    display: grid;
    place-items: center;
    max-width: min(1100px, 95vw);
    max-height: 90vh;
    padding: 12px;
    border-radius: 14px;
    background: #eff9f3;
    box-shadow: 0 25px 70px rgba(0,0,0,.35);
}

.stpp-review-image-modal__dialog img {
    display: block;
    max-width: calc(95vw - 24px);
    max-height: calc(90vh - 24px);
    object-fit: contain;
    border-radius: 9px;
    background: #fff;
}

.stpp-review-image-modal__close {
    position: absolute;
    top: -15px;
    right: -15px;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    min-height: 0;
    padding: 0 !important;
    border: 1px solid rgba(255,255,255,.25) !important;
    border-radius: 50% !important;
    background: #075b35 !important;
    color: #fff !important;
    box-shadow: 0 9px 18px rgba(0,0,0,.25) !important;
    font-size: 24px;
}

@media (max-width: 1200px) {
    body.stpp-product-layout .stpp-reviews__overview {
        grid-template-columns: 140px minmax(260px, 1.4fr) minmax(150px, .7fr) minmax(220px, 1fr);
    }

    body.stpp-product-layout .stpp-review-metric:nth-of-type(4) {
        display: none;
    }
}

@media (max-width: 900px) {
    body.stpp-product-layout .stpp-reviews {
        margin-top: 16px;
    }

    body.stpp-product-layout .stpp-reviews__overview {
        grid-template-columns: 140px 1fr 1fr;
    }

    body.stpp-product-layout .stpp-review-bars {
        grid-column: 2 / 4;
    }

    body.stpp-product-layout .stpp-review-metric {
        border-top: 1px solid #edf1ee;
    }

    body.stpp-product-layout .stpp-review-cta {
        grid-column: 1 / -1;
        flex-direction: row;
        align-items: center;
        gap: 12px;
        border-top: 1px solid #edf1ee;
    }

    body.stpp-product-layout .stpp-review-cta > span {
        margin: 0 auto 0 0;
    }

    body.stpp-product-layout .stpp-review-card {
        grid-template-columns: 155px 1fr;
    }
}

@media (max-width: 767px) {
    body.stpp-product-layout .stpp-reviews {
        width: auto;
        margin: 14px 10px 12px;
    }

    body.stpp-product-layout .stpp-reviews__head {
        padding-bottom: 10px;
    }

    body.stpp-product-layout .stpp-reviews__title-wrap {
        display: grid;
        gap: 3px;
    }

    body.stpp-product-layout .stpp-reviews__title-wrap h2,
    body.stpp-product-layout .stpp-reviews__kicker {
        font-size: 18px !important;
    }

    body.stpp-product-layout .stpp-reviews__overview {
        grid-template-columns: 1fr 1fr;
        border: 1px solid var(--stpp-review-border);
        border-radius: 12px;
        overflow: hidden;
    }

    body.stpp-product-layout .stpp-review-score,
    body.stpp-product-layout .stpp-review-bars,
    body.stpp-product-layout .stpp-review-metric,
    body.stpp-product-layout .stpp-review-cta {
        padding: 16px 13px;
    }

    body.stpp-product-layout .stpp-review-score {
        grid-column: 1;
    }

    body.stpp-product-layout .stpp-review-bars {
        grid-column: 2;
        border-right: 0;
    }

    body.stpp-product-layout .stpp-review-bar-row {
        grid-template-columns: 45px minmax(50px, 1fr) 30px;
        gap: 5px;
    }

    body.stpp-product-layout .stpp-review-bar-row button {
        font-size: 9px;
    }

    body.stpp-product-layout .stpp-review-bar-count {
        font-size: 12px;
    }

    body.stpp-product-layout .stpp-review-metric {
        border-right: 1px solid #edf1ee;
        border-top: 1px solid #edf1ee;
    }

    body.stpp-product-layout .stpp-review-metric:nth-of-type(4) {
        display: flex;
        border-right: 0;
    }

    body.stpp-product-layout .stpp-review-cta {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 4px 10px;
        align-items: center;
        border-top: 1px solid #edf1ee;
    }

    body.stpp-product-layout .stpp-review-cta > strong,
    body.stpp-product-layout .stpp-review-cta > span,
    body.stpp-product-layout .stpp-review-cta__notice {
        grid-column: 1;
    }

    body.stpp-product-layout .stpp-review-cta__stars,
    body.stpp-product-layout .stpp-review-cta__button {
        grid-column: 2;
    }

    body.stpp-product-layout .stpp-review-cta__stars {
        grid-row: 1 / 3;
    }

    body.stpp-product-layout .stpp-review-cta__stars b {
        display: none;
    }

    body.stpp-product-layout .stpp-review-cta__button {
        grid-row: 3;
        margin-top: 4px;
    }

    body.stpp-product-layout .stpp-review-form-panel {
        margin-top: 10px;
        border: 1px solid var(--stpp-review-border);
        border-radius: 12px;
    }

    body.stpp-product-layout .stpp-review-form-panel__head,
    body.stpp-product-layout .stpp-review-form {
        padding-left: 16px;
        padding-right: 16px;
    }

    body.stpp-product-layout .stpp-review-form__rating,
    body.stpp-product-layout .stpp-review-form__recommend,
    body.stpp-product-layout .stpp-review-form__footer {
        align-items: stretch;
        flex-direction: column;
    }

    body.stpp-product-layout .stpp-review-form__grid {
        grid-template-columns: 1fr;
    }

    body.stpp-product-layout .stpp-review-form__photos {
        grid-template-columns: 1fr;
    }

    body.stpp-product-layout .stpp-review-form__photos .stpp-review-upload {
        justify-self: start;
    }

    body.stpp-product-layout .stpp-reviews__toolbar {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 12px;
        padding-bottom: 12px;
    }

    body.stpp-product-layout .stpp-reviews__filters {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    body.stpp-product-layout .stpp-reviews__toolbar select {
        width: 100%;
        min-width: 0;
    }

    body.stpp-product-layout .stpp-reviews__search {
        width: 100%;
    }

    body.stpp-product-layout .stpp-review-card {
        grid-template-columns: 60px 1fr;
        gap: 11px;
        padding: 20px 0;
    }

    body.stpp-product-layout .stpp-review-avatar {
        width: 44px;
        height: 44px;
        font-size: 14px;
    }

    body.stpp-product-layout .stpp-review-card__author strong {
        max-width: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.stpp-product-layout .stpp-review-card__body > h3 {
        margin-top: 0 !important;
    }

    body.stpp-product-layout .stpp-review-card__images button {
        width: 62px;
        height: 62px;
    }
}
