.staging-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.staging-form [aria-invalid="true"] {
  border-color: #b42318 !important;
  box-shadow: 0 0 0 1px #b42318;
}

.staging-form .wpcf7-response-output {
  display: none;
  margin: 1em 0 0 !important;
  padding: .75em 1em !important;
  border: 2px solid #0274be !important;
  background: #fff;
  color: #222;
}

.staging-form .wpcf7-response-output.is-visible {
  display: block;
}

.staging-form .wpcf7-response-output.is-error {
  border-color: #b42318 !important;
}

.staging-form button[disabled],
.staging-form input[type="submit"][disabled] {
  cursor: wait;
  opacity: .65;
}

iframe,
video,
embed {
  max-width: 100%;
}

.elementor-widget-video iframe,
.ast-oembed-container iframe {
  width: 100%;
}

.planned-lead {
  font-size: 1.2em;
  line-height: 1.65;
}

.planned-summary {
  margin: 1.75em 0;
  padding: 1.25em 1.4em;
  border-left: 4px solid #0274be;
  background: #f2f7fb;
}

.planned-checklist li,
.planned-sources li {
  margin-bottom: .55em;
}

.planned-faq details {
  margin: 0 0 .7em;
  border: 1px solid #d8e1e8;
  border-radius: 3px;
  background: #fff;
}

.planned-faq summary {
  padding: .85em 1em;
  cursor: pointer;
  color: #0274be;
  font-weight: 600;
}

.entry-content p a,
.entry-content li a {
  text-decoration: underline;
}

.wpcf7-submit,
input[type="submit"] {
  background-color: #0069a8 !important;
  border-color: #0069a8 !important;
}

@media (max-width: 768px) {
  .elementor-element-0106a5d .elementor-widget-container a {
    color: #fff !important;
    text-decoration: underline;
  }
}

.planned-faq details p {
  padding: 0 1em 1em;
}

.legal-note {
  margin-top: 1.5em;
  padding: 1em;
  background: #fff8e5;
  border: 1px solid #e9ce78;
  font-size: .92em;
}

.planned-related,
.guide-directory {
  margin-top: 2.2em;
  padding-top: 1.5em;
  border-top: 1px solid #d8e1e8;
}

.guide-directory {
  margin: 3em;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5em;
}

.guide-group {
  padding: 1.1em;
  border: 1px solid #e2e8f0;
  background: #fff;
}

.guide-group h3 {
  margin-bottom: .7em;
  text-transform: capitalize;
}

.guide-group ul {
  margin: 0 0 0 1.1em;
}

.eael-reading-progress-fill {
  transition: width .08s linear;
}

.seo-site-header {
  position: relative;
  z-index: 20;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
}

.seo-nav-wrap {
  width: min(1240px, calc(100% - 2rem));
  min-height: 76px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.seo-brand img {
  display: block;
  width: 235px;
  height: auto;
}

.seo-brand span {
  display: block;
  margin-top: .15rem;
  color: #475569;
  font-size: .78rem;
  font-weight: 500;
}

.seo-site-header ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .35rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-site-header a {
  color: #1e293b;
  font-weight: 600;
  text-decoration: none;
}

.seo-site-header nav a[aria-current="page"],
.seo-site-header nav a:hover,
.seo-site-header nav a:focus {
  color: #0274be;
  text-decoration: underline;
  text-underline-offset: .3em;
}

.seo-breadcrumbs {
  margin: 0 0 1.5rem;
  font-size: .9rem;
}

.seo-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-breadcrumbs li + li::before {
  content: "/";
  margin-right: .45rem;
  color: #64748b;
}

.seo-home-intro {
  padding: clamp(3rem, 7vw, 6rem) 1.5rem;
  background: linear-gradient(135deg, #eef7ff, #fff);
  color: #1e293b;
}

.elementor-2 .elementor-element.elementor-element-283ed00:not(.elementor-motion-effects-element-type-background) {
  background-image: url("/wp-content/uploads/2019/11/tlo_light-seo.webp");
}

.seo-home-intro > div {
  width: min(1120px, 100%);
  margin: auto;
}

.seo-home-intro h1 {
  max-width: 900px;
  margin: .35rem 0 1rem;
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: 1.08;
}

.seo-home-intro p:not(.seo-kicker) {
  max-width: 780px;
  font-size: 1.2rem;
}

.seo-kicker {
  color: #026aa2;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.seo-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.seo-button,
.seo-cta a:last-child {
  display: inline-block;
  padding: .75rem 1.1rem;
  border-radius: 3px;
  background: #0069a8;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
}

.seo-primary {
  width: 100%;
  max-width: 980px;
  margin-inline: auto;
}

.seo-article .entry-content,
.seo-extension {
  font-size: 1.05rem;
  line-height: 1.75;
}

.seo-lead {
  font-size: 1.25rem;
  line-height: 1.65;
}

.seo-answer {
  margin: 1.5rem 0 2rem;
  padding: 1.25rem 1.4rem;
  border-left: 4px solid #0274be;
  background: #eef7ff;
}

.seo-extension {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid #d8e1e8;
}

.seo-checklist li {
  margin-bottom: .65rem;
}

.seo-faq details {
  margin-bottom: .75rem;
  border: 1px solid #d8e1e8;
  border-radius: 4px;
  background: #fff;
}

.seo-faq summary {
  padding: .9rem 1rem;
  color: #026aa2;
  cursor: pointer;
  font-weight: 700;
}

.seo-faq details p {
  padding: 0 1rem 1rem;
}

.seo-cta {
  margin: 2rem 0 0;
  padding: 1.4rem;
  border-radius: 4px;
  background: #f1f5f9;
}

.seo-sources,
.seo-updated,
.seo-byline {
  font-size: .92rem;
}

.reference-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 1.25rem;
}

.reference-grid figure {
  margin: 0;
  padding: 1rem;
  text-align: center;
  border: 1px solid #e2e8f0;
}

.reference-grid img {
  width: 100%;
  height: 140px;
  object-fit: contain;
}

.reference-grid figcaption {
  margin-top: .65rem;
  font-size: .85rem;
}

.seo-site-footer {
  padding: 3rem 1.5rem;
  background: #102a43;
  color: #e8f1f8;
}

.seo-footer-grid {
  width: min(1180px, 100%);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}

.seo-site-footer h2 {
  color: #fff;
  font-size: 1rem;
}

.seo-site-footer a {
  color: #fff;
  text-decoration: underline;
}

.seo-site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-site-footer li {
  margin-bottom: .4rem;
}

.seo-404 {
  max-width: 700px;
  margin: 10vh auto;
  padding: 2rem;
  font-family: system-ui, sans-serif;
}

.elementor-widget-tabs .elementor-tab-content.elementor-active {
  display: block;
}

.elementor-widget-text-editor p a,
.elementor-widget-text-editor li a,
.entry-content p a,
.entry-content li a {
  text-decoration: underline;
  text-underline-offset: .12em;
}

@media (max-width: 768px) {
  iframe[width="600px"],
  iframe[width="600"] {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 3 / 2;
  }

  .staging-nav-open .main-header-bar-navigation,
  .staging-nav-open .ast-mobile-header-content {
    display: block !important;
  }

  .planned-lead {
    font-size: 1.08em;
  }

  .guide-directory {
    margin: 1.5em 1em;
  }

  .guide-grid {
    grid-template-columns: 1fr;
  }

  .seo-nav-wrap {
    align-items: flex-start;
    flex-direction: column;
    padding-block: .8rem;
  }

  .seo-site-header ul {
    gap: .65rem 1rem;
    padding-bottom: .6rem;
  }

  .seo-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .seo-footer-grid { grid-template-columns: 1fr; }
}
