/*
 * This is a manifest file for custom application styles.
 * Tailwind CSS is loaded separately via application.tailwind.css
 */

:root {
  --color-bg-mq-green: #73be6c;
  --color-bg-mq-red: #F06969;
}

#map {
  width: 100%;
  min-height: 300px;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
}

.hosting-illust {
  position: relative;
  z-index: 1;
}

.hosting-illust2 {
  position: relative;
  z-index: 1;
  max-width: 100px;
}
