:root {
  --dp-primary-color: #000;
  --dp-secondary-color: #000;
  --dp-tertiary-color: #fff;
}

@keyframes directory-plugin-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes directory-plugin-sonar {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
.directory-plugin-map-tooltip {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  max-width: 250px;
}

.directory-plugin-map-tooltip-thumbnail {
  width: 60%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}

.directory-plugin-map-tooltip-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
}

.directory-plugin-map-tooltip-title {
  font-weight: 700;
  font-size: 16px;
  color: var(--dp-primary-color);
}

.directory-plugin-map-tooltip-address {
  font-size: 12px;
  color: inherit;
}

.directory-plugin-map-tooltip-button {
  background-color: var(--dp-primary-color);
  color: #ffffff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 18px;
  transition: all 0.3s ease;
  text-decoration: none;
  margin: 0.5rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.directory-plugin-map-tooltip-button:hover {
  transform: scale(1.1);
}

.gm-style .gm-style-iw-c {
  width: 210px;
}

/*# sourceMappingURL=map-tooltip.css.map */
