/* === Stay22 Map Widget Styles === */

/* Wrapper */
.stay22-wrap {
  text-align: center;
  line-height: 0;
  overflow: hidden;
  margin: 0 auto 1.5em auto;
  max-width: 900px;            /* Keeps map nicely sized on desktop */
  background: transparent;     /* For debugging, can add color to test */
}

/* Title */
.stay22-wrap h4,
.stay22-wrap h3 {
  text-align: left;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0.6em;
  line-height: 1.3;
}

/* Iframe */
.stay22-wrap iframe {
  display: block;
  width: 100%;
  min-width: 300px;            /* Prevents collapsing on small sidebars */
  height: 500px;
  border: 0;
  overflow: hidden;
}

/* Narrow screens */
@media (max-width: 768px) {
  .stay22-wrap {
    max-width: 100%;
  }

  .stay22-wrap iframe {
    height: 420px;
  }
}
