.dbg-vpr,
.dbg-vpr * {
    box-sizing: border-box;
}

.dbg-vpr-mount {
    min-width: 0;
    width: 100%;
}

.dbg-vpr {
    --vpr-text: #121820;
    --vpr-muted: #64707d;
    --vpr-line: #dce5ed;
    --vpr-soft: #f7fafc;
    --vpr-green: #247a61;
    --vpr-green-soft: #eaf6f1;
    --vpr-orange: #f59a23;
    --vpr-blue: #3478f6;
    color: var(--vpr-text);
    display: grid;
    gap: 22px;
    scroll-margin-top: 110px;
    width: 100%;
}

.dbg-vpr button,
.dbg-vpr select,
.dbg-vpr textarea,
.dbg-vpr a {
    font: inherit;
    letter-spacing: 0;
}

.dbg-vpr-head {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
}

.dbg-vpr-kicker {
    color: var(--vpr-green);
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.dbg-vpr-head h2 {
    color: var(--vpr-text);
    font-size: 30px;
    line-height: 36px;
    margin: 0;
}

.dbg-vpr-head > div > p {
    color: var(--vpr-muted);
    font-size: 13px;
    line-height: 20px;
    margin: 7px 0 0;
    max-width: 620px;
}

.dbg-vpr-head-action {
    display: grid;
    gap: 10px;
    justify-items: stretch;
    width: 100%;
}

.dbg-vpr-write,
.dbg-vpr-submit,
.dbg-vpr-signin {
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    text-decoration: none !important;
}

.dbg-vpr-write,
.dbg-vpr-submit {
    background: var(--vpr-text);
    border: 1px solid var(--vpr-text);
    color: #fff;
}

.dbg-vpr-write:hover,
.dbg-vpr-write:focus-visible,
.dbg-vpr-submit:hover,
.dbg-vpr-submit:focus-visible {
    background: #2a333d;
    color: #fff;
}

.dbg-vpr-signin {
    background: #fff;
    border: 1px solid var(--vpr-text);
    color: var(--vpr-text);
    margin-top: 10px;
}

.dbg-vpr button:focus-visible,
.dbg-vpr select:focus-visible,
.dbg-vpr textarea:focus-visible,
.dbg-vpr a:focus-visible {
    outline: 2px solid var(--vpr-blue);
    outline-offset: 2px;
}

.dbg-vpr-access {
    border-left: 3px solid var(--vpr-orange);
    padding: 3px 0 3px 14px;
}

.dbg-vpr-access.is-complete {
    border-left-color: var(--vpr-green);
}

.dbg-vpr-access.is-locked {
    border-left-color: #9aa6b2;
}

.dbg-vpr-access strong {
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.dbg-vpr-access p {
    color: var(--vpr-muted);
    font-size: 12px;
    line-height: 18px;
    margin: 3px 0 0;
}

.dbg-vpr-feedback {
    background: #fff;
    border: 1px solid var(--vpr-line);
    border-radius: 8px;
    display: grid;
    grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
    overflow: hidden;
}

.dbg-vpr-summary {
    align-content: start;
    background: #f5f8f7;
    border-right: 1px solid var(--vpr-line);
    display: grid;
    gap: 18px;
    padding: 22px;
}

.dbg-vpr-summary-label,
.dbg-vpr-feed-head {
    color: #303b46;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.dbg-vpr-summary-label strong,
.dbg-vpr-feed-head strong {
    color: var(--vpr-orange);
    font-weight: 900;
}

.dbg-vpr-score {
    align-items: center;
    background: #eaf0ee;
    border-radius: 4px;
    display: grid;
    gap: 8px;
    justify-items: center;
    padding: 18px 12px;
    text-align: center;
}

.dbg-vpr-score > strong {
    align-items: baseline;
    color: var(--vpr-orange);
    display: inline-flex;
    font-size: 38px;
    line-height: 42px;
}

.dbg-vpr-score > strong small {
    font-size: 18px;
    line-height: 1;
}

.dbg-vpr-score > div {
    display: grid;
    gap: 5px;
    justify-items: center;
}

.dbg-vpr-score > div > span {
    color: #44515e;
    font-size: 11px;
}

.dbg-vpr-stars {
    display: inline-flex;
    gap: 2px;
}

.dbg-vpr-star {
    color: #ccd4dc;
    font-size: 15px;
    line-height: 1;
}

.dbg-vpr-star.is-filled {
    color: var(--vpr-orange);
}

.dbg-vpr-bars {
    display: grid;
    gap: 5px;
}

.dbg-vpr-bar {
    align-items: center;
    display: grid;
    font-size: 10px;
    gap: 8px;
    grid-template-columns: 36px minmax(70px, 1fr) 20px;
}

.dbg-vpr-bar > span:first-child,
.dbg-vpr-bar > strong {
    color: var(--vpr-muted);
    font-weight: 700;
}

.dbg-vpr-bar-label {
    align-items: center;
    display: inline-flex;
    gap: 3px;
    white-space: nowrap;
}

.dbg-vpr-bar-icon {
    color: var(--vpr-orange);
    font-size: 11px;
    line-height: 1;
}

.dbg-vpr-bar-track {
    background: #e8edf2;
    display: block;
    height: 5px;
    overflow: hidden;
}

.dbg-vpr-bar-track > span {
    background: var(--vpr-orange);
    display: block;
    height: 100%;
}

.dbg-vpr-feed {
    min-width: 0;
    padding: 0 22px 8px;
}

.dbg-vpr-feed-head {
    align-items: center;
    border-bottom: 1px solid var(--vpr-line);
    display: flex;
    gap: 14px;
    justify-content: space-between;
    min-height: 55px;
}

.dbg-vpr-feed-title {
    align-items: center;
    display: flex;
    gap: 5px;
}

.dbg-vpr-see-all {
    align-items: center;
    color: var(--vpr-green, #247a61) !important;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 800;
    min-height: 36px;
    padding: 0;
    text-decoration: none !important;
    text-transform: none;
}

.dbg-vpr-see-all:hover,
.dbg-vpr-see-all:focus-visible {
    color: #185e49 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.dbg-vpr-list {
    border-top: 0;
}

.dbg-vpr-review {
    border-bottom: 1px solid var(--vpr-line);
    padding: 22px 0;
}

.dbg-vpr-review[hidden] {
    display: none !important;
}

.dbg-vpr-review-person {
    align-items: center;
    display: flex;
    gap: 12px;
}

.dbg-vpr-avatar {
    align-items: center;
    background: #eaf0f6;
    border-radius: 50%;
    color: var(--vpr-text);
    display: inline-flex;
    flex: 0 0 38px;
    font-size: 13px;
    font-weight: 900;
    height: 38px;
    justify-content: center;
}

.dbg-vpr-review-name-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.dbg-vpr-review-name-row strong {
    font-size: 13px;
    line-height: 18px;
}

.dbg-vpr-verified {
    align-items: center;
    background: var(--vpr-green-soft);
    border-radius: 999px;
    color: var(--vpr-green);
    display: inline-flex;
    font-size: 9px;
    font-weight: 900;
    gap: 4px;
    min-height: 20px;
    padding: 0 8px;
}

.dbg-vpr-verified > span {
    align-items: center;
    background: var(--vpr-green);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 7px;
    height: 12px;
    justify-content: center;
    width: 12px;
}

.dbg-vpr-review-rating {
    align-items: center;
    display: flex;
    gap: 9px;
    margin-top: 4px;
}

.dbg-vpr-review-rating time {
    color: var(--vpr-muted);
    font-size: 10px;
}

.dbg-vpr-variant,
.dbg-vpr-source {
    color: var(--vpr-muted);
    font-size: 10px;
    line-height: 15px;
}

.dbg-vpr-variant {
    margin: 12px 0 0 50px;
}

.dbg-vpr-review-copy {
    color: #303b46;
    font-size: 13px;
    line-height: 21px;
    margin: 10px 0 0 50px;
    max-width: 860px;
}

.dbg-vpr-review-copy p {
    margin: 0 0 8px;
}

.dbg-vpr-review-photos {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, 96px);
    margin: 12px 0 0 50px;
}

.dbg-vpr-review-photos a {
    display: block;
    height: 96px;
    width: 96px;
}

.dbg-vpr-review-photo {
    background: transparent !important;
    border: 0 !important;
    border-radius: 4px;
    box-shadow: none !important;
    display: block;
    height: 96px !important;
    object-fit: cover;
    width: 96px !important;
}

.dbg-vpr-response {
    background: var(--vpr-soft);
    border-left: 3px solid var(--vpr-green);
    margin: 14px 0 0 50px;
    max-width: 760px;
    padding: 11px 13px;
}

.dbg-vpr-response strong {
    color: var(--vpr-green);
    font-size: 10px;
    text-transform: uppercase;
}

.dbg-vpr-response p {
    color: #3b4650;
    font-size: 11px;
    line-height: 17px;
    margin: 3px 0 0;
}

.dbg-vpr-source {
    display: block;
    margin: 9px 0 0 50px;
}

.dbg-vpr-empty,
.dbg-vpr-filter-empty {
    border-bottom: 1px solid var(--vpr-line);
    border-top: 1px solid var(--vpr-line);
    padding: 22px 0;
}

.dbg-vpr-feed > .dbg-vpr-empty {
    border-top: 0;
    min-height: 150px;
    padding-top: 28px;
}

.dbg-vpr-empty strong {
    font-size: 14px;
}

.dbg-vpr-empty p,
.dbg-vpr-filter-empty {
    color: var(--vpr-muted);
    font-size: 12px;
    line-height: 18px;
    margin: 4px 0 0;
}

.dbg-vpr-form {
    background: #fff;
    border: 1px solid var(--vpr-line);
    border-radius: 8px;
    display: grid;
    gap: 12px;
    padding: 16px;
}

.dbg-vpr-form[hidden] {
    display: none !important;
}

.dbg-vpr-rating-field {
    border: 0;
    margin: 0;
    padding: 0;
}

.dbg-vpr-rating-field legend,
.dbg-vpr-comment-label {
    color: var(--vpr-text);
    font-size: 11px;
    font-weight: 900;
    margin-bottom: 7px;
}

.dbg-vpr-rating-input {
    display: flex;
    gap: 5px;
}

.dbg-vpr-rating-input label {
    cursor: pointer;
    position: relative;
}

.dbg-vpr-rating-input input {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px;
}

.dbg-vpr-rating-input label > span[aria-hidden] {
    align-items: center;
    border: 1px solid var(--vpr-line);
    border-radius: 4px;
    color: #bdc7d0;
    display: inline-flex;
    font-size: 18px;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.dbg-vpr-rating-input label.is-selected > span[aria-hidden],
.dbg-vpr-rating-input label:hover > span[aria-hidden] {
    border-color: var(--vpr-orange);
    color: var(--vpr-orange);
}

.dbg-vpr-rating-input input:focus-visible + span {
    outline: 2px solid var(--vpr-blue);
    outline-offset: 2px;
}

.dbg-vpr-form textarea {
    background: #fff;
    border: 1px solid var(--vpr-line);
    border-radius: 6px;
    color: var(--vpr-text);
    font-size: 12px;
    line-height: 19px;
    min-height: 116px;
    padding: 11px 12px;
    resize: vertical;
    width: 100%;
}

.dbg-vpr-photo-field {
    display: grid;
    gap: 7px;
}

.dbg-vpr-photo-field > label {
    color: var(--vpr-text);
    font-size: 11px;
    font-weight: 900;
}

.dbg-vpr-photo-field > label span {
    color: var(--vpr-muted);
    font-weight: 600;
    margin-left: 5px;
}

.dbg-vpr-photo-picker {
    align-items: center;
    border: 1px solid var(--vpr-line);
    border-radius: 6px;
    display: flex;
    gap: 10px;
    min-height: 42px;
    padding: 6px;
    width: 100%;
}

.dbg-vpr-photo-input {
    clip-path: inset(50%);
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.dbg-vpr-photo-button {
    background: var(--vpr-soft);
    border: 1px solid var(--vpr-line);
    border-radius: 4px;
    color: var(--vpr-text);
    cursor: pointer;
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 800;
    line-height: 28px;
    min-height: 28px;
    padding: 0 10px;
}

.dbg-vpr-photo-input:focus-visible + .dbg-vpr-photo-button {
    outline: 2px solid var(--vpr-blue);
    outline-offset: 2px;
}

.dbg-vpr-photo-selection {
    color: var(--vpr-muted);
    font-size: 11px;
    line-height: 16px;
    min-width: 0;
    overflow-wrap: anywhere;
}

.dbg-vpr-photo-field > p {
    color: var(--vpr-muted);
    font-size: 10px;
    line-height: 15px;
    margin: 0;
}

.dbg-vpr-photo-preview {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, 72px);
}

.dbg-vpr-photo-preview[hidden] {
    display: none !important;
}

.dbg-vpr-photo-preview-item,
.dbg-vpr-photo-preview-item img {
    display: block;
    height: 72px;
    width: 72px;
}

.dbg-vpr-photo-preview-item img {
    border: 0;
    border-radius: 4px;
    box-shadow: none;
    object-fit: cover;
}

.dbg-vpr-privacy {
    color: var(--vpr-muted);
    font-size: 10px;
    line-height: 15px;
    margin: 0;
}

.dbg-vpr-form-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.dbg-vpr-form-status {
    color: var(--vpr-muted);
    font-size: 11px;
    line-height: 16px;
}

.dbg-vpr-form-status.is-error {
    color: #b42318;
}

.dbg-vpr-form-status.is-success {
    color: var(--vpr-green);
    font-weight: 800;
}

.dbg-vpr-inline-summary {
    align-items: center;
    color: var(--vpr-green, #247a61) !important;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    gap: 8px;
    margin-top: 8px;
    text-decoration: none !important;
}

.dbg-vpr-inline-summary .dbg-vpr-stars {
    pointer-events: none;
}

.dbg-vpr-inline-summary .dbg-vpr-star.is-filled {
    color: var(--vpr-orange, #f59a23) !important;
}

.dbg-vpr-inline-summary .dbg-vpr-star:not(.is-filled) {
    color: #c7d0d8 !important;
}

.dbg-vpr-inline-summary > span:last-child {
    color: var(--vpr-green, #247a61) !important;
}

.dbg-vpr-inline-summary:hover > span:last-child,
.dbg-vpr-inline-summary:focus-visible > span:last-child {
    text-decoration: underline;
    text-underline-offset: 3px;
}

body.dbg-vpr-reviews-page {
    background: #f3f6f9 !important;
    margin: 0;
}

body.dbg-vpr-reviews-page #masthead,
body.dbg-vpr-reviews-page footer#colophon,
body.dbg-vpr-reviews-page .site-footer,
body.dbg-vpr-reviews-page .site-below-footer-wrap,
body.dbg-vpr-reviews-page .elementor-location-footer {
    display: none !important;
}

body.dbg-vpr-reviews-page .dbg-vpr-shared-header {
    position: relative;
    width: 100%;
    z-index: 100;
}

body.dbg-vpr-reviews-page .dbg-vpr-page-main {
    display: block;
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
    padding: 0;
    width: 100%;
}

body.dbg-vpr-reviews-page article.page > .entry-header,
body.dbg-vpr-reviews-page .page > .page-header,
body.dbg-vpr-reviews-page .entry-title {
    display: none !important;
}

.dbg-vpr-page,
.dbg-vpr-page * {
    box-sizing: border-box;
}

.dbg-vpr-page {
    color: #121820;
    left: 50%;
    margin: 0;
    max-width: 1180px;
    padding: 44px 0 72px;
    position: relative;
    transform: translateX(-50%);
    width: calc(100vw - 48px);
}

.dbg-vpr-page-back {
    align-items: center;
    color: #247a61 !important;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 7px;
    margin-bottom: 22px;
    text-decoration: none !important;
}

.dbg-vpr-page-back:hover,
.dbg-vpr-page-back:focus-visible {
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.dbg-vpr-page-header {
    align-items: center;
    border-bottom: 1px solid #dce5ed;
    display: grid;
    gap: 20px;
    grid-template-columns: 88px minmax(0, 1fr) auto;
    padding: 0 0 26px;
}

.dbg-vpr-page-product-visual {
    align-items: center;
    display: flex;
    height: 96px;
    justify-content: center;
    width: 88px;
}

.dbg-vpr-page-product-visual img {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    display: block;
    filter: none !important;
    height: 92px;
    object-fit: contain;
    width: 82px;
}

.dbg-vpr-page-heading {
    min-width: 0;
}

.dbg-vpr-page .dbg-vpr-kicker {
    color: #247a61;
}

.dbg-vpr-page-heading h1,
.dbg-vpr-page-empty h1 {
    color: #121820;
    font-size: 34px;
    line-height: 40px;
    margin: 0;
}

.dbg-vpr-page-heading p,
.dbg-vpr-page-empty p {
    color: #64707d;
    font-size: 14px;
    line-height: 21px;
    margin: 6px 0 0;
}

.dbg-vpr-page-button {
    align-items: center;
    background: #121820;
    border: 1px solid #121820;
    border-radius: 6px;
    color: #fff !important;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    text-decoration: none !important;
}

.dbg-vpr-page-button:hover,
.dbg-vpr-page-button:focus-visible {
    background: #2a333d;
    color: #fff !important;
}

.dbg-vpr-page > .dbg-vpr {
    margin-top: 28px;
}

.dbg-vpr-page-empty {
    border: 1px solid #dce5ed;
    border-radius: 8px;
    padding: 34px;
}

.dbg-vpr-page-empty .dbg-vpr-page-button {
    margin-top: 20px;
}

.dbg-vpr-account-links {
    border-top: 1px solid #dce5ed;
    margin-top: 24px;
    padding-top: 20px;
}

.dbg-vpr-account-links h2 {
    font-size: 20px;
    margin: 0 0 8px;
}

.dbg-vpr-account-links a {
    color: #247a61;
    font-weight: 800;
}

@media (max-width: 860px) {
    body.single-product:has(#customer-reviews:target) .dbg-single-actions,
    body.single-product:has(.dbg-vpr-form:not([hidden])) .dbg-single-actions {
        display: none !important;
    }

    .dbg-vpr {
        gap: 18px;
        scroll-margin-top: 170px;
    }

    .dbg-vpr-head {
        gap: 16px;
        grid-template-columns: 1fr;
    }

    .dbg-vpr-head h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .dbg-vpr-head-action {
        max-width: none;
    }

    .dbg-vpr-feedback {
        grid-template-columns: 1fr;
    }

    .dbg-vpr-summary {
        border-bottom: 1px solid var(--vpr-line);
        border-right: 0;
        gap: 16px;
        padding: 18px;
    }

    .dbg-vpr-feed {
        padding: 0 16px 6px;
    }

    .dbg-vpr-feed-head {
        min-height: 52px;
    }

    .dbg-vpr-score > strong {
        font-size: 34px;
        line-height: 38px;
    }

    .dbg-vpr-review {
        padding: 18px 0;
    }

    .dbg-vpr-variant,
    .dbg-vpr-review-copy,
    .dbg-vpr-review-photos,
    .dbg-vpr-response,
    .dbg-vpr-source {
        margin-left: 0;
    }

    .dbg-vpr-review-copy {
        font-size: 12px;
        line-height: 19px;
    }

    .dbg-vpr-form {
        padding: 14px;
    }

    .dbg-vpr-page {
        padding: 28px 0 56px;
        width: calc(100vw - 32px);
    }

    .dbg-vpr-page-back {
        margin-bottom: 18px;
    }

    .dbg-vpr-page-header {
        gap: 14px;
        grid-template-columns: 70px minmax(0, 1fr);
        padding-bottom: 22px;
    }

    .dbg-vpr-page-product-visual {
        height: 78px;
        width: 70px;
    }

    .dbg-vpr-page-product-visual img {
        height: 76px;
        width: 66px;
    }

    .dbg-vpr-page-heading h1,
    .dbg-vpr-page-empty h1 {
        font-size: 28px;
        line-height: 34px;
    }

    .dbg-vpr-page-button {
        grid-column: 1 / -1;
        width: 100%;
    }
}

.dbg-vpr-rating-note {
    color: var(--vpr-muted);
    display: block;
    font-size: 11px;
    line-height: 17px;
    margin-top: 8px;
}

.dbg-vpr-public-note {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: 28px minmax(0, 1fr);
}

.dbg-vpr-public-note > span {
    align-items: center;
    background: var(--vpr-green);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 12px;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.dbg-vpr-public-note strong {
    color: var(--vpr-text);
    display: block;
    font-size: 12px;
    line-height: 17px;
}

.dbg-vpr-public-note p {
    color: var(--vpr-muted);
    font-size: 10px;
    line-height: 15px;
    margin: 1px 0 0;
}

html:has(body.dbg-vpr-compose-page) {
    margin-top: 0 !important;
}

body.dbg-vpr-compose-page {
    background: #f1f4f5 !important;
    color: #121820;
    font-family: "Inter", Arial, sans-serif;
    letter-spacing: 0;
    margin: 0;
}

body.dbg-vpr-compose-page #wpadminbar,
body.dbg-vpr-compose-page .dbg-vpr-shared-header,
body.dbg-vpr-compose-page #masthead,
body.dbg-vpr-compose-page #colophon,
body.dbg-vpr-compose-page .site-footer,
body.dbg-vpr-compose-page .site-below-footer-wrap,
body.dbg-vpr-compose-page .joinchat,
body.dbg-vpr-compose-page .chaty-widget,
body.dbg-vpr-compose-page #tidio-chat {
    display: none !important;
}

body.dbg-vpr-compose-page .dbg-vpr-page-main {
    background: #f1f4f5;
    min-height: 100vh;
}

.dbg-vpr-compose-shell,
.dbg-vpr-compose-shell * {
    box-sizing: border-box;
}

.dbg-vpr-compose-shell {
    color: #121820;
    min-height: 100vh;
    width: 100%;
}

.dbg-vpr-compose-top {
    background: #fff;
    border-bottom: 1px solid #dde4e9;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 50;
}

.dbg-vpr-compose-top-inner {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    margin: 0 auto;
    max-width: 760px;
    min-height: 64px;
    padding: 0 16px;
}

.dbg-vpr-compose-back {
    align-items: center;
    color: #1f2933 !important;
    display: flex;
    font-size: 25px;
    height: 44px;
    justify-content: center;
    text-decoration: none !important;
    width: 44px;
}

.dbg-vpr-compose-back:hover,
.dbg-vpr-compose-back:focus-visible {
    background: #edf6f3;
    color: #247a61 !important;
}

.dbg-vpr-compose-back:focus-visible {
    outline: 2px solid #247a61;
    outline-offset: -2px;
}

.dbg-vpr-compose-top h1 {
    color: #121820;
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    margin: 0;
}

.dbg-vpr-compose-status {
    color: #247a61;
    font-size: 11px;
    font-weight: 800;
    line-height: 16px;
}

.dbg-vpr-compose-inner {
    background: #fff;
    margin: 0 auto;
    max-width: 760px;
    min-height: calc(100vh - 64px);
}

.dbg-vpr-compose-product {
    align-items: center;
    border-bottom: 1px solid #e4e9ed;
    display: grid;
    gap: 14px;
    grid-template-columns: 72px minmax(0, 1fr);
    padding: 16px 18px;
}

.dbg-vpr-compose-product-visual {
    align-items: center;
    display: flex;
    height: 76px;
    justify-content: center;
    width: 72px;
}

.dbg-vpr-compose-product-visual img {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    display: block;
    filter: none !important;
    height: 72px;
    object-fit: contain;
    width: 68px;
}

.dbg-vpr-compose-product-copy {
    min-width: 0;
}

.dbg-vpr-compose-product-copy > span {
    color: #247a61;
    display: block;
    font-size: 10px;
    font-weight: 800;
    line-height: 15px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.dbg-vpr-compose-product-copy strong {
    color: #121820;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.dbg-vpr-compose-product-copy p {
    color: #697583;
    font-size: 11px;
    line-height: 17px;
    margin: 4px 0 0;
}

.dbg-vpr-compose-intro {
    padding: 24px 18px 10px;
}

.dbg-vpr-compose-intro h2 {
    color: #121820;
    font-size: 24px;
    line-height: 30px;
    margin: 0;
}

.dbg-vpr-compose-intro p {
    color: #697583;
    font-size: 12px;
    line-height: 19px;
    margin: 6px 0 0;
    max-width: 580px;
}

.dbg-vpr-compose-review {
    display: block;
    padding: 0;
    scroll-margin-top: 72px;
}

.dbg-vpr-compose-review .dbg-vpr-head-action {
    display: block;
    width: 100%;
}

.dbg-vpr-compose-review .dbg-vpr-write[hidden] {
    display: none !important;
}

.dbg-vpr-compose-review .dbg-vpr-form {
    background: #fff;
    border: 0;
    border-radius: 0;
    gap: 20px;
    padding: 12px 18px 28px;
}

.dbg-vpr-compose-review .dbg-vpr-rating-field {
    text-align: center;
}

.dbg-vpr-compose-review .dbg-vpr-rating-field legend {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    width: 100%;
}

.dbg-vpr-compose-review .dbg-vpr-rating-input {
    gap: 8px;
    justify-content: center;
}

.dbg-vpr-compose-review .dbg-vpr-rating-input label > span[aria-hidden] {
    border: 0;
    color: #d5dce2;
    font-size: 35px;
    height: 46px;
    width: 46px;
}

.dbg-vpr-compose-review .dbg-vpr-rating-input label.is-selected > span[aria-hidden],
.dbg-vpr-compose-review .dbg-vpr-rating-input label:hover > span[aria-hidden] {
    color: #f59a23;
}

.dbg-vpr-compose-review .dbg-vpr-rating-note {
    font-size: 12px;
    margin-top: 6px;
}

.dbg-vpr-compose-review .dbg-vpr-comment-label {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: -12px;
}

.dbg-vpr-compose-review .dbg-vpr-form textarea {
    border-color: #cfd9e1;
    font-size: 14px;
    line-height: 22px;
    min-height: 220px;
    padding: 14px;
}

.dbg-vpr-compose-review .dbg-vpr-photo-field {
    border-top: 1px solid #e4e9ed;
    padding-top: 18px;
}

.dbg-vpr-compose-review .dbg-vpr-photo-field > label {
    font-size: 13px;
    line-height: 19px;
}

.dbg-vpr-compose-review .dbg-vpr-photo-picker {
    border-color: #cfd9e1;
    border-style: dashed;
    min-height: 52px;
    padding: 8px;
}

.dbg-vpr-compose-review .dbg-vpr-public-note {
    border-top: 1px solid #e4e9ed;
    padding-top: 16px;
}

.dbg-vpr-compose-review .dbg-vpr-form-actions {
    background: #fff;
    border-top: 1px solid #dde4e9;
    bottom: 0;
    display: grid;
    gap: 7px;
    margin: 0 -18px -28px;
    padding: 12px 18px calc(12px + env(safe-area-inset-bottom));
    position: sticky;
    z-index: 40;
}

.dbg-vpr-compose-review .dbg-vpr-submit {
    background: #27886f;
    border-color: #27886f;
    min-height: 52px;
    width: 100%;
}

.dbg-vpr-compose-review .dbg-vpr-submit:hover,
.dbg-vpr-compose-review .dbg-vpr-submit:focus-visible {
    background: #111820;
    border-color: #111820;
}

.dbg-vpr-compose-review .dbg-vpr-form-status {
    text-align: center;
}

.dbg-vpr-compose-review .dbg-vpr-head-action > .dbg-vpr-access {
    background: #f3f8f6;
    border-left-width: 4px;
    margin: 18px;
    padding: 18px;
}

.dbg-vpr-compose-review .dbg-vpr-head-action > .dbg-vpr-access strong {
    font-size: 18px;
    line-height: 24px;
}

.dbg-vpr-compose-review .dbg-vpr-head-action > .dbg-vpr-access p {
    font-size: 13px;
    line-height: 20px;
    margin-top: 5px;
}

.dbg-vpr-compose-complete {
    align-items: center;
    display: grid;
    justify-items: center;
    padding: 56px 24px;
    text-align: center;
}

.dbg-vpr-compose-complete[hidden] {
    display: none !important;
}

.dbg-vpr-compose-complete > span {
    align-items: center;
    background: #27886f;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 22px;
    height: 54px;
    justify-content: center;
    width: 54px;
}

.dbg-vpr-compose-complete h2 {
    color: #121820;
    font-size: 24px;
    line-height: 30px;
    margin: 16px 0 0;
}

.dbg-vpr-compose-complete p {
    color: #697583;
    font-size: 13px;
    line-height: 20px;
    margin: 7px 0 0;
}

.dbg-vpr-compose-complete a {
    color: #247a61 !important;
    font-size: 13px;
    font-weight: 800;
    margin-top: 18px;
}

@media (max-width: 640px) {
    .dbg-vpr-compose-top-inner {
        gap: 8px;
        grid-template-columns: 40px minmax(0, 1fr) auto;
        min-height: 58px;
        padding: 0 10px;
    }

    .dbg-vpr-compose-back {
        height: 40px;
        width: 40px;
    }

    .dbg-vpr-compose-top h1 {
        font-size: 17px;
        line-height: 23px;
    }

    .dbg-vpr-compose-status {
        font-size: 10px;
    }

    .dbg-vpr-compose-product {
        gap: 12px;
        grid-template-columns: 64px minmax(0, 1fr);
        padding: 13px 14px;
    }

    .dbg-vpr-compose-product-visual {
        height: 68px;
        width: 64px;
    }

    .dbg-vpr-compose-product-visual img {
        height: 64px;
        width: 60px;
    }

    .dbg-vpr-compose-intro {
        padding: 21px 14px 8px;
    }

    .dbg-vpr-compose-intro h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .dbg-vpr-compose-review .dbg-vpr-form {
        padding: 12px 14px 26px;
    }

    .dbg-vpr-compose-review .dbg-vpr-rating-input {
        gap: 3px;
    }

    .dbg-vpr-compose-review .dbg-vpr-rating-input label > span[aria-hidden] {
        font-size: 32px;
        height: 44px;
        width: 44px;
    }

    .dbg-vpr-compose-review .dbg-vpr-form textarea {
        min-height: 250px;
    }

    .dbg-vpr-compose-review .dbg-vpr-form-actions {
        margin: 0 -14px -26px;
        padding-right: 14px;
        padding-left: 14px;
    }
}
