body.single-gadget .ts-community {
    scroll-margin-top: 96px;
    padding: 28px;
    border: 1px solid #dbe4f0;
    border-radius: 18px;
    background: #f7faff;
}

body.single-gadget .ts-community__header,
body.single-gadget .ts-community__subhead {
    margin-bottom: 18px;
}

body.single-gadget .ts-community__eyebrow {
    margin: 0 0 6px;
    color: #1769e0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.single-gadget .ts-community__header h2,
body.single-gadget .ts-community__subhead h2,
body.single-gadget .ts-community__subhead h3 {
    margin: 0;
    color: #0f172a;
}

body.single-gadget .ts-community__header > p:last-child,
body.single-gadget .ts-community__subhead p {
    margin: 6px 0 0;
    color: #64748b;
}

body.single-gadget .ts-community__card,
body.single-gadget .ts-community-opinions {
    padding: 24px;
    border: 1px solid #dbe4f0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .05);
}

body.single-gadget .ts-community-opinions {
    margin-top: 24px;
}

body.single-gadget .ts-community fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

body.single-gadget .ts-community legend {
    margin-bottom: 12px;
    color: #0f172a;
    font-size: 17px;
    font-weight: 800;
}

body.single-gadget .ts-community__choice-row,
body.single-gadget .ts-community__rating-options,
body.single-gadget .ts-comment-verdict__options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.single-gadget .ts-community__choice-row label,
body.single-gadget .ts-community__rating-options label,
body.single-gadget .ts-comment-verdict__options label {
    position: relative;
    cursor: pointer;
}

body.single-gadget .ts-community__choice-row input,
body.single-gadget .ts-community__rating-options input,
body.single-gadget .ts-comment-verdict__options input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

body.single-gadget .ts-community__choice-row span,
body.single-gadget .ts-community__rating-options span,
body.single-gadget .ts-comment-verdict__options span {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #fff;
    color: #334155;
    font-size: 13px;
    font-weight: 700;
    transition: border-color .18s ease, background .18s ease, color .18s ease;
}

body.single-gadget .ts-community__choice-row input:checked + span,
body.single-gadget .ts-community__rating-options input:checked + span,
body.single-gadget .ts-comment-verdict__options input:checked + span {
    border-color: #1769e0;
    background: #eaf2ff;
    color: #0b57c4;
}

body.single-gadget .ts-community__choice-row input:focus-visible + span,
body.single-gadget .ts-community__rating-options input:focus-visible + span,
body.single-gadget .ts-comment-verdict__options input:focus-visible + span {
    outline: 3px solid rgba(23, 105, 224, .25);
    outline-offset: 2px;
}

body.single-gadget .ts-community__summary {
    margin-top: 20px;
    padding: 18px;
    border-radius: 12px;
    background: #f4f8ff;
}

body.single-gadget .ts-community__headline {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

body.single-gadget .ts-community__headline strong {
    color: #0f172a;
    font-size: clamp(22px, 3vw, 32px);
}

body.single-gadget .ts-community__headline > span {
    color: #64748b;
    font-weight: 700;
}

body.single-gadget .ts-community__breakdown {
    display: grid;
    gap: 8px;
}

body.single-gadget .ts-community__breakdown > div {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) 34px;
    gap: 10px;
    align-items: center;
    color: #475569;
    font-size: 13px;
}

body.single-gadget .ts-community__meter {
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: #dbe5f2;
}

body.single-gadget .ts-community__meter span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #1769e0;
    transition: width .25s ease;
}

body.single-gadget .ts-community__ratings {
    margin-top: 28px;
}

body.single-gadget .ts-community__rating-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

body.single-gadget .ts-community__rating-grid fieldset {
    padding: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fbfdff;
}

body.single-gadget .ts-community__rating-grid legend {
    margin: 0 0 10px;
    padding: 0;
    font-size: 14px;
}

body.single-gadget .ts-community__rating-options span {
    min-height: 34px;
    padding: 6px 10px;
    font-size: 11px;
}

body.single-gadget .ts-community__rating-result {
    margin: 10px 0 0;
    color: #64748b;
    font-size: 12px;
}

body.single-gadget .ts-community__submit {
    min-height: 46px;
    margin-top: 22px;
    padding: 10px 20px;
    border: 0;
    border-radius: 10px;
    background: #1769e0;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

body.single-gadget .ts-community__submit:disabled {
    cursor: wait;
    opacity: .65;
}

body.single-gadget .ts-community__status {
    min-height: 22px;
    margin: 10px 0 0;
    color: #08745c;
    font-size: 13px;
    font-weight: 700;
}

body.single-gadget .ts-community__status.is-error {
    color: #b42318;
}

body.single-gadget .ts-community-scroll {
    text-decoration: none;
}

body.single-gadget .ts-community .ts-comment {
    border-radius: 12px;
    background: #fff;
}

body.single-gadget .ts-community .ts-comment__meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

body.single-gadget .ts-comment__verdict {
    margin-left: auto;
    padding: 5px 9px;
    border-radius: 999px;
    background: #eaf7f2;
    color: #08745c;
    font-size: 11px;
    font-weight: 800;
}

body.single-gadget .ts-comment__verdict--maybe {
    background: #fff6df;
    color: #9a6700;
}

body.single-gadget .ts-comment__verdict--no {
    background: #fff0f0;
    color: #b42318;
}

body.single-gadget .ts-comment__body-label {
    display: block;
    margin-bottom: 5px;
    color: #1769e0;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

body.single-gadget .ts-comment__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 10px 0 0 50px;
}

body.single-gadget .ts-comment__badges span,
body.single-gadget .ts-featured-opinion__label {
    display: inline-flex;
    padding: 4px 8px;
    border-radius: 999px;
    background: #eef4ff;
    color: #0b57c4;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .03em;
}

body.single-gadget .ts-comment__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
}

body.single-gadget .ts-comment__helpful {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
}

body.single-gadget .ts-comment__helpful button,
body.single-gadget .ts-opinion-sort button,
body.single-gadget .ts-opinions-show,
body.single-gadget .ts-opinions-more {
    min-height: 36px;
    padding: 7px 11px;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #fff;
    color: #475569;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

body.single-gadget .ts-comment__helpful button[aria-pressed="true"],
body.single-gadget .ts-opinion-sort button[aria-selected="true"] {
    border-color: #1769e0;
    background: #eaf2ff;
    color: #0b57c4;
}

body.single-gadget .ts-comment__helpful button:disabled {
    cursor: default;
    opacity: .72;
}

body.single-gadget .ts-comment__helpful [data-helpful-status] {
    color: #08745c;
    font-size: 11px;
    font-weight: 700;
}

body.single-gadget .ts-featured-opinion {
    margin-bottom: 18px;
    padding: 14px;
    border: 1px solid #b9d4ff;
    border-radius: 14px;
    background: #f4f8ff;
}

body.single-gadget .ts-featured-opinion__label {
    margin-bottom: 10px;
    background: #1769e0;
    color: #fff;
}

body.single-gadget .ts-featured-opinion .ts-comment-list {
    margin: 0;
}

body.single-gadget .ts-opinion-sort {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

body.single-gadget .ts-opinions-show {
    min-height: 44px;
    border-color: #1769e0;
    color: #0b57c4;
}

body.single-gadget .ts-opinions-more {
    min-height: 44px;
    margin-top: 14px;
    border-color: #1769e0;
    color: #0b57c4;
}

body.single-gadget .ts-opinions-list {
    min-height: 1px;
}

body.single-gadget .ts-opinions-loading {
    padding: 16px;
    color: #64748b;
    text-align: center;
}

body.single-gadget .ts-comment-verdict {
    margin-bottom: 18px;
}

body.single-gadget .ts-comment-verdict legend {
    margin-bottom: 10px;
    color: #0f172a;
    font-size: 13px;
    font-weight: 800;
}

@media (max-width: 720px) {
    body.single-gadget .ts-community {
        padding: 16px;
        border-radius: 14px;
    }

    body.single-gadget .ts-community__card,
    body.single-gadget .ts-community-opinions {
        padding: 16px;
    }

    body.single-gadget .ts-community__rating-grid {
        grid-template-columns: 1fr;
    }

    body.single-gadget .ts-community__headline {
        display: grid;
    }

    body.single-gadget .ts-community__choice-row span,
    body.single-gadget .ts-comment-verdict__options span,
    body.single-gadget .ts-comment__helpful button,
    body.single-gadget .ts-opinion-sort button {
        min-height: 44px;
    }

    body.single-gadget .ts-comment__verdict {
        width: 100%;
        margin-left: 50px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.single-gadget .ts-community__meter span {
        transition: none;
    }
}
