/* Teleportal /live/ page — matches Hello Elementor kit-7
   primary #03A9F4, secondary #026E9F, accent #61CE70, text #222, Montserrat */

.elementor-location-header .elementor-element-1f55b61,
.elementor-22 .elementor-element-1f55b61 {
  display: none !important;
}

.tp-live {
  --tp-primary: #03a9f4;
  --tp-secondary: #026e9f;
  --tp-accent: #61ce70;
  --tp-text: #222222;
  --tp-muted: #4a5560;
  --tp-line: #d7e3ea;
  --tp-paper: #ffffff;
  --tp-wash: #f4f9fc;
  --tp-hero: linear-gradient(160deg, #026e9f 0%, #03a9f4 72%, #4fc3f7 100%);
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  color: var(--tp-text);
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1.25rem 4rem;
}

.tp-live__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.tp-live__hero {
  background: var(--tp-hero);
  color: #fff;
  border-radius: 16px;
  padding: 3rem 2.25rem 2.25rem;
  margin: 1.5rem 0 2.5rem;
  box-shadow: 0 18px 40px rgba(2, 110, 159, 0.22);
}

.tp-live__eyebrow {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
  opacity: 0.9;
}

.tp-live__title {
  font-size: clamp(1.85rem, 3.4vw, 2.65rem);
  line-height: 1.15;
  font-weight: 700;
  margin: 0 0 1rem;
}

.tp-live__lede {
  font-size: 1.08rem;
  line-height: 1.55;
  max-width: 42rem;
  margin: 0 0 1.75rem;
  color: rgba(255, 255, 255, 0.92);
}

.tp-live__toc {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.tp-live__toc a {
  color: #fff !important;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
  font-size: 0.85rem;
  font-weight: 600;
}

.tp-live__toc a:hover,
.tp-live__toc a:focus {
  background: rgba(255, 255, 255, 0.16);
}

.tp-live__section {
  background: var(--tp-paper);
  border: 1px solid var(--tp-line);
  border-radius: 14px;
  padding: 2rem 2rem 2.15rem;
  margin-bottom: 1.35rem;
}

.tp-live__section--notice {
  background: var(--tp-wash);
  border-color: #b8d7e8;
}

.tp-live__section h2 {
  font-size: 1.55rem;
  margin: 0 0 0.85rem;
  color: var(--tp-secondary);
}

.tp-live__section h3 {
  font-size: 1.2rem;
  margin: 0 0 0.65rem;
  color: var(--tp-secondary);
}

.tp-live__section p {
  margin: 0 0 1rem;
  line-height: 1.65;
  color: var(--tp-muted);
}

.tp-live__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.25rem 0 0 !important;
}

.tp-live__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--tp-primary) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600;
  padding: 0.7rem 1.2rem;
  border-radius: 8px;
  border: 2px solid var(--tp-primary);
  line-height: 1.2;
}

.tp-live__btn:hover,
.tp-live__btn:focus {
  background: var(--tp-secondary) !important;
  border-color: var(--tp-secondary);
}

.tp-live__btn--ghost {
  background: transparent !important;
  color: var(--tp-secondary) !important;
}

.tp-live__btn--ghost:hover,
.tp-live__btn--ghost:focus {
  background: var(--tp-secondary) !important;
  color: #fff !important;
}

.tp-live kbd {
  font-family: ui-monospace, Consolas, monospace;
  font-size: 0.85em;
  border: 1px solid var(--tp-line);
  border-bottom-width: 2px;
  border-radius: 4px;
  padding: 0.05rem 0.35rem;
  background: var(--tp-wash);
}

@media (max-width: 767px) {
  .tp-live {
    padding: 0 0.85rem 3rem;
  }

  .tp-live__hero {
    padding: 2rem 1.25rem 1.5rem;
    border-radius: 12px;
  }

  .tp-live__section {
    padding: 1.35rem 1.15rem 1.5rem;
  }
}
