.photopoints-map__popup {
    min-width: 260px;
}

.photopoints-map__popup h3 {
    font-family: inherit;
    font-size: var(--wp--preset--font-size--medium);
    font-weight: 600;
}

.photopoints-map__popup a {
    color: var(--photopoints-accent-color);
    text-decoration: none;
}

.photopoints-map__popup a:hover {
    color: var(--wp--preset--color--primary-hover);
    text-decoration: underline;
}

.photopoints-map__popup .button {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: var(--photopoints-accent-color);
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-family: inherit;
    font-size: var(--wp--preset--font-size--small);
}

.photopoints-map__popup dt {
    display: inline-block;
    font-family: inherit;
    font-size: var(--wp--preset--font-size--small);
    font-weight: 600;
}

.photopoints-map__popup dd {
    display: inline-block;
    margin-left: 0.5ch;
    font-family: inherit;
    font-size: var(--wp--preset--font-size--small);
    margin-bottom: 0.5rem;
}

.photopoints-map__popup p {
    font-family: inherit;
    font-size: var(--wp--preset--font-size--small);
    margin: 0;
}

.photopoints-map__popup svg.feather {
    width: 1em;
    height: 1rem;
    fill: var(--photopoints-accent-color);
}

.photopoints-map__popup .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}