/*
 * HRreview — Background Takeover v3.3 Plugin Driven
 * Uses the WP Background Takeover plugin's selected image.
 * No hard-coded advert image in this child theme.
 */

html,
body {
  background-color: transparent !important;
}

#td-outer-wrap,
.td-main-content-wrap,
.td-category-grid,
.td-header-wrap,
.td-footer-container {
  background-color: transparent !important;
}

@media (min-width: 1280px) {
  #td-outer-wrap {
    max-width: 1200px !important;
    margin: 0 auto !important;
    overflow-x: visible !important;
    position: relative !important;
    z-index: 1 !important;
  }
}

/*
 * Keep plugin overlay visible as the background layer, but do not let it catch clicks.
 * Do NOT set background: transparent here; that would hide the plugin-selected image.
 */
#wps-bt-background-takeover-id,
[data-background-takeover-id],
[id^="wps-bt-"] {
  position: fixed !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
}

.td-header-wrap {
  position: relative !important;
  z-index: 9999 !important;
}
