/* Custom styles if needed, mostly using Bootstrap util classes */
body {
    background-color: #212529;
}
.map-container {
    border: 2px solid #444;
    border-radius: 8px;
    background-color: #000;
    overflow: hidden;
}
.cam-marker {
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
