/* Custom overrides for Pymble Orthodontics Next.js site */

/* Fix sticky header icon sizing */
.default_sticky .header_top .bot .logo .stick_phone em {
  font-size: 18px;
}

/* Fix phone icon spacing in top bar */
.header_top .top .btns a.phn em {
  margin-right: 5px;
}

/* Fix directions & opening times button spacing in footer map */
.map_wrapper .map_details .txt .bttn_white {
  margin-top: 25px;
}

/* Footer map embed fallback */
.map_wrapper .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map_wrapper .map {
  position: relative;
}
