<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ThemeREX Popup
------------------------------------------------------------------------------------ */
.trx_popup .trx_popup_close {
  width: 24px;
  height: 24px;
  top: 20px;
  right: 20px;
}
.trx_popup .trx_popup_close:before, .trx_popup .trx_popup_close:after {
  width: 50%;
  top: 47%;
  left: 27%;
  background: var(--theme-color-inverse_text);
}
.trx_popup .trx_popup_container {
  width: 400px;
  height: 332px;
  background: var(--theme-color-text_link);
}
.trx_popup .trx_popup_container .trx_popup_inner .trx_popup_subtitle {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.trx_popup .trx_popup_container .trx_popup_inner .trx_popup_title {
  font-size: 28px;
  line-height: 1.4em;
  color: var(--theme-color-text_dark);
}
.trx_popup .trx_popup_container .trx_popup_inner .trx_popup_button {
  font-size: 11px;
  border-width: 0 !important;
  color: var(--theme-color-bg_color);
  background: var(--theme-color-text_dark);
}
.trx_popup .trx_popup_container .trx_popup_inner .trx_popup_button:hover {
  background: var(--theme-color-bg_color);
  color: var(--theme-color-text_dark);
}</pre></body></html>