.vt-hit-panel {
    margin: 0 0 1.4rem;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    border: 1px solid rgba(250, 204, 21, 0.35);
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.92) 0%, rgba(15, 23, 42, 0.95) 100%);
    box-shadow: 0 0 18px rgba(250, 204, 21, 0.08);
}
.vt-hit-panel--public {
    margin: 0.75rem auto 1.25rem;
    max-width: 980px;
}
.vt-hit-panel--hidden {
    display: none;
}
.vt-hit-head {
    display: flex;
    align-items: baseline;
    gap: 0.55rem;
    margin-bottom: 0.45rem;
    flex-wrap: wrap;
}
.vt-hit-title {
    color: #fde68a;
    font-size: 0.92rem;
    letter-spacing: 0.04em;
}
.vt-hit-venue {
    color: #94a3b8;
    font-size: 0.78rem;
    font-weight: 700;
}
.vt-hit-row {
    margin: 0.25rem 0;
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    font-size: 0.88rem;
    line-height: 1.55;
}
.vt-hit-label {
    flex: 0 0 2.2rem;
    color: #cbd5e1;
    font-weight: 800;
}
.vt-hit-values {
    color: #f8fafc;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}
.vt-hit-meta {
    margin: 0.45rem 0 0;
    color: #94a3b8;
    font-size: 0.74rem;
}
.vt-hit-empty {
    margin: 0;
    color: #94a3b8;
    font-size: 0.82rem;
    line-height: 1.6;
}
