/* specialty-players/exit-intent/index.php */

.exit-intent-page h1 {
  color: #212529;
  background-color: #ffffff;
}

.exit-intent-page .lead,
.exit-intent-page .text-muted {
  color: #212529;
  background-color: #ffffff;
}

.exit-intent-pricing {
  background-color: #0d6efd;
  color: #ffffff;
}

.exit-intent-pricing h2 {
  color: #ffffff;
  background-color: transparent;
}

.exit-intent-price-list {
  list-style: none;
  margin: 0;
  padding: 1rem 1.25rem;
  text-align: center;
  background-color: #0b5ed7;
  color: #ffffff;
  border-color: #ffffff !important;
}

.exit-intent-price-list li {
  margin: 0.35rem 0;
  color: #ffffff;
  background-color: transparent;
}

.exit-intent-price-list .exit-intent-price {
  font-size: 1.35rem;
  font-weight: 700;
  color: #ffc107;
  background-color: transparent;
}

.exit-intent-price-list .exit-intent-price a {
  color: #ffc107;
  background-color: transparent;
  text-decoration: underline;
}

.exit-intent-price-list .exit-intent-price a:hover {
  color: #ffffff;
  background-color: transparent;
}

.exit-intent-special {
  background-color: #f8f9fa;
  color: #212529;
}

.exit-intent-special h2,
.exit-intent-special p,
.exit-intent-special a {
  color: #212529;
  background-color: transparent;
}

.exit-intent-features {
  background-color: #e9ecef;
  color: #212529;
}

.exit-intent-features h2,
.exit-intent-features h2 a,
.exit-intent-features p,
.exit-intent-features a {
  color: #212529;
  background-color: transparent;
}

.exit-intent-features h2 a:hover,
.exit-intent-features p a:hover {
  color: #0056b3;
  background-color: transparent;
}

/* Exit-intent demo popup — contain 320px player (JS sets height:389 which clips/overflows) */
#exitpopup {
  height: auto !important;
  min-height: 400px;
  max-width: 96vw;
  max-height: 90vh;
  padding: 12px 16px 16px;
  overflow: hidden;
  box-sizing: border-box;
  color: #212529;
  background: #ffffff;
}

#exitpopup #popup_title {
  margin: 0 40px 10px 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #212529;
  background-color: #ffffff;
}

#exitpopup #row {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  max-width: 760px;
  margin: 0;
  clear: both;
  overflow: hidden;
}

#exitpopup #column-1 {
  float: none;
  width: 320px;
  flex: 0 0 320px;
  margin: 0;
  overflow: hidden;
  background-color: #ffffff;
}

#exitpopup #column-2 {
  float: none;
  flex: 1 1 auto;
  margin: 0;
  padding: 0 0.5rem 0 0.75rem;
  overflow: hidden;
  color: #212529;
  background-color: #ffffff;
}

#exitpopup #column-2 #reporter,
#exitpopup #column-2 #message {
  color: #212529;
  background-color: #ffffff;
  font-size: 1rem;
  text-align: left;
}

#exitpopup #talkingPopup {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  width: 320px !important;
  height: 320px !important;
  margin: 0 auto;
  overflow: hidden !important;
  z-index: 1;
  background-color: #ffffff;
}

#exitpopup #talkingheadplayer {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  background-color: #ffffff;
  border: none;
  vertical-align: top;
}

#exitpopup #videoHolder {
  position: absolute;
  left: 0;
  top: 0;
  width: 320px;
  height: 320px;
  pointer-events: none;
}

#exitpopup #bar {
  position: absolute;
  bottom: 0;
  z-index: 10020;
}

#exitpopup #popupClose {
  position: absolute;
  top: 8px;
  right: 8px;
  margin: 0 !important;
  z-index: 100030;
  cursor: pointer;
}
