﻿.reception-shell .panel,
.reception-shell .live-panel {
    background: #fff;
    border: 1px solid #e7eaee;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.reception-shell .panel-header {
    padding: 14px 16px;
    border-bottom: 1px solid #edf0f3;
}

.reception-shell .panel-body {
    padding: 16px;
}

.reception-shell .live-panel {
    min-height: 118px;
    padding: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.reception-shell .live-counts {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.reception-shell .live-counts span {
    border: 1px solid #e6e9ee;
    border-radius: 8px;
    padding: 8px 10px;
    background: #f8fafc;
}

#visitorResults {
    position: relative;
    z-index: 3;
}

