@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

/*
  LOTERJ public visual standard
  Camada de harmonizacao visual para paginas publicas.
  Mantem compatibilidade com o HTML existente e evita alteracoes de regra.
*/

:root {
  --loterj-primary: #0057b8;
  --loterj-primary-strong: #002935;
  --loterj-primary-soft: #dff6ff;
  --loterj-secondary: #1ae3ff;
  --loterj-ink: #002935;
  --loterj-muted: #456475;
  --loterj-subtle: #688392;
  --loterj-line: #cbdde6;
  --loterj-line-soft: #e2f0f5;
  --loterj-surface: #ffffff;
  --loterj-surface-soft: #f2fcff;
  --loterj-surface-blue: #e8f8ff;
  --loterj-success: #047857;
  --loterj-danger: #b42318;
  --loterj-warning: #92400e;
  --loterj-radius-sm: 12px;
  --loterj-radius-md: 18px;
  --loterj-radius-lg: 24px;
  --loterj-radius-xl: 32px;
  --loterj-shadow-sm: 0 8px 22px rgba(15, 23, 42, .06);
  --loterj-shadow-md: 0 18px 44px rgba(15, 23, 42, .09);
  --loterj-focus: 0 0 0 4px rgba(0, 87, 184, .16);
  --loterj-gradient: linear-gradient(135deg, #0057b8 0%, #1ae3ff 100%);
  --loterj-gradient-hover: linear-gradient(135deg, #0057b8 0%, #1ae3ff 100%);
  --loterj-hero-gradient: linear-gradient(120deg, #0057b8 0%, #1ae3ff 100%);

  --cor-primaria: #0057b8;
  --cor-secundaria: #1ae3ff;
  --cor-texto: #002935;
  --cor-texto-claro: #456475;
  --cor-fundo-claro: #f2fcff;
  --cor-branco: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  color: var(--loterj-ink);
  background: var(--loterj-surface-soft);
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea,
optgroup {
  font-family: 'Montserrat', Arial, sans-serif;
  letter-spacing: 0;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

a {
  color: var(--loterj-primary);
  text-underline-offset: .18em;
}

a:hover {
  color: var(--loterj-primary-strong);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--loterj-ink);
  letter-spacing: 0;
}

h1,
.page-title,
.hero-title {
  font-weight: 800;
}

h2,
h3,
.section-title {
  font-weight: 760;
}

p,
li,
.lead {
  color: inherit;
  line-height: 1.68;
}

.container,
.container-lg,
.container-xl,
.container-xxl {
  --bs-gutter-x: clamp(1rem, 3vw, 2rem);
}

.loterj-page-shell,
main:not(.home-main):not(.transparency-page) {
  isolation: isolate;
}

.btn,
.page-link,
.form-control,
.form-select {
  min-height: 42px;
  border-radius: var(--loterj-radius-sm);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  font-weight: 750;
  line-height: 1.1;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:focus-visible,
.page-link:focus-visible,
.form-control:focus,
.form-select:focus,
button:focus-visible,
a:focus-visible {
  outline: none;
  box-shadow: var(--loterj-focus);
}

.btn-primary,
.btn-loterj,
.primary-button,
.cta-button {
  border-color: transparent;
  background: var(--loterj-gradient);
  color: #fff;
}

.btn-primary:hover,
.btn-loterj:hover,
.primary-button:hover,
.cta-button:hover {
  border-color: transparent;
  background: var(--loterj-gradient-hover);
  color: #fff;
  box-shadow: 0 12px 28px rgba(0, 87, 184, .22);
}

.btn-outline-primary {
  border-color: #bdd7f6;
  color: var(--loterj-primary);
  background: #fff;
}

.btn-outline-primary:hover {
  border-color: var(--loterj-primary);
  background: var(--loterj-primary-soft);
  color: var(--loterj-primary-strong);
}

.card,
.loterj-card,
.news-card,
.license-card,
.president-card,
.project-card,
.info-card,
.content-card,
.service-card {
  border: 1px solid var(--loterj-line-soft);
  border-radius: var(--loterj-radius-lg);
  background: var(--loterj-surface);
  box-shadow: var(--loterj-shadow-sm);
}

.card:hover,
.news-card:hover,
.license-card:hover,
.president-card:hover,
.project-card:hover,
.info-card:hover,
.service-card:hover {
  border-color: #c7d8ea;
  box-shadow: var(--loterj-shadow-md);
}

.badge,
.pill,
.tag,
.category-chip,
.status-chip {
  border-radius: 999px;
  font-weight: 750;
  letter-spacing: 0;
}

.form-control,
.form-select,
textarea.form-control {
  border: 1px solid var(--loterj-line);
  background-color: #fff;
  color: var(--loterj-ink);
  font-weight: 560;
}

.form-control::placeholder {
  color: var(--loterj-subtle);
  opacity: 1;
}

.form-label,
label {
  color: #344054;
  font-weight: 700;
}

.table {
  color: var(--loterj-ink);
  vertical-align: middle;
}

.table thead th {
  border-color: var(--loterj-line);
  color: #344054;
  background: #f7fbff;
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: .02em;
}

.table tbody td {
  border-color: var(--loterj-line-soft);
  color: #2c3a4f;
  font-weight: 500;
}

.table-hover > tbody > tr:hover > * {
  background: #f7fbff;
}

.accordion-item {
  border-color: var(--loterj-line);
  border-radius: var(--loterj-radius-md);
  overflow: hidden;
}

.accordion-button {
  color: var(--loterj-ink);
  background: #fff;
  font-weight: 750;
  letter-spacing: 0;
}

.accordion-button:not(.collapsed) {
  color: var(--loterj-primary-strong);
  background: var(--loterj-primary-soft);
  box-shadow: inset 0 -1px 0 var(--loterj-line);
}

.pagination,
.custom-pagination,
.news-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .45rem;
}

.pagination .page-link,
.custom-pagination .page-link,
.news-pagination a,
.news-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 .85rem;
  border: 1px solid var(--loterj-line);
  border-radius: 999px;
  color: #475569;
  background: #fff;
  font-size: .9rem;
  font-weight: 750;
  text-decoration: none;
}

.pagination .active > .page-link,
.pagination .page-link.active,
.custom-pagination .page-link.active,
.news-pagination .active,
.news-pagination [aria-current="page"] {
  border-color: var(--loterj-primary);
  background: var(--loterj-gradient);
  color: #fff;
  box-shadow: 0 10px 22px rgba(0, 87, 184, .22);
}

.pagination .page-link:hover,
.custom-pagination .page-link:hover,
.news-pagination a:hover {
  border-color: var(--loterj-primary);
  color: var(--loterj-primary);
  background: var(--loterj-primary-soft);
}

.public-hero,
.page-hero,
.internal-hero,
.section-hero {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 var(--loterj-radius-xl) var(--loterj-radius-xl);
}

.section-eyebrow,
.eyebrow,
.page-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: var(--loterj-primary);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.text-muted,
.muted,
.subtitle,
.page-subtitle,
.section-subtitle {
  color: var(--loterj-muted) !important;
}

.document-link,
.news-link,
.card a:not(.btn) {
  font-weight: 650;
}

.document-link {
  color: var(--loterj-primary);
}

.ratio iframe,
iframe.pdf-frame,
.pdf-frame,
.docs-frame {
  border: 0;
  border-radius: var(--loterj-radius-md);
  background: #eef2f7;
}

.modal-content {
  border: 0;
  border-radius: var(--loterj-radius-lg);
  box-shadow: 0 28px 70px rgba(15, 23, 42, .24);
}

.modal-header {
  border-bottom-color: var(--loterj-line-soft);
}

.modal-footer {
  border-top-color: var(--loterj-line-soft);
}

.alert {
  border-radius: var(--loterj-radius-md);
  font-weight: 650;
}

footer,
.site-footer {
  letter-spacing: 0;
}

@media (max-width: 991.98px) {
  body {
    padding-top: 92px;
  }

  h1,
  .page-title,
  .hero-title {
    font-size: clamp(2rem, 9vw, 3.3rem);
    line-height: 1.04;
  }

  h2,
  .section-title {
    font-size: clamp(1.45rem, 6vw, 2.15rem);
  }

  .card,
  .loterj-card,
  .news-card,
  .license-card,
  .president-card,
  .project-card,
  .info-card,
  .content-card,
  .service-card {
    border-radius: var(--loterj-radius-md);
  }

  .table-responsive {
    border-radius: var(--loterj-radius-md);
  }

  .btn {
    min-height: 44px;
  }
}

@media (max-width: 575.98px) {
  .container,
  .container-lg,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 1.35rem;
  }

  .btn,
  .form-control,
  .form-select {
    font-size: .95rem;
  }

  .pagination .page-link,
  .custom-pagination .page-link,
  .news-pagination a,
  .news-pagination span {
    min-width: 38px;
    height: 38px;
    padding: 0 .72rem;
  }
}

/* Shared editorial hero */
.loterj-editorial-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 420px;
  padding: 5.5rem 0 7rem !important;
  overflow: hidden;
  border-top: 8px solid var(--loterj-secondary);
  background: var(--loterj-hero-gradient) !important;
  color: #fff !important;
  text-align: left !important;
}

.loterj-editorial-hero > .container,
.loterj-editorial-hero > .institutional-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1320px !important;
  margin-inline: auto !important;
  padding-inline: 2rem !important;
}

.loterj-editorial-copy {
  max-width: 880px;
}

.loterj-editorial-kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: 1.25rem;
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.loterj-editorial-hero h1,
.loterj-editorial-hero .hero-title,
.loterj-editorial-hero .display-title {
  max-width: 920px;
  margin: 0;
  color: #fff !important;
  font-size: 5rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

.loterj-editorial-accent,
.loterj-editorial-hero .hero-highlight {
  display: block;
  color: #bff6ff !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: currentColor !important;
}

.loterj-editorial-description,
.loterj-editorial-hero .hero-description,
.loterj-editorial-hero .lead,
.loterj-editorial-hero .section-subtitle {
  max-width: 760px;
  margin: 1.5rem 0 0 !important;
  color: #fff !important;
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.7;
  opacity: .96;
}

.loterj-editorial-hero--media {
  min-height: 500px;
  padding-block: 5rem !important;
}

.loterj-editorial-hero--media .display-title {
  font-size: 4rem !important;
}

.loterj-editorial-hero--media .hero-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 390px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 24px;
  box-shadow: 0 24px 54px rgba(0, 41, 53, .24);
}

.loterj-photo-hero {
  min-height: 560px;
  padding: 6rem 0 !important;
  border-top: 8px solid var(--loterj-secondary);
  background-image:
    linear-gradient(90deg, rgba(0, 87, 184, .96) 0%, rgba(0, 87, 184, .86) 46%, rgba(26, 227, 255, .66) 100%),
    var(--hero-image) !important;
  background-repeat: no-repeat !important;
  background-position: var(--hero-position, center) !important;
  background-size: cover !important;
}

.loterj-photo-hero .loterj-editorial-copy {
  max-width: 760px;
  text-shadow: 0 2px 18px rgba(0, 41, 53, .26);
}

.loterj-photo-hero h1,
.loterj-photo-hero .display-title {
  max-width: 760px;
  font-size: 4.25rem !important;
}

.loterj-photo-hero .loterj-editorial-description {
  max-width: 680px;
}

.loterj-photo-hero .btn-modern::before {
  display: none !important;
}

.loterj-editorial-hero .hero-grid {
  display: block;
}

.loterj-editorial-hero + .container > .search-wrapper {
  margin-top: -6rem;
}

.slogan-box,
.slogan-box-modern {
  background: var(--loterj-gradient) !important;
}

body .slogan-box h2,
body .slogan-box-modern h2 {
  color: #fff !important;
  font-weight: 800 !important;
}

body .slogan-box p,
body .slogan-box-modern p {
  color: #fff !important;
}

.loterj-editorial-hero .btn-primary,
.loterj-editorial-hero .btn-loterj,
.loterj-editorial-hero .btn-modern,
.loterj-editorial-hero .btn-cta,
.slogan-box .btn,
.slogan-box .btn-modern,
.slogan-box-modern .btn,
.slogan-box-modern .btn-slogan-white,
.btn-slogan-white {
  border: 1px solid rgba(255, 255, 255, .72) !important;
  background: #fff !important;
  color: var(--loterj-primary) !important;
  box-shadow: 0 12px 26px rgba(0, 41, 53, .18) !important;
}

.loterj-editorial-hero .btn-primary:hover,
.loterj-editorial-hero .btn-loterj:hover,
.loterj-editorial-hero .btn-modern:hover,
.loterj-editorial-hero .btn-cta:hover,
.slogan-box .btn:hover,
.slogan-box .btn-modern:hover,
.slogan-box-modern .btn:hover,
.slogan-box-modern .btn-slogan-white:hover,
.btn-slogan-white:hover {
  background: var(--loterj-surface-soft) !important;
  color: var(--loterj-primary-strong) !important;
}

@media (max-width: 991.98px) {
  .loterj-editorial-hero {
    min-height: 360px;
    padding: 4.5rem 0 6rem !important;
  }

  .loterj-editorial-hero h1,
  .loterj-editorial-hero .hero-title,
  .loterj-editorial-hero .display-title,
  .loterj-editorial-hero--media .display-title {
    font-size: 3.5rem !important;
  }

  .loterj-editorial-hero--media .hero-img {
    max-height: 340px;
    margin-top: 2rem;
  }

  .loterj-photo-hero {
    min-height: 500px;
    padding: 5rem 0 !important;
    background-image:
      linear-gradient(90deg, rgba(0, 87, 184, .94) 0%, rgba(0, 87, 184, .84) 58%, rgba(26, 227, 255, .64) 100%),
      var(--hero-image) !important;
  }

  .loterj-photo-hero h1,
  .loterj-photo-hero .display-title {
    font-size: 3.25rem !important;
  }
}

@media (max-width: 575.98px) {
  .loterj-editorial-hero {
    min-height: 320px;
    padding: 3.75rem 0 5rem !important;
    border-top-width: 6px;
  }

  .loterj-editorial-hero > .container,
  .loterj-editorial-hero > .institutional-container {
    padding-inline: 1.25rem !important;
  }

  .loterj-editorial-hero h1,
  .loterj-editorial-hero .hero-title,
  .loterj-editorial-hero .display-title,
  .loterj-editorial-hero--media .display-title {
    font-size: 2.55rem !important;
    line-height: 1.04 !important;
  }

  .loterj-editorial-description,
  .loterj-editorial-hero .hero-description,
  .loterj-editorial-hero .lead,
  .loterj-editorial-hero .section-subtitle {
    font-size: 1rem;
  }

  .loterj-editorial-hero + .container > .search-wrapper {
    margin-top: -4.75rem;
  }

  .loterj-photo-hero {
    min-height: 460px;
    padding: 4rem 0 !important;
    background-position: var(--hero-position-mobile, center) !important;
    background-image:
      linear-gradient(90deg, rgba(0, 87, 184, .94) 0%, rgba(0, 87, 184, .84) 62%, rgba(26, 227, 255, .62) 100%),
      var(--hero-image) !important;
  }

  .loterj-photo-hero h1,
  .loterj-photo-hero .display-title {
    font-size: 2.4rem !important;
  }
}

/* LOTERJ 26.7 public theme */
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .display-title,
body .section-title,
body .titulo-principal,
body .titulo-secao,
body .editoria,
body .hero-title,
body .page-title,
body .authority-copy,
body .authority-button,
body .btn-modern {
  font-family: 'Montserrat', Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

body h1,
body .display-title,
body .titulo-principal,
body .hero-title,
body .page-title {
  font-weight: 800;
}

body h2,
body h3,
body .section-title,
body .titulo-secao,
body .editoria {
  font-weight: 700;
}

.btn-primary,
a.btn-primary,
.btn-loterj,
.btn-gradient,
.btn-gradiente,
.btn-primary-modern,
.btn-modal-gradient,
.btn-cta,
.authority-button.primary,
.btn-slogan-white,
.primary-button,
.cta-button,
.btn-search,
.search-box button[type="submit"] {
  min-height: 44px;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--loterj-gradient) !important;
  color: #fff !important;
  font-family: 'Montserrat', Arial, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(0, 87, 184, .22) !important;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease !important;
}

.btn-primary:hover,
a.btn-primary:hover,
.btn-loterj:hover,
.btn-gradient:hover,
.btn-gradiente:hover,
.btn-primary-modern:hover,
.btn-modal-gradient:hover,
.btn-cta:hover,
.authority-button.primary:hover,
.btn-slogan-white:hover,
.primary-button:hover,
.cta-button:hover,
.btn-search:hover,
.search-box button[type="submit"]:hover {
  background: var(--loterj-gradient-hover) !important;
  color: #fff !important;
  filter: saturate(1.08);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 41, 53, .24) !important;
}

.btn-primary-modern::before {
  display: none !important;
}

.btn-outline-primary,
.btn-modal-outline,
.btn-outline-modern {
  border: 1px solid #9cc7df !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #fff 0%, #f2fcff 100%) !important;
  color: var(--loterj-primary) !important;
  font-family: 'Montserrat', Arial, sans-serif !important;
  font-weight: 700 !important;
  box-shadow: 0 7px 18px rgba(0, 41, 53, .08);
}

.btn-outline-primary:hover,
.btn-modal-outline:hover,
.btn-outline-modern:hover {
  border-color: var(--loterj-primary) !important;
  background: linear-gradient(135deg, #f2fcff 0%, #dff6ff 100%) !important;
  color: var(--loterj-primary-strong) !important;
  transform: translateY(-1px);
}

.authority-button:not(.primary) {
  min-height: 44px;
  border: 1px solid #9cc7df !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--loterj-primary) !important;
  font-family: 'Montserrat', Arial, sans-serif !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  box-shadow: 0 7px 18px rgba(0, 41, 53, .08) !important;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease !important;
}

.authority-button:not(.primary):hover {
  border-color: var(--loterj-primary) !important;
  background: var(--loterj-primary-soft) !important;
  color: var(--loterj-primary-strong) !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 41, 53, .12) !important;
}

.transparency-page .loterj-editorial-hero .hero-title {
  font-weight: 800 !important;
}

.transparency-page .page-intro-eyebrow,
.transparency-page .page-intro h2,
.transparency-page .category-copy strong {
  font-weight: 700 !important;
}

.transparency-page .category-copy small,
.transparency-page .subcategory-item > .accordion-header .accordion-button,
.transparency-page .year-title,
.transparency-page .table thead th {
  font-weight: 600 !important;
}

.transparency-page .document-link,
.transparency-page .document-list-link,
.transparency-page .process-chip,
.transparency-page .table tbody td {
  font-weight: 500 !important;
}

.btn-search,
.search-box button[type="submit"] {
  min-width: 48px;
  padding-inline: 1rem;
}

.hero-section,
.hero-bet,
.search-hero,
.leaders-hero,
main > .hero {
  background: var(--loterj-hero-gradient) !important;
  color: #fff !important;
}

.hero-section h1,
.hero-section h2,
.hero-section p,
.hero-bet h1,
.hero-bet h2,
.hero-bet p,
.search-hero h1,
.search-hero h2,
.search-hero p,
.leaders-hero h1,
.leaders-hero h2,
.leaders-hero p,
main > .hero h1,
main > .hero h2,
main > .hero p {
  color: #fff !important;
}

.hero-highlight,
.text-gradient {
  color: var(--loterj-secondary) !important;
}

.search-panel,
.search-wrapper .search-input-group,
.search-container .search-shell,
.search-shell,
.search-box {
  border: 1px solid rgba(0, 87, 184, .16) !important;
  background: #fff !important;
  box-shadow: 0 18px 42px rgba(0, 41, 53, .12) !important;
}

.card,
.loterj-card,
.news-card,
.license-card,
.president-card,
.project-card,
.info-card,
.content-card,
.service-card,
.noticia-bloco,
.bet-card,
.contact-card,
.sic-contact-card,
.result-card,
.card-ui,
.choice-card,
.local-card-modern,
.quote-card-modern,
.tech-card-modern,
.leader-card {
  border: 1px solid var(--loterj-line-soft) !important;
  border-radius: var(--loterj-radius-md) !important;
  background-color: var(--loterj-surface) !important;
  box-shadow: var(--loterj-shadow-sm) !important;
}

.card:hover,
.news-card:hover,
.license-card:hover,
.president-card:hover,
.project-card:hover,
.info-card:hover,
.service-card:hover,
.noticia-bloco:hover,
.bet-card:hover,
.result-card:hover,
.leader-card:hover {
  border-color: #acd8e7 !important;
  box-shadow: var(--loterj-shadow-md) !important;
}

.form-control,
.form-select,
.search-input,
.site-search-input,
.mobile-search-input {
  font-family: 'Montserrat', Arial, sans-serif !important;
  font-weight: 500;
}

.form-control:focus,
.form-select:focus,
.search-input:focus {
  border-color: var(--loterj-primary);
  box-shadow: var(--loterj-focus) !important;
}

.accordion-item,
.list-group-item {
  border-color: var(--loterj-line) !important;
}

.accordion-button:not(.category-button) {
  color: var(--loterj-ink);
  background: #fff;
  font-weight: 600;
}

.accordion-button:not(.category-button):not(.collapsed) {
  color: var(--loterj-primary-strong);
  background: var(--loterj-primary-soft);
}

.pagination .active > .page-link,
.pagination .page-link.active,
.custom-pagination .page-link.active,
.news-pagination .active,
.institutional-pagination .active {
  border-color: transparent !important;
  background: var(--loterj-gradient) !important;
  color: #fff !important;
}

.dominio-tag:hover,
.category-chip.active,
.search-filter.active {
  border-color: transparent !important;
  background: var(--loterj-gradient) !important;
  color: #fff !important;
}

.table thead th {
  color: var(--loterj-primary-strong);
  background: #eaf8fd;
  font-weight: 700;
}

.table tbody td,
.document-link,
.news-link,
.card a:not(.btn) {
  font-weight: 500;
}

.section-eyebrow,
.eyebrow,
.page-eyebrow,
.page-intro-eyebrow,
.authority-kicker {
  color: var(--loterj-primary) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.footer-loterj,
.site-footer {
  background: var(--loterj-primary-strong) !important;
}

@media (max-width: 575.98px) {
  .btn-primary,
  .btn-loterj,
  .btn-gradient,
  .btn-gradiente,
  .btn-primary-modern,
  .btn-modal-gradient,
  .btn-cta,
  .authority-button,
  .btn-slogan-white {
    min-height: 46px;
  }
}
