/* Local static-clone stability layer. The visual system remains Avada's live CSS. */
html:not(.js) .fusion-animated,
.no-js .fusion-animated {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

img {
  height: auto;
}

/* Keep the Singapore location line inside the single semantic H1, matching the original Avada title styling. */
.greeen-h1-location {
  display: block !important;
  margin: 0 0 35px !important;
  color: #bcbcbc !important;
  font-family: var(--h1_typography-font-family) !important;
  font-size: 28px !important;
  font-weight: var(--h1_typography-font-weight) !important;
  font-style: var(--h1_typography-font-style, normal) !important;
  line-height: 1.25 !important;
  letter-spacing: var(--h1_typography-letter-spacing) !important;
  text-transform: var(--h1_typography-text-transform) !important;
}

@media screen and (max-width: 640px) {
  .greeen-h1-location {
    margin-top: 20px !important;
  }
}
