.rx-tv-chart-app {
    background: #0a0f1e;
    color: #e0e0e0;
    padding: 24px;
    border-radius: 10px;
    max-width: 760px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.rx-chart-public-head h2 {
    margin: 0 0 6px !important;
    color: #fbbf24 !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    background: none !important;
    -webkit-text-fill-color: #fbbf24 !important;
}

.rx-chart-public-period {
    color: #64748b;
    font-size: 13px;
    margin-bottom: 18px;
}

.rx-chart-public-notice {
    background: #1e2d4a;
    color: #94a3b8;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 13px;
    margin-bottom: 14px;
}

.rx-chart-public-notice a {
    color: #38bdf8;
}

.rx-chart-public-notice--ok {
    background: rgba(34, 197, 94, 0.12);
    color: #4ade80;
}

.rx-chart-public-notice.hidden {
    display: none;
}

.rx-chart-public-loading {
    color: #64748b;
    padding: 20px 0;
    text-align: center;
}

.rx-chart-public-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rx-chart-public-row {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #111a2e;
    border: 1px solid #1e2d4a;
    border-radius: 8px;
    padding: 10px 14px;
}

.rx-chart-public-row--voted {
    border-color: #38bdf8;
    background: rgba(56, 189, 248, 0.08);
}

.rx-chart-public-pos {
    font-weight: 800;
    color: #38bdf8;
    min-width: 34px;
    font-size: 14px;
}

.rx-chart-public-info {
    flex: 1;
    min-width: 0;
}

.rx-chart-public-title {
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rx-chart-public-artist {
    color: #64748b;
    font-size: 12px;
}

.rx-chart-public-votes {
    color: #94a3b8;
    font-size: 12px;
    white-space: nowrap;
}

.rx-chart-public-vote-btn {
    background: #e02020;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 7px 14px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}

.rx-chart-public-vote-btn:hover {
    opacity: 0.88;
}

.rx-chart-public-vote-btn:disabled {
    background: #1e2d4a;
    color: #475569;
    cursor: not-allowed;
}

.rx-chart-public-row--voted .rx-chart-public-vote-btn {
    background: #22c55e;
}
