/* =================================================================
   Hugo Custom CSS for Helpass
   ================================================================= */

/* -----------------------------------------------------------------
   1. HEADER    
   ----------------------------------------------------------------- */

/* Speed up sticky header slide-in (was 1s) */
.sticky-header {
  -webkit-transition: all 0.35s !important;
  transition: all 0.35s !important;
}

/* Constrain sticky header to page content width (remove giant side padding) */
.wpo-site-header .navigation.sticky-header {
  padding: 0 !important;
}

/* CTA button: visible and bigger on mobile */
@media (max-width: 767px) {
  .wpo-site-header .header-right_278ff73d39bdb30d .close-form_7ef8733d42c29142 .theme-btn_879380e680e14d8d,
  .wpo-site-header .header-right_278ff73d39bdb30d .close-form_7ef8733d42c29142 .view-cart-btn_04cbd98c15a5b5a2 {
    display: inline-block !important;
    padding: 10px 18px !important;
    font-size: 13px !important;
    white-space: nowrap;
  }
}

.header-right_278ff73d39bdb30d .close-form_7ef8733d42c29142 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* -----------------------------------------------------------------
   2. GLOBAL TABLE STYLES
      - Full-width on desktop
      - Horizontally scrollable on mobile
      - Applied via a wrapper <div class="hp-table-wrap"> added by
        the render-image hook, OR via the article/hp-content selector
   ----------------------------------------------------------------- */

/* Wrapper approach for guaranteed scroll */
.hp-table-scroll {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.5rem;
  border-radius: 8px;
}

.hp-table-inner_16f29965b0cbb3a5 {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Table inside wrapper */
.hp-table-scroll table {
  min-width: 100%;
  border-collapse: collapse;
  display: table !important;
  width: 100% !important;
  border: none;
}

/* Selectors for tables rendered directly in content (before JS wraps them) */
article table,
.hp-content table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  border: none;
  margin-bottom: 1.5rem;
}

article table th,
article table td,
.hp-table-scroll table th,
.hp-table-scroll table td,
.hp-content table th,
.hp-content table td {
  padding: 10px 14px;
  border: 1px solid #e8eaf0;
  white-space: normal;
}

article table th,
.hp-table-scroll table th,
.hp-content table th {
  white-space: nowrap;
}

article table thead th,
.hp-table-scroll table thead th,
.hp-content table thead th {
  background-color: #ff965f;
  color: #fff;
  font-weight: 600;
}

article table thead th strong,
.hp-table-scroll table thead th strong,
.hp-content table thead th strong {
  color: #fff;
  font-weight: 600;
}

article table tbody tr:nth-child(even) td,
.hp-table-scroll table tbody tr:nth-child(even) td,
.hp-content table tbody tr:nth-child(even) td {
  background-color: #f9f9fb;
}

/* Force nowrap on mobile so horizontal scrolling makes sense */
@media (max-width: 767px) {
  article table th,
  article table td,
  .hp-table-scroll table th,
  .hp-table-scroll table td,
  .hp-content table th,
  .hp-content table td {
    white-space: nowrap;
  }
}

/* -----------------------------------------------------------------
   3. CASINO LOGOS — one row, centred on mobile, per-logo sizing
   ----------------------------------------------------------------- */

.hp-footer-logos-wrap_7b93a68bbd4521d9 {
  display: flex;
  justify-content: flex-end;
}

.hp-casino-logos_0914eb23cad63d39 {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  margin: 0;
  justify-content: flex-end;
}

.hp-casino-logos_0914eb23cad63d39 li {
  flex-shrink: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}

.hp-casino-logos_0914eb23cad63d39 li img {
  display: block;
  width: auto;
  height: auto;
}

/* Per-logo size caps — desktop */
.hp-logo-atp_185824989fd49f54     { max-height: 20px; max-width: 16.25px; }
.hp-logo-nhl_c4b5dd5f7fe62704     { max-height: 20px; max-width: 20px; }
.hp-logo-wta_552456a9b02bb3b5     { max-height: 20px; max-width: 31.43px; }
.hp-logo-itf_f3f92d4698dbdfe4     { max-height: 20px; max-width: 45.71px; }
.hp-logo-fiba_53f3ef636f166f60    { max-height: 20px; max-width: 45.71px; }
.hp-logo-ufc_47f266b424903ff6     { max-height: 20px; max-width: 60px; }
.hp-logo-fifa_680ded1570313ee4    { max-height: 20px; max-width: 62.86px; }
.hp-logo-uefa_603c4f8003062162    { max-height: 20px; max-width: 51.43px; }
.hp-logo-mga_8d1fd469d312c788     { max-height: 20px; max-width: 64.44px; }
.hp-logo-gamcare_f2c066115d20b4dc { max-height: 20px; max-width: 70px; }
.hp-logo-dmca_45debc729db9d904    { max-height: 20px; max-width: 101.23px; }

@media (max-width: 991px) {
  .hp-footer-logos-wrap_7b93a68bbd4521d9 { justify-content: center; margin-top: 6px; }
  .hp-casino-logos_0914eb23cad63d39 { justify-content: center; gap: 10px; }
}
@media (max-width: 767px) {
  .hp-logo-atp_185824989fd49f54     { max-height: 15px; max-width: 12.19px; }
  .hp-logo-nhl_c4b5dd5f7fe62704     { max-height: 15px; max-width: 15px; }
  .hp-logo-wta_552456a9b02bb3b5     { max-height: 15px; max-width: 23.57px; }
  .hp-logo-itf_f3f92d4698dbdfe4     { max-height: 15px; max-width: 34.28px; }
  .hp-logo-fiba_53f3ef636f166f60    { max-height: 15px; max-width: 34.28px; }
  .hp-logo-ufc_47f266b424903ff6     { max-height: 15px; max-width: 45px; }
  .hp-logo-fifa_680ded1570313ee4    { max-height: 15px; max-width: 47.14px; }
  .hp-logo-uefa_603c4f8003062162    { max-height: 15px; max-width: 38.57px; }
  .hp-logo-mga_8d1fd469d312c788     { max-height: 15px; max-width: 48.33px; }
  .hp-logo-gamcare_f2c066115d20b4dc { max-height: 15px; max-width: 52.50px; }
  .hp-logo-dmca_45debc729db9d904    { max-height: 15px; max-width: 75.92px; }
}

/* Mobile ≤575px: same as tablet but allow wrap */
@media (max-width: 575px) {
  .hp-casino-logos_0914eb23cad63d39 { gap: 8px; padding: 4px 8px; flex-wrap: wrap; justify-content: center; }
}

/* -----------------------------------------------------------------
   4. HERO BANNER
   ----------------------------------------------------------------- */
.hp-hero-banner_049635487c9d3d21 {
  background: #ff965f !important;
  background-image: none !important;
  min-height: 0 !important;
  padding: 28px 0 !important;
  width: 100%;
  margin: 0;
}

.hp-hero-banner_049635487c9d3d21::before {
  display: none !important;
}

.hp-hero-banner_049635487c9d3d21 .wpo-breadcumb-wrap_734099076f57a85d h2 {
  color: #fff !important;
  font-size: 32px !important;
  line-height: 1.2 !important;
  margin-bottom: 6px !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.25);
}

/* h1 variant — breadcrumbs.html now outputs h1 */
.hp-hero-banner_049635487c9d3d21 .wpo-breadcumb-wrap_734099076f57a85d h1 {
  color: #fff !important;
  font-size: 32px !important;
  line-height: 1.2 !important;
  margin-bottom: 6px !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.25);
}

.hp-hero-banner_049635487c9d3d21 .wpo-breadcumb-wrap_734099076f57a85d ol li,
.hp-hero-banner_049635487c9d3d21 .wpo-breadcumb-wrap_734099076f57a85d ol li a {
  color: rgba(255,255,255,0.9) !important;
  font-size: 15px !important;
}

.hp-hero-banner_049635487c9d3d21 .wpo-breadcumb-wrap_734099076f57a85d ol li a:hover { color: #fff !important; }
.hp-hero-banner_049635487c9d3d21 .wpo-breadcumb-wrap_734099076f57a85d ol li:last-child span { color: rgba(255,255,255,0.7) !important; }
.hp-hero-banner_049635487c9d3d21 .wpo-breadcumb-wrap_734099076f57a85d ol li:after { background: rgba(255,255,255,0.6) !important; }

.hp-hero-banner_049635487c9d3d21 .wpo-breadcumb-wrap_734099076f57a85d p {
  color: rgba(255,255,255,0.88) !important;
  margin: 0;
  font-size: 15px;
}

@media (max-width: 767px) {
  .hp-hero-banner_049635487c9d3d21 .wpo-breadcumb-wrap_734099076f57a85d h2,
  .hp-hero-banner_049635487c9d3d21 .wpo-breadcumb-wrap_734099076f57a85d h1 {
    font-size: 22px !important;
    line-height: 1.3 !important;
  }
  .hp-hero-banner_049635487c9d3d21 {
    padding: 20px 0 !important;
  }
}

/* -----------------------------------------------------------------
   5. SECTION SPACING
   ----------------------------------------------------------------- */
.wpo-service-single-section.section-padding_860961cd7aebf6f2,
.wpo-contact-pg-section_4bc88aeb3a8193af.section-padding_860961cd7aebf6f2 {
  padding-top: 36px !important;
}

@media (max-width: 991px) {
  .wpo-service-single-section.section-padding_860961cd7aebf6f2,
  .wpo-contact-pg-section_4bc88aeb3a8193af.section-padding_860961cd7aebf6f2 {
    padding-top: 28px !important;
  }
}

@media (max-width: 767px) {
  .wpo-service-single-section.section-padding_860961cd7aebf6f2,
  .wpo-contact-pg-section_4bc88aeb3a8193af.section-padding_860961cd7aebf6f2 {
    padding-top: 24px !important;
  }
}

.section-padding-top_af5c62b9aee232a9 {
  padding-top: 30px;
}

/* -----------------------------------------------------------------
   6. CONTENT TYPOGRAPHY
   ----------------------------------------------------------------- */
.hp-content {
  color: #313131;
  line-height: 1.8;
}

.hp-content h1, .hp-content h2, .hp-content h3,
.hp-content h4, .hp-content h5, .hp-content h6 {
  color: #232f4b;
  margin-top: 1.5em;
  margin-bottom: 0.6em;
}

.hp-content p    { margin-bottom: 1.1em; }
.hp-content ul,
.hp-content ol   { padding-left: 1.5em; margin-bottom: 1em; }
.hp-content li   { margin-bottom: 0.4em; }
.hp-content a:not(#PlayButton):not(.toc-content a)    { color: #EF7C40 !important;}
.hp-content a:hover { color: #fff !important; }
.hp-content strong { color: #232f4b; }

.hp-content img,
.hp-content-img_ba399d2d70ad155f {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 1rem 0;
  width: 100%;
}

.hp-content iframe   { max-width: 100%; }

/*
  Demo shortcode: full-width within the content column, with a
  sensible aspect ratio that degrades to a min-height on mobile
  so the iframe is never squished to unusable.
*/
.demo-fullwidth-wrap_3bf709522b2f9add {
  margin-bottom: 1.5rem;
}

.demo-iframe-container_feb275591ea0d0b8 {
  position: relative;
  width: 100%;
  /* 16:9 on desktop */
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 0.5rem;
  background: #000;
}

/* On small screens the 16:9 height gets too short — enforce a min */
@media (max-width: 767px) {
  .demo-iframe-container_feb275591ea0d0b8 {
    padding-bottom: 0;
    height: 420px;
  }
}

@media (max-width: 480px) {
  .demo-iframe-container_feb275591ea0d0b8 {
    height: 320px;
  }
}

.demo-iframe-container_feb275591ea0d0b8 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff !important;
}

/* -----------------------------------------------------------------
   7. TOC SHORTCODE
   ----------------------------------------------------------------- */
.toc-container {
  border-left: 4px solid #ff965f !important;
  border-radius: 8px;
  margin-bottom: 2.5rem;
  padding: 0;
  overflow: hidden;
  background: #ff965f;
  box-shadow: 0 2px 12px rgba(33,33,88,0.07);
}

.toc-title {
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  margin: 0 !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff !important;
  background: #ff965f !important;
  border-bottom: none;
}

h2.toc-title { margin-top: 0 !important; margin-bottom: 0 !important; }
.toc-title p { color: #fff; }

.toc-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.toc-header-content p { margin-bottom: 0; }

.toc-toggle-icon {
  width: 18px; height: 18px;
  flex-shrink: 0;
  transition: transform 0.25s;
  filter: brightness(0) invert(1) !important;
}

.toc-content {
  padding: 16px 24px;
}

.toc-content nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.toc-content nav ul li {
  margin-bottom: 6px;
  padding-left: 0;
}

.toc-content nav ul li::before {
  content: "›";
  color: #d4323c;
  margin-right: 6px;
  font-weight: bold;
}

.toc-content nav ul ul {
  padding-left: 1.4em;
  margin-top: 4px;
}

.toc-content nav ul ul li::before {
  content: "–";
  color: #d4323c;
  font-weight: normal;
}

.toc-content nav a {
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s;
}

.toc-content nav a:hover { color: #fff !important; }

/* -----------------------------------------------------------------
   8. FAQ
   ----------------------------------------------------------------- */

.hp-faq-section_76e1508acea0bee6 {
  margin-top: 2.5rem;
}

.hp-faq-title_28c021c0268c604c h2 {
  font-size: 1.6rem;
  color: #232f4b;
  margin-bottom: 1.2rem;
}

.hp-faq-item_f575dfafc6a123f8         { border-bottom: 1px solid #e5e5e5; }
.hp-faq-item-first_b531a8a444b4b331   { border-top: 1px solid #e5e5e5; }

.hp-faq-question_53b04663c534ae9d {
  font-size: 1rem;
  font-weight: 600;
  color: #232f4b;
  cursor: pointer;
  padding: 16px 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.hp-faq-question-text_b9aad2a45ffc0847 { flex: 1; }
.hp-faq-icon_78adad675af16c22 {
  flex-shrink: 0;
  font-size: 1.4rem;
  color: #ff965f !important;
  line-height: 1;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Animated +/- using CSS pseudo-elements */
.hp-faq-icon_78adad675af16c22::before,
.hp-faq-icon_78adad675af16c22::after {
  content: '';
  position: absolute;
  background: #ff965f;
  border-radius: 2px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.hp-faq-icon_78adad675af16c22::before { width: 14px; height: 2px; }
.hp-faq-icon_78adad675af16c22::after  { width: 2px; height: 14px; }

/* When open, collapse the vertical bar to form a − */
.hp-faq-item_f575dfafc6a123f8.hp-faq-open .hp-faq-icon_78adad675af16c22::after {
  transform: rotate(90deg);
  opacity: 0;
}

/*
  Grid trick: animate grid-template-rows from 0fr → 1fr.
  This avoids the max-height jump — the animation is perfectly
  proportional and fast regardless of content height.
*/
.hp-faq-answer_87a02f5cf37da2ac {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1),
              padding-bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding-bottom: 0;
}

.hp-faq-answer-inner_5d2773900563ed0d {
  overflow: hidden;
  /* Prevents content flash during animation */
  min-height: 0;
}

.hp-faq-item_f575dfafc6a123f8.hp-faq-open .hp-faq-answer_87a02f5cf37da2ac {
  grid-template-rows: 1fr;
  padding-bottom: 16px;
}

.hp-faq-answer-inner_5d2773900563ed0d { color: #313131; line-height: 1.8; }
.hp-faq-answer-inner_5d2773900563ed0d p:last-child { margin-bottom: 0; }

/* -----------------------------------------------------------------
   9. FOOTER
   ----------------------------------------------------------------- */

/* Keep background image at all sizes */
@media (max-width: 1199px) {
  .wpo-site-footer_9b2b7c91878d2c5c {
    background: url(../photos/footer-bg.df8b38871b.png) no-repeat center center / cover !important;
  }
}

@media (max-width: 767px) {
  .wpo-site-footer_9b2b7c91878d2c5c {
    background: url(../photos/footer-bg.df8b38871b.png) no-repeat center center / cover !important;
  }
}

/* Reduce oversized upper footer padding */
.wpo-site-footer_9b2b7c91878d2c5c .wpo-upper-footer_abe07e76f4bada7d {
  padding: 40px 0 !important;
}

@media (max-width: 991px) {
  .wpo-site-footer_9b2b7c91878d2c5c .wpo-upper-footer_abe07e76f4bada7d {
    padding: 30px 0 0 !important;
  }
  /* Tighten per-col spacing on tablet/mobile */
  .wpo-site-footer_9b2b7c91878d2c5c .wpo-upper-footer_abe07e76f4bada7d .col_d9c5095883b2ec62 {
    min-height: auto !important;
    margin-bottom: 28px !important;
  }
}

/* Logo column: tighter */
.wpo-site-footer_9b2b7c91878d2c5c .about-widget_27d4794e2c616bf3 .logo_18060039a6835eb6 {
  max-width: 150px;
  margin-bottom: 0 !important;
}

.wpo-site-footer_9b2b7c91878d2c5c .widget-title_26abe736f9c1e062 {
  margin-bottom: 8px !important;
}

/* ---- Footer text colors ---- */
.wpo-site-footer_9b2b7c91878d2c5c,
.wpo-site-footer_9b2b7c91878d2c5c p,
.wpo-site-footer_9b2b7c91878d2c5c li {
  color: #1E3446 !important;
}

.wpo-site-footer_9b2b7c91878d2c5c a               { color: #1E3446 !important; text-decoration: none; }
.wpo-site-footer_9b2b7c91878d2c5c a:hover         { color: #EF7C40 !important; }
.wpo-site-footer_9b2b7c91878d2c5c .copyright_58002a8962ddad92      { color: #fff !important; }

.wpo-site-footer_9b2b7c91878d2c5c .hp-footer-disclaimer-text_da8924d75ba926d1 {
  opacity: 1 !important;
  color: #4a5568 !important;
}

.wpo-site-footer_9b2b7c91878d2c5c .hp-footer-disclaimer-label_204e6aa2c75d5a02 {
  opacity: 1 !important;
  color: #EF7C40 !important;
  font-weight: 700 !important;
}

/* ---- Footer nav links: clean list, hover orange ---- */
.wpo-site-footer_9b2b7c91878d2c5c .widget-title_26abe736f9c1e062 h3,
.wpo-site-footer_9b2b7c91878d2c5c .widget-title_26abe736f9c1e062 .hp-footer-nav-title_91de9515fb748787 {
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #EF7C40 !important;
  font-family: "Inter", sans-serif !important;
  margin-bottom: 10px !important;
}

.wpo-site-footer_9b2b7c91878d2c5c .link-widget_65146d0af546144b ul {
  padding: 0;
  margin: 0;
}

.wpo-site-footer_9b2b7c91878d2c5c .link-widget_65146d0af546144b ul li {
  padding: 0 !important;
  margin-bottom: 8px !important;
  border: none;
  position: relative;
  padding-left: 12px !important;
}

.wpo-site-footer_9b2b7c91878d2c5c .link-widget_65146d0af546144b ul li::before {
  content: "›";
  position: absolute;
  left: 0;
  color: #EF7C40;
  font-weight: bold;
  line-height: 1.5;
}

.wpo-site-footer_9b2b7c91878d2c5c .link-widget_65146d0af546144b ul li a {
  color: #1E3446 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  transition: color 0.2s;
}

.wpo-site-footer_9b2b7c91878d2c5c .link-widget_65146d0af546144b ul li a:hover {
  color: #EF7C40 !important;
}

.wpo-site-footer_9b2b7c91878d2c5c .link-widget_65146d0af546144b ul li + li {
  padding-top: 0 !important;
}

/* ---- Footer disclaimers: tighter ---- */
.hp-footer-disclaimer_abccf4ab23cb66d8 {
  margin-top: 0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(30,52,70,0.10);
}

.hp-footer-disclaimer_abccf4ab23cb66d8:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.hp-footer-disclaimer-label_204e6aa2c75d5a02 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 3px;
  text-align: left;
}

.hp-footer-disclaimer-text_da8924d75ba926d1 {
  font-size: 0.86rem;
  line-height: 1.55;
  margin: 0;
  text-align: left;
}

.hp-footer-logo-link_dacc765cc9b5b944  { display: inline-block; }
.hp-footer-logo-img_324047e1b027846e   { max-height: 38px; width: auto; }

/* Centered disclaimers column */
.hp-footer-disclaimers-center_233ad1736bbb3752 {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hp-footer-disclaimer--centered_036a46501c0334f7 {
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(30,52,70,0.10);
}

.hp-footer-disclaimer--centered_036a46501c0334f7:last-child { border-bottom: none; }

.hp-footer-disclaimer--centered_036a46501c0334f7 .hp-footer-disclaimer-label_204e6aa2c75d5a02 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.hp-footer-disclaimer--centered_036a46501c0334f7 .hp-footer-disclaimer-text_da8924d75ba926d1 {
  font-size: 0.86rem;
  line-height: 1.55;
  margin: 0;
}

/* -----------------------------------------------------------------
   10. BREADCRUMBS
   ----------------------------------------------------------------- */
.wpo-breadcumb-wrap_734099076f57a85d ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Layout wrapper */
.office-info-row_4b9e8e6b7d1d7ed1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

/* Ensure cards stretch evenly */
.office-info-col_78dfa92bc3568a66 {
  display: flex;
}

.office-info-item_94d1cc6904b3a539 {
  width: 100%;
  height: 100%;
}
