/* Evict Pest Management static copy: our additions only.
   Site palette (read from the GoDaddy theme): orange #FB6911, dark orange #E55F0E,
   deep orange #C24B04, ink #151515, paper #FFFFFF. */

/* Booking widget. Hidden until the agentic booking system is live.
   To turn on: remove the hidden attribute on #evict-book (or set
   window.EVICT_BOOKING_LIVE = true before evict.js runs) and point href
   at the booking flow. */
#evict-book {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  padding: 14px 22px;
  border-radius: 999px;
  background: #FB6911;
  color: #FFFFFF;
  font-family: 'Fjalla One', 'Cabin', Arial, sans-serif;
  font-size: 17px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #FFFFFF;
  box-shadow: 0 6px 18px rgba(194, 75, 4, 0.45), 0 0 0 4px rgba(251, 105, 17, 0.22);
}
#evict-book:hover { background: #E55F0E; }
#evict-book[hidden] { display: none; }

/* PDF viewer pager: Prev shows once you leave page 1 */
[data-evict-prev][hidden] { display: none; }
