.elementor-8611 .elementor-element.elementor-element-4f2bc59{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8611 .elementor-element.elementor-element-4f2bc59.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-8611 .elementor-element.elementor-element-4f2bc59{--width:419px;}}/* Start custom CSS for html, class: .elementor-element-b081545 *//* ================================
   BTA University Section Pages
================================ */

.bta-section-page {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: hidden;
  background: #081537;
  color: #ffffff;
  font-family: inherit;
}

.bta-section-hero {
  padding: 86px 24px 64px;
  text-align: center;
  background:
    radial-gradient(circle at top left, rgba(25, 204, 253, 0.22), transparent 36%),
    radial-gradient(circle at bottom right, rgba(11, 155, 215, 0.18), transparent 34%),
    linear-gradient(135deg, #081537 0%, #0b1f4f 52%, #081537 100%);
  border-radius: 0 0 32px 32px;
}

.bta-section-hero h1 {
  margin: 0 auto 18px;
  max-width: 900px;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.bta-section-hero p {
  max-width: 780px;
  margin: 0 auto 30px;
  color: #d5eaef;
  font-size: 19px;
  line-height: 1.6;
}

.bta-section-container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 56px 32px;
}

.bta-section-intro {
  margin-bottom: 52px;
  padding: 32px;
  border-radius: 24px;
  background: rgba(213, 234, 239, 0.06);
  border: 1px solid rgba(175, 243, 254, 0.16);
}

.bta-section-intro h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 34px;
  letter-spacing: -0.03em;
}

.bta-section-intro p {
  max-width: 850px;
  margin: 0;
  color: #d5eaef;
  font-size: 17px;
  line-height: 1.65;
}

.bta-small-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 58px;
}

.bta-small-article-card {
  display: block;
  min-height: 245px;
  padding: 24px;
  border-radius: 24px;
  background: #d5eaef;
  color: #081537;
  text-decoration: none;
  transition: all 0.22s ease;
}

.bta-small-article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.32);
}

.bta-small-article-card h3 {
  margin: 0 0 10px;
  color: #081537;
  font-size: 23px;
  line-height: 1.22;
}

.bta-small-article-card p {
  margin: 0 0 18px;
  color: #233152;
  font-size: 15px;
  line-height: 1.55;
}

.bta-read-link {
  color: #007fff;
  font-weight: 800;
}

.bta-small-article-card:hover .bta-read-link {
  color: #0b9bd7;
  text-decoration: underline;
}

@media (max-width: 980px) {
  .bta-small-article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .bta-section-page {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .bta-section-hero {
    padding: 70px 18px 50px;
    text-align: left;
  }

  .bta-section-container {
    padding: 38px 18px;
  }

  .bta-small-article-grid {
    grid-template-columns: 1fr;
  }

  .bta-section-intro {
    padding: 24px;
  }
}/* Optional: better layout for section pages with 6 article cards */
.bta-article-grid-six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 980px) {
  .bta-article-grid-six {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .bta-article-grid-six {
    grid-template-columns: 1fr;
  }
}/* Make BTA University section headers pop */
.bta-university-page h1,
.bta-university-page h2,
.bta-university-page h3,
.bta-rg-banner h2,
.bta-section-heading h2,
.bta-bottom-cta h2 {
  color: #ffffff !important;
}

/* Accent glow for major section headers */
.bta-rg-banner h2,
.bta-section-heading h2,
.bta-bottom-cta h2 {
  text-shadow: 0 0 22px rgba(25, 204, 253, 0.35);
}

/* Make the Responsible Gaming banner headline stand out */
.bta-rg-banner h2 {
  color: #aff3fe !important;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

/* Optional: add a small accent line under section headings */
.bta-rg-banner h2::after,
.bta-section-heading h2::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #19ccfd, #007fff);
}/* End custom CSS */