/* =============================
      WIDE THEME: INDUSTRIAL OILRIG
   ============================= */

:root {
  /* Override wide.css variables for industrial/oilrig aesthetic */
  --modal-bg: rgba(35, 35, 40, 0.95);          /* darker, metal-ish modal */
  --text-main: #e6e6e6;                         /* light gray text */
  --glow-main: #ffaa33;                          /* warm industrial glow */
  --button-bg: #cc6600;                          /* rust-colored button */
  --button-hover-bg: #ff9933;                    /* hover highlight */
  --price-color: #ffcc77;                        /* glowing price */
  --price-glow: #ff9933;
  --list-hover-bg: rgba(255,170,102,0.15);      /* hover highlight for other domains */
  --emoji-glow: #ffcc66;                         /* emoji glow */
  --bg-image: url('../backgrounds/industrial-oilrig.jpg'); /* override background */
}

/* Optional extra styling for this theme */
.sale-modal {
    border: 2px solid rgba(255, 170, 102, 0.2); /* subtle industrial border */
    box-shadow: 0 0 60px rgba(255, 170, 102, 0.3);
}

.sale-modal .domain-name {
    text-shadow: 0 0 30px var(--glow-main);
}

.sale-modal .contact-btn {
    font-family: 'Roboto Mono', monospace; /* industrial tech font */
}
