/* Map component styles */

.map,
.jvectormap-container {
  width: 100%;
}

.map {
  height: 800px;
  max-height: 800px;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .map {
    height: 600px;
    max-height: 600px;
  }

  .jvectormap-container > svg {
    height: 600px !important;
  }
}
