/* Integrate the shared counter with the preserved Wix footer without changing
   the archived page layout or relying on a second page below the footer. */
#SITE_FOOTER > .cxo-visitor-counter--wedding {
  position: absolute;
  right: 1.25rem;
  bottom: 1rem;
  z-index: 2;
  display: inline-flex;
  width: max-content;
  margin: 0;
  padding: 0.48rem 0.58rem;
  border-width: 2px;
  border-radius: 0.18rem;
  background: #895c3c;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 18%), 0 0.2rem 0.6rem rgb(64 36 22 / 24%);
}
