.visitor-box {
    background: #f8f9fa;
    padding: 12px 18px;
    margin: 20px auto;
    width: fit-content;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    font-weight: 600;
    color: #003366;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
