.visitors-container { max-width: 700px; margin: 30px auto; background: #fff; border-radius: 12px; padding: 25px 30px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; }
.visitors-container h3 { text-align: center; color: #333; }
.visitors-container form label { display: block; margin-top: 10px; font-weight: 600; }
.visitors-container input, .visitors-container select { width: 100%; padding: 10px; border-radius: 6px; border: 1px solid #ccc; }
.time-fields { display: flex; gap: 10px; }
.visitor-note { margin-top: 15px; background: #f8f8f8; padding: 10px; border-radius: 6px; font-size: 13px; color: #555; }
.signature-pad { border: 2px dashed #ccc; border-radius: 8px; margin-top: 10px; }
.signature-actions { text-align: right; margin-top: 8px; }
.signature-actions button { background: #f44336; color: white; border: none; padding: 6px 12px; border-radius: 6px; cursor: pointer; }
.visitors-table { width: 100%; border-collapse: collapse; margin-top: 20px; }
.visitors-table th, .visitors-table td { border: 1px solid #ddd; padding: 8px; text-align: left; }
.visitors-table th { background: #f3f3f3; }
