/* stylelint-disable declaration-no-important */

.wpdtrt-plugin-boilerplate-screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  overflow: hidden; }


.clear::after {
  content: '';
  display: block;
  clear: both; }


.list-reset {
  list-style: none;
  padding: 0;
  margin: 0; }


.text-sharpen {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

.wpdtrt-map {
  position: relative;
  margin-top: 20px;
  margin-top: 1.25rem; }

.js .wpdtrt-map-embed {
  height: 300px; }

.wpdtrt-map-embed .wpdtrt-map-legend {
  background: hsla(0, 0%, 100%, 1);
  background: var(--wpdtrt-map-legend-bg-color);
  color: hsla(0, 0%, 0%, 1);
  color: var(--wpdtrt-map-legend-text-color);
  line-height: initial;
  padding: 5px;
  padding: 0.3125rem;
  border: 1px solid;
  margin: 0; }

.wpdtrt-map-link {
  position: absolute;
  bottom: 0;
  z-index: 1001; }
  .wpdtrt-map-link a {
    display: block;
    height: 20px;
    vertical-align: middle;
    background-color: hsla(0, 0%, 0%, .7);
    background-color: var(--wpdtrt-map-link-bg-color);
    color: hsla(0, 0%, 100%, 1);
    color: var(--wpdtrt-map-link-text-color);
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    padding: 5px 10px;
    padding: 0.3125rem 0.625rem; }

@media (max-width: 30em) {
  .wpdtrt-map-link {
    position: relative; } }
