/* WayBack / archive recovery — always-on page polish */

/* Elementor entrance-animation: content stays invisible without frontend JS */
.elementor-invisible {
  opacity: 1 !important;
  visibility: visible !important;
  animation: none !important;
  transform: none !important;
}

.elementor img,
.elementor-widget-container img {
  max-width: 100%;
  height: auto;
}

img, video { max-width: 100%; height: auto; }

.elementor-section-boxed > .elementor-container,
.e-con-boxed > .e-con-inner {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.elementor-widget-container { line-height: 1.65; }

.elementor-button,
.uicore-button,
a.button {
  display: inline-block;
  padding: 12px 26px;
  background: #33ff00;
  color: #000 !important;
  border: 2px solid #fff;
  border-radius: 0;
  text-decoration: none;
  font-weight: 600;
  font-family: VT323, "Courier New", monospace;
}

.elementor-heading-title { line-height: 1.25; color: #fff; }

/* Background when only supplement is loaded without uicore-global */
body:not(.custom-background) {
  background-color: #000;
  background-image: url("/wp-content/themes/90s-retro/images/background.png");
  background-repeat: repeat;
  color: #ccc;
}

/* If branding link is empty, show site name */
.uicore-branding a:empty::before {
  content: "Chinche";
  color: #ff00ff;
  font-family: VT323, "Courier New", monospace;
  font-size: 2rem;
}
