/* MAP */
#map-section {
  background: #111111;
  color: #ffffff;
  padding: 120px 20px;
  margin-bottom: 20px;
}

#map-section h1 {
  font-size: 50px;
  letter-spacing: 0;
  color: white;
}

#map-section .description {
  color: #aaaaaa;
  max-width: 600px;
  margin-bottom: 30px;
  line-height: 1.5;
}

#map {
  width: 100%;
  height: 400px;
  background-color: transparent;
  border-radius: 8px;
  margin-bottom: 20px;
}

.leaflet-container {
  background: #393333 !important;
}

.leaflet-tooltip {
  background: #1b1b1b;
  border: none;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  box-shadow: none;
  font-size: 12px;
}

.leaflet-interactive:focus {
  border: none;
}

.filter-container {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 15px 0;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.clear-filters-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  display: none;
}

.tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.country-tag {
  background: #1d1d1d;
  border: 1px solid #333;
  color: #fff;
  padding: 7px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}

.close-btn {
  cursor: pointer;
  color: #888;
}

.close-btn:hover {
  color: #fff;
}

.table-container {
  overflow-x: auto;
}

#map-section table {
  width: 100%;
  border-collapse: collapse;
}

#map-section th {
  color: white;
  font-size: 13px;
  text-transform: uppercase;
  padding: 14px;
  border-bottom: 1px solid #333;
  text-align: left;
}

#map-section td {
  padding: 15px;
  border-bottom: 1px solid #222;
  color: white;
}

#map-section tr:hover td {
  background: #272727;
}

.leaflet-container {
  outline: none !important;
}

.leaflet-interactive {
  outline: none !important;
}

.leaflet-interactive:focus {
  outline: none !important;
}

/* popup */
.popup-row a {
  color: white;
  text-decoration: none;
}

.popup-row a:hover {
  text-decoration: underline;
}

.f-html {
  width: 100%;
  max-width: 500px;
  text-align: center;
}

.custom-popup {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
