
/* =========================================================
   TANDARA — MIGRACIJE
   ZAJEDNIČKI STILOVI KARATA I TABLICA
   HR: migracije-hr.html
   EN: migracije-en.html
   ========================================================= */

.migration-map-section {
  margin-top: 52px;
}

.migration-map {
  width: 100%;
  height: 560px;

  margin: 18px 0 28px;

  border-radius: 12px;

  overflow: hidden;
}

.migration-map--ricice {
  height: 450px;
}

.migration-table {
  width: 100%;

  margin: 18px 0 30px;

  border-collapse: collapse;
}

.migration-table th,
.migration-table td {
  padding: 8px 10px;

  border: 1px solid rgba(80, 60, 35, 0.35);

  text-align: left;
}

.migration-table th {
  font-weight: 700;
}

.ricice-label-no-arrow {
  border: 0;

  background: transparent;

  box-shadow: none;

  font-weight: 700;
}

.leaflet-tooltip.ricice-label-no-arrow::before {
  display: none;
}

@media (max-width: 700px) {

  .migration-map,
  .migration-map--ricice {
    height: 460px;
  }

}

@media (max-width: 480px) {

  .migration-map,
  .migration-map--ricice {
    height: 400px;
  }

  .migration-table th,
  .migration-table td {
    padding: 6px 8px;
  }

}
