:root {
  --compliance-h: 5.5rem
}

.compliance-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  background: #05080c;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  font-size: .6875rem;
  line-height: 1.45;
  color: #e2e8f0
}

.compliance-bar__inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: .45rem 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .35rem .75rem
}

.compliance-bar__18 {
  flex-shrink: 0;
  background: #ffcc66;
  color: #0f172a;
  font-weight: 800;
  padding: .12rem .45rem;
  border-radius: .25rem;
  font-size: .625rem;
  letter-spacing: .04em
}

.compliance-bar__text {
  flex: 1 1 12rem;
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word
}

.compliance-bar__text a {
  color: #bef264;
  text-decoration: underline;
  text-underline-offset: 2px
}

.compliance-bar__text a:hover {
  color: #d9f99d
}

.compliance-bar__link {
  flex-shrink: 0;
  color: #67e8f9;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap
}

.compliance-bar__link:hover {
  color: #a5f3fc
}

body.has-compliance-bar {
  padding-top: var(--compliance-h);
  max-width: 100%;
  overflow-x: hidden
}

body.has-compliance-bar .compliance-offset-header {
  top: var(--compliance-h)
}

.interdiction-box {
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(0, 0, 0, .25);
  border-radius: 1rem;
  padding: 1rem 1.25rem;
  font-size: .8125rem;
  line-height: 1.65;
  color: #cbd5e1
}

.interdiction-box h3 {
  font-size: .75rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fde68a;
  font-weight: 700
}

.interdiction-box p {
  margin-top: .65rem
}

.interdiction-box a {
  color: #a3e635;
  text-decoration: underline;
  text-underline-offset: 2px
}

.license-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .8125rem
}

.license-table th,
.license-table td {
  padding: .65rem .75rem;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  text-align: left;
  vertical-align: top
}

.license-table th {
  color: #94a3b8;
  font-weight: 600;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .06em
}

.license-table td {
  color: #cbd5e1
}

.license-table a {
  color: #a3e635;
  text-decoration: underline;
  text-underline-offset: 2px
}

@media (max-width: 767px) {
  .compliance-bar {
    font-size: .625rem;
    line-height: 1.5
  }

  .compliance-bar__inner {
    padding: .4rem .75rem;
    gap: .3rem .5rem;
    align-items: flex-start
  }

  .compliance-bar__text {
    flex: 1 1 100%;
    min-width: 0
  }
}

@media (min-width: 768px) {
  :root {
    --compliance-h: 2.75rem
  }
}
