.hd-netlify-powered {
  color: #ffffff !important;
  display: inline-block;
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  padding: 8px 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hd-netlify-powered:hover,
.hd-netlify-powered:focus {
  color: #d9ffff !important;
}

ul.hd-more-menu--open {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 10001 !important;
}

.hd-contact-widget__button {
  align-items: center;
  background: #de0000;
  border: 2px solid #ffffff;
  border-radius: 50%;
  bottom: 22px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.35);
  color: #ffffff;
  cursor: pointer;
  display: flex;
  height: 62px;
  justify-content: center;
  padding: 0;
  position: fixed;
  right: 22px;
  width: 62px;
  z-index: 10000;
}

.hd-contact-widget__button:hover,
.hd-contact-widget__button:focus {
  background: #b90000;
  outline: none;
  transform: translateY(-1px);
}

.hd-contact-widget__button svg {
  height: 31px;
  width: 31px;
}

.hd-contact-widget__panel {
  background: #111111;
  border: 1px solid #444444;
  border-radius: 8px;
  bottom: 96px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  display: none;
  font-family: 'Muli', sans-serif;
  max-height: calc(100vh - 125px);
  overflow: auto;
  padding: 24px;
  position: fixed;
  right: 22px;
  width: min(390px, calc(100vw - 32px));
  z-index: 10000;
}

.hd-contact-widget__panel[aria-hidden="false"] {
  display: block;
}

.hd-contact-widget__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.hd-contact-widget__title {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  margin: 0;
}

.hd-contact-widget__close {
  background: transparent;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  padding: 2px 5px;
}

.hd-contact-widget__form {
  display: grid;
  gap: 12px;
}

.hd-contact-widget__field {
  display: grid;
  gap: 5px;
}

.hd-contact-widget__field span,
.hd-contact-widget__status {
  color: #dddddd;
  font-size: 13px;
}

.hd-contact-widget__field input,
.hd-contact-widget__field textarea {
  background: #ffffff;
  border: 1px solid #888888;
  border-radius: 3px;
  color: #111111;
  font: 16px/1.4 'Muli', sans-serif;
  padding: 10px;
  width: 100%;
}

.hd-contact-widget__field textarea {
  min-height: 105px;
  resize: vertical;
}

.hd-contact-widget__field input:focus,
.hd-contact-widget__field textarea:focus {
  border-color: #de0000;
  box-shadow: 0 0 0 2px rgba(222, 0, 0, 0.35);
  outline: none;
}

.hd-contact-widget__submit {
  background: #de0000;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font: 700 14px/1 'Muli', sans-serif;
  min-height: 46px;
  padding: 14px 24px;
  text-transform: uppercase;
}

.hd-contact-widget__submit:hover,
.hd-contact-widget__submit:focus {
  background: #b90000;
}

.hd-contact-widget__submit:disabled {
  cursor: wait;
  opacity: 0.7;
}

.hd-contact-widget__status {
  margin: 0;
  min-height: 18px;
}

.hd-contact-widget__status--error {
  color: #ffb3b3;
  font-weight: 700;
}

.hd-contact-widget__honeypot {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media (max-width: 520px) {
  .hd-contact-widget__button {
    bottom: 14px;
    right: 14px;
  }

  .hd-contact-widget__panel {
    bottom: 88px;
    right: 16px;
  }
}

/* The original GoDaddy lazy-loader starts gallery images at opacity: 0.
   Local archived images must remain visible without that hosted runtime. */
img[data-aid^="GALLERY_IMAGE"] {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Gallery-4 also places the hidden lazy-load class on the image wrapper. */
[data-aid^="GALLERY_IMAGE"][data-aid$="_CELL_RENDERED"] > div {
  opacity: 1 !important;
  visibility: visible !important;
}

/* The cells are inline blocks; top alignment matches the original gallery. */
.widget-gallery [data-aid^="GALLERY_IMAGE"][data-aid$="_CELL_RENDERED"] {
  vertical-align: top !important;
}
