#map {
    height: 500px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.bridge-info {
    min-height: 300px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 20px;
    background-color: #f8f9fa;
}

.bridge-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.placeholder-text {
    color: #6c757d;
    font-style: italic;
    text-align: center;
    padding: 50px 20px;
}

.bridge-marker {
    background-color: #111f9e;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    width: 16px;
    height: 16px;
}

.bridge-description {
    line-height: 1.6;
    font-size: 1.1rem;
}

.bridge-title {
    color: #1305d4;
    font-weight: bold;
    border-bottom: 2px solid #0e1451;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.navbar {
    background: linear-gradient(135deg, #1805a8, #0a0a0e);
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
}

.leaflet-popup-content .btn {
    transition: none !important;
    text-decoration: none !important;
    color: white !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.leaflet-popup-content .btn:hover {
    text-decoration: none !important;
    color: white !important;
    opacity: 1 !important;
}

.leaflet-popup-content .btn i {
    margin-right: 5px;
}
