/* Exact live content presented inside the approved redesign system */

.live-content {
  max-width: 880px;
}

.live-content h1,
.live-content h2,
.live-content h3,
.live-content h4 {
  font-family: var(--font-display);
  letter-spacing: -0.03em;
  color: var(--ink);
  font-weight: 500;
  margin: 1.6em 0 0.55em;
}

.live-content h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); }
.live-content h3 { font-size: clamp(1.25rem, 2.2vw, 1.55rem); }

.live-content p,
.live-block p {
  margin: 0 0 1em;
  color: var(--ink);
  line-height: 1.7;
  font-size: 1.05rem;
}

.live-content a { color: var(--red); }
.live-content a:hover { text-decoration: underline; }

.live-content ul,
.live-content ol,
.live-list {
  margin: 0 0 1.25em;
  padding-left: 1.25em;
  color: var(--ink);
  line-height: 1.65;
}

.live-content li { margin: 0.35em 0; }

.live-figure {
  margin: 1.5em 0;
}

.live-figure img,
.live-content img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}

.live-cta { margin: 1.5em 0; }

.live-form {
  margin: 2em 0;
  padding: 32px 28px;
}

.live-form label,
.live-form .elementor-field-label {
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
  color: var(--ink);
}

.live-form input[type="text"],
.live-form input[type="email"],
.live-form input[type="tel"],
.live-form input[type="date"],
.live-form input[type="number"],
.live-form input[type="url"],
.live-form select,
.live-form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 14px;
  margin: 0 0 14px;
  background: #fff;
  font: inherit;
}

.live-form textarea { min-height: 120px; }

.live-form input[type="checkbox"],
.live-form input[type="radio"] {
  width: auto;
  min-height: 0;
  margin-right: 10px;
}

.live-form .elementor-field-type-acceptance,
.live-form .elementor-field-type-checkbox {
  margin: 16px 0;
}

.live-form button,
.live-form input[type="submit"],
.live-form .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 26px;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
}

.live-video {
  margin: 1.5em 0;
  aspect-ratio: 16 / 9;
}

.live-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 24px;
}

/* Hide leftover Elementor layout chrome if any slips through */
.live-content .elementor-widget-wrap,
.live-content .elementor-element {
  display: contents;
}
