.toast img {
    height: 20px;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

#header {
    background: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1020;
}

#footer {
    margin-top: auto;
}

.toast-container {
    z-index: 1055;
}

.container-fluid#content {
    min-height: calc(100vh - 200px);
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
}

main {
    flex: 1;
}

.surf-cluster {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1ea7ff;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}





/* MARKERS FOR ACCOMODATION*/
/* Hotel - Rosso */
.hotel-marker {
  filter: invert(20%) sepia(95%) saturate(7500%) hue-rotate(355deg) brightness(95%) contrast(115%);
}
/* Surf House - Verde */
.surf-house-marker {
  filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}
/* Camping - Blu */
.camping-marker {
  filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(200deg) brightness(104%) contrast(97%);
}
/* Glamping - Blu */
.glamping-marker {
  filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(200deg) brightness(104%) contrast(97%);
}
/* Villa - Viola */
.villa-marker {
  filter: invert(30%) sepia(92%) saturate(3618%) hue-rotate(270deg) brightness(106%) contrast(108%);
}
/* Appartamento - Viola */
.apartment-marker {
  filter: invert(30%) sepia(92%) saturate(3618%) hue-rotate(270deg) brightness(106%) contrast(108%);
}
/* Van Spot - Blu scuro */
.van-spot-marker {
  filter: invert(12%) sepia(87%) saturate(6969%) hue-rotate(220deg) brightness(97%) contrast(143%);
}
/* Surf Shop - Nero (rimane nero) */
.surf-shop-marker {
  filter: none;
}
/* Hostels - Arancione */
.hostels-marker {
  filter: invert(58%) sepia(100%) saturate(1352%) hue-rotate(25deg) brightness(104%) contrast(107%);
}
/* B&B - Ambra */
.bnb-marker {
  filter: invert(74%) sepia(69%) saturate(1666%) hue-rotate(45deg) brightness(101%) contrast(101%);
}
/* Guesthouse - Teal */
.guesthouse-marker {
  filter: invert(64%) sepia(38%) saturate(3207%) hue-rotate(170deg) brightness(86%) contrast(83%);
}
/* Default - Grigio */
.default-marker {
  filter: invert(45%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(96%) contrast(107%);
}
