.sunrise-quick-rank {
    width: 2.75rem;
    height: 2.75rem;
    font-size: .9rem;
    box-shadow: 0 6px 16px rgb(15 23 42 / .18);
}

.sunrise-quick-score {
    display: grid;
    gap: 2px;
    margin: 0 0 14px;
    padding: 10px 12px;
    border: 1px solid #cfe4bc;
    border-radius: 11px;
    background: #f4fbea;
}

.sunrise-quick-score strong {
    color: #315d14;
    font-size: 1.05rem;
    line-height: 1.1;
}

.sunrise-quick-score span {
    color: #5c6877;
    font-size: .72rem;
    line-height: 1.35;
}

.sunrise-expandable-model__rating {
    display: inline-grid;
    align-self: flex-start;
    gap: 3px;
    margin-top: 15px;
    padding: 10px 13px;
    border: 1px solid #cfe4bc;
    border-radius: 11px;
    color: #315d14;
    background: #f4fbea;
}

.sunrise-expandable-model__rating strong {
    font-size: 1rem;
    line-height: 1.15;
}

.sunrise-expandable-model__rating small {
    color: #5c6877;
    font-size: .72rem;
    line-height: 1.35;
}

.sunrise-rating-method {
    max-width: 980px;
    margin: 30px auto 0;
    padding: 24px 26px;
    border: 1px solid #cfe4bc;
    border-left: 5px solid hsl(var(--hatch-green));
    border-radius: 16px;
    background: #f8fff5;
    box-shadow: 0 12px 28px rgb(15 23 42 / .06);
}

.sunrise-rating-method h3 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 1.25rem;
    font-weight: 900;
}

.sunrise-rating-method p {
    margin: 8px 0 0;
    color: #475569;
    font-size: .92rem;
    line-height: 1.7;
}

.sunrise-rating-method a,
.sunrise-comparison-route a {
    color: #416f1f;
    font-weight: 800;
    text-underline-offset: 3px;
}

.sunrise-comparison-route {
    max-width: 980px;
    margin: 22px auto 0;
    padding: 17px 20px;
    border-radius: 14px;
    color: #334155;
    background: #f3f0ff;
    font-size: .95rem;
    line-height: 1.65;
    text-align: center;
}

.sunrise-hatch-comparison .tc-comparison-table {
    min-width: 1820px;
}

.sunrise-hatch-comparison .tc-comparison-table tbody td > strong {
    color: #315d14;
}

.sunrise-product-link--official {
    color: #315d14;
    background: #fff;
    border-color: #9bc57a;
}

.sunrise-status-section {
    background: #fffaf2;
}

.sunrise-related-devices {
    background: #f6f8fc;
}

.sunrise-status-list {
    gap: 24px;
}

.sunrise-status-card .sunrise-expandable-model__badge {
    color: #7c2d12;
    background: #fff7ed;
    border-color: #fed7aa;
}

.sunrise-related-devices .sunrise-status-card .sunrise-expandable-model__badge {
    color: #4338ca;
    background: #eef2ff;
    border-color: #c7d2fe;
}

.sunrise-status-card .sunrise-expandable-model__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sunrise-rank-heading,
.sunrise-rank-cell {
    width: 86px;
    min-width: 86px;
    text-align: center !important;
}

.sunrise-rank-cell strong {
    margin: 0 !important;
    color: #315d14 !important;
    font-size: 1.35rem !important;
    line-height: 1.15;
}

.sunrise-rank-cell span {
    margin-top: 4px;
    color: #64748b !important;
    font-size: .68rem !important;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.sunrise-rating-image-cell {
    width: 136px;
    min-width: 136px;
    padding: 10px !important;
}

.sunrise-rating-image-cell img {
    display: block;
    width: 112px;
    height: 84px;
    max-width: none;
    object-fit: cover;
    object-position: center;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #f8fafc;
}

.sunrise-score-cell {
    width: 124px;
    min-width: 124px;
}

.sunrise-score-cell strong {
    margin: 0 !important;
    color: #315d14 !important;
    font-size: 1.22rem !important;
    line-height: 1.1;
}

.sunrise-score-cell strong span {
    display: inline !important;
    color: #64748b !important;
    font-size: .72rem !important;
}

.sunrise-score-cell small {
    display: block;
    margin-top: 5px;
    color: #64748b;
    font-size: .68rem;
    line-height: 1.35;
}

@media (max-width: 760px) {
    .sunrise-rating-method {
        padding: 20px;
    }

    .sunrise-comparison-route {
        text-align: left;
    }

    .sunrise-hatch-comparison .tc-comparison-table {
        min-width: 1760px;
    }

    .sunrise-rating-image-cell img {
        width: 104px;
        height: 78px;
    }
}
