#vh-module {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    max-width: 680px;
}
.vh-pub-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
}
.vh-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 16px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
}
.vh-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
}
.vh-dot-open   { background:#16a34a; box-shadow:0 0 0 3px #bbf7d0; }
.vh-dot-closed { background:#dc2626; box-shadow:0 0 0 3px #fecaca; }
.vh-dot-soon   { background:#d97706; box-shadow:0 0 0 3px #fde68a; }

.vh-card-icon { font-size: 18px; flex-shrink:0; }
.vh-card-info { flex: 1; }
.vh-card-name { font-size: 15px; font-weight: 600; color: #1e293b; margin: 0 0 2px; }
.vh-card-status { font-size: 13px; margin: 0; }
.s-open   { color: #16a34a; }
.s-closed { color: #dc2626; }
.s-soon   { color: #d97706; }
.vh-card-hrs {
    font-size: 12px;
    color: #94a3b8;
    text-align: right;
    flex-shrink: 0;
    line-height: 1.6;
}
