
body[data-site-theme="white"] .analytics-author-choice {
    align-items: stretch;
    gap: 14px;
}

body[data-site-theme="white"] .analytics-author-choice__item {
    min-height: 78px;
    height: 100%;
    padding: 14px 16px;
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    border-radius: 16px;
    transition: background 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

body[data-site-theme="white"] .analytics-author-choice__item:hover {
    background: #F8FAFC;
    border-color: rgba(37, 99, 235, 0.42);
    transform: translateY(-1px);
}

body[data-site-theme="white"] .analytics-author-choice__avatar {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    background: #F3F4F6;
    border: 1px solid #E5E7EB;
}

body[data-site-theme="white"] .analytics-author-choice__content {
    min-width: 0;
    justify-content: center;
    gap: 4px;
}

body[data-site-theme="white"] .analytics-author-choice__content strong {
    color: #111827;
    font-size: 14px;
    line-height: 1.3;
}

body[data-site-theme="white"] .analytics-author-choice__content small {
    color: #6B7280;
    font-size: 12px;
    line-height: 1.35;
}

body[data-site-theme="white"] .analytics-author-choice__item:has(input:checked) {
    background: rgba(37, 99, 235, 0.08);
    border-color: #3B82F6;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.08),
    0 8px 20px rgba(37, 99, 235, 0.08);
}

body[data-site-theme="white"]
.analytics-author-choice__item:has(input:checked)
.analytics-author-choice__content strong {
    color: #1D4ED8;
}