.elementor-23862 .elementor-element.elementor-element-668c161a{--display:flex;}.elementor-widget-text-editor{color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-765c2881 */.hh-seo-article {
  --hh-primary: #0d274d;
  --hh-primary-soft: #eaf0f7;
  --hh-accent: #1f67a8;
  --hh-text: #243142;
  --hh-muted: #607087;
  --hh-border: #d8e0ea;
  --hh-surface: #ffffff;
  --hh-surface-alt: #f6f8fb;
  --hh-warning: #fff8e8;
  --hh-warning-border: #d29b28;
  --hh-max-width: 1120px;
  --hh-radius: 16px;
  --hh-shadow: 0 12px 32px rgba(13, 39, 77, 0.08);
  --hh-space-xs: clamp(0.5rem, 0.4rem + 0.3vw, 0.75rem);
  --hh-space-sm: clamp(0.875rem, 0.7rem + 0.5vw, 1.25rem);
  --hh-space-md: clamp(1.25rem, 1rem + 0.8vw, 2rem);
  --hh-space-lg: clamp(2rem, 1.5rem + 1.5vw, 3.5rem);
  --hh-space-xl: clamp(3rem, 2rem + 2.5vw, 5rem);
  color: var(--hh-text);
  background: var(--hh-surface);
  font-size: clamp(1rem, 0.96rem + 0.18vw, 1.125rem);
  line-height: 1.85;
  overflow-wrap: anywhere;
}

.hh-seo-article,
.hh-seo-article * {
  box-sizing: border-box;
}

.hh-seo-article .hh-article-inner {
  width: min(100% - 2rem, var(--hh-max-width));
  margin-inline: auto;
}

.hh-seo-article .hh-intro {
  padding: var(--hh-space-lg) clamp(1.25rem, 2.5vw, 2.75rem);
  margin-bottom: var(--hh-space-md);
  border-top: 5px solid var(--hh-primary);
  border-radius: 0 0 var(--hh-radius) var(--hh-radius);
  background: linear-gradient(145deg, #f7f9fc 0%, #edf3f9 100%);
}

.hh-seo-article .hh-eyebrow {
  margin: 0 0 var(--hh-space-xs);
  color: var(--hh-accent);
  font-size: 0.85em;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hh-seo-article .hh-lead {
  margin-top: 0;
  color: var(--hh-primary);
  font-size: clamp(1.2rem, 1.08rem + 0.55vw, 1.6rem);
  line-height: 1.6;
}

.hh-seo-article p {
  margin: 0 0 1.15em;
}

.hh-seo-article a {
  color: var(--hh-accent);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.hh-seo-article a:hover {
  color: var(--hh-primary);
}

.hh-seo-article a:focus-visible,
.hh-seo-article summary:focus-visible,
.hh-seo-article [tabindex="0"]:focus-visible {
  outline: 3px solid #f3b53f;
  outline-offset: 3px;
}

.hh-seo-article h2,
.hh-seo-article h3 {
  color: var(--hh-primary);
  line-height: 1.35;
  scroll-margin-top: 2rem;
}

.hh-seo-article h2 {
  margin: 0 0 var(--hh-space-md);
  font-size: clamp(1.65rem, 1.35rem + 1vw, 2.45rem);
}

.hh-seo-article h3 {
  margin: var(--hh-space-lg) 0 var(--hh-space-sm);
  font-size: clamp(1.25rem, 1.1rem + 0.55vw, 1.65rem);
}

.hh-seo-article .hh-summary {
  margin-top: var(--hh-space-md);
  padding: var(--hh-space-md);
  border: 1px solid var(--hh-border);
  border-radius: var(--hh-radius);
  background: var(--hh-surface);
  box-shadow: var(--hh-shadow);
}

.hh-seo-article .hh-summary h2 {
  margin-bottom: var(--hh-space-sm);
  font-size: clamp(1.3rem, 1.2rem + 0.4vw, 1.65rem);
}

.hh-seo-article .hh-summary dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--hh-border);
  border-radius: 12px;
  background: var(--hh-border);
}

.hh-seo-article .hh-summary dl > div {
  padding: 1rem;
  background: var(--hh-surface);
}

.hh-seo-article .hh-summary dt {
  color: var(--hh-muted);
  font-size: 0.85em;
  font-weight: 700;
}

.hh-seo-article .hh-summary dd {
  margin: 0.25rem 0 0;
  color: var(--hh-primary);
  font-weight: 700;
  line-height: 1.55;
}

.hh-seo-article .hh-figure {
  margin: var(--hh-space-lg) 0;
}

.hh-seo-article .hh-figure img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--hh-border);
  border-radius: var(--hh-radius);
  box-shadow: var(--hh-shadow);
}

.hh-seo-article .hh-figure a {
  display: block;
  border-radius: var(--hh-radius);
}

.hh-seo-article .hh-figure figcaption {
  margin-top: 0.75rem;
  color: var(--hh-muted);
  font-size: 0.88em;
  line-height: 1.6;
  text-align: center;
}

.hh-seo-article .hh-toc {
  margin: var(--hh-space-lg) 0;
  padding: var(--hh-space-md);
  border-left: 5px solid var(--hh-accent);
  border-radius: 0 var(--hh-radius) var(--hh-radius) 0;
  background: var(--hh-primary-soft);
}

.hh-seo-article .hh-toc-title {
  margin: 0 0 0.75rem;
  color: var(--hh-primary);
  font-weight: 800;
}

.hh-seo-article .hh-toc ol {
  columns: 2;
  column-gap: 3rem;
  margin: 0;
  padding-left: 1.35rem;
}

.hh-seo-article .hh-toc li {
  break-inside: avoid;
  margin-bottom: 0.45rem;
}

.hh-seo-article .hh-section {
  padding-block: var(--hh-space-xl);
  border-top: 1px solid var(--hh-border);
}

.hh-seo-article .hh-table-wrap {
  max-width: 100%;
  margin: var(--hh-space-md) 0;
  overflow-x: auto;
  border: 1px solid var(--hh-border);
  border-radius: var(--hh-radius);
  box-shadow: var(--hh-shadow);
  -webkit-overflow-scrolling: touch;
}

.hh-seo-article table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: var(--hh-surface);
  font-size: 0.94em;
}

.hh-seo-article caption {
  padding: 1rem 1.2rem;
  color: var(--hh-primary);
  background: var(--hh-primary-soft);
  font-size: 1.05em;
  font-weight: 800;
  text-align: left;
}

.hh-seo-article th,
.hh-seo-article td {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--hh-border);
  text-align: left;
  vertical-align: top;
}

.hh-seo-article thead th {
  color: #ffffff;
  background: var(--hh-primary);
  font-weight: 700;
}

.hh-seo-article tbody th {
  color: var(--hh-primary);
  background: #f3f6fa;
  font-weight: 750;
}

.hh-seo-article tbody tr:last-child th,
.hh-seo-article tbody tr:last-child td {
  border-bottom: 0;
}

.hh-seo-article tbody tr:hover td,
.hh-seo-article tbody tr:hover th {
  background: #eef4fa;
}

.hh-seo-article .hh-check-list,
.hh-seo-article .hh-takeaway-list,
.hh-seo-article .hh-cause-list {
  margin: var(--hh-space-md) 0;
  padding: 0;
  list-style: none;
}

.hh-seo-article .hh-check-list li,
.hh-seo-article .hh-takeaway-list li,
.hh-seo-article .hh-cause-list li {
  position: relative;
  margin-bottom: 0.8rem;
  padding: 0.9rem 1rem 0.9rem 3rem;
  border: 1px solid var(--hh-border);
  border-radius: 12px;
  background: var(--hh-surface-alt);
}

.hh-seo-article .hh-check-list li::before,
.hh-seo-article .hh-takeaway-list li::before {
  position: absolute;
  top: 0.85rem;
  left: 1rem;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  color: #ffffff;
  background: var(--hh-accent);
  content: "✓";
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.3rem;
  text-align: center;
}

.hh-seo-article .hh-note,
.hh-seo-article .hh-test-condition {
  margin: var(--hh-space-md) 0;
  padding: 1rem 1.2rem;
  border-left: 4px solid var(--hh-warning-border);
  border-radius: 0 12px 12px 0;
  background: var(--hh-warning);
}

.hh-seo-article .hh-note p:last-child,
.hh-seo-article .hh-test-condition p:last-child {
  margin-bottom: 0;
}

.hh-seo-article .hh-step-list {
  margin: var(--hh-space-lg) 0;
  padding: 0;
  list-style: none;
  counter-reset: hh-step;
}

.hh-seo-article .hh-step-list-continued {
  counter-reset: hh-step 3;
}

.hh-seo-article .hh-step-list > li {
  position: relative;
  display: grid;
  grid-template-columns: 3.25rem minmax(0, 1fr);
  gap: 1rem;
  margin-bottom: var(--hh-space-md);
  counter-increment: hh-step;
}

.hh-seo-article .hh-step-list > li::before {
  display: grid;
  width: 3.25rem;
  height: 3.25rem;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--hh-primary);
  content: counter(hh-step);
  font-size: 1.15rem;
  font-weight: 800;
}

.hh-seo-article .hh-step-list > li > div {
  padding: 0.25rem 0 var(--hh-space-md);
  border-bottom: 1px solid var(--hh-border);
}

.hh-seo-article .hh-step-list h3 {
  margin-top: 0;
}

.hh-seo-article .hh-cause-list {
  counter-reset: hh-cause;
}

.hh-seo-article .hh-cause-list li {
  counter-increment: hh-cause;
}

.hh-seo-article .hh-cause-list li::before {
  position: absolute;
  top: 0.85rem;
  left: 1rem;
  color: var(--hh-accent);
  content: counter(hh-cause) ".";
  font-weight: 850;
}

.hh-seo-article .hh-faq details {
  margin-bottom: 0.8rem;
  overflow: hidden;
  border: 1px solid var(--hh-border);
  border-radius: 12px;
  background: var(--hh-surface);
}

.hh-seo-article .hh-faq summary {
  position: relative;
  padding: 1rem 3.25rem 1rem 1.2rem;
  color: var(--hh-primary);
  background: var(--hh-surface-alt);
  cursor: pointer;
  font-weight: 750;
  list-style: none;
}

.hh-seo-article .hh-faq summary::-webkit-details-marker {
  display: none;
}

.hh-seo-article .hh-faq summary::after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  color: var(--hh-accent);
  content: "+";
  font-size: 1.5rem;
  font-weight: 700;
}

.hh-seo-article .hh-faq details[open] summary::after {
  content: "−";
}

.hh-seo-article .hh-faq details > div {
  padding: 1rem 1.2rem 0;
}

.hh-seo-article .hh-cta {
  border-top: 0;
}

.hh-seo-article .hh-cta > div {
  padding: clamp(1.5rem, 3vw, 3rem);
  border-radius: var(--hh-radius);
  color: #ffffff;
  background: linear-gradient(135deg, var(--hh-primary) 0%, #164e82 100%);
  box-shadow: var(--hh-shadow);
}

.hh-seo-article .hh-cta h2,
.hh-seo-article .hh-cta .hh-eyebrow {
  color: #ffffff;
}

.hh-seo-article .hh-button {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.85rem 1.25rem;
  border: 2px solid #ffffff;
  border-radius: 999px;
  color: var(--hh-primary);
  background: #ffffff;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hh-seo-article .hh-button:hover {
  color: var(--hh-primary);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.hh-seo-article .hh-source-note {
  margin: var(--hh-space-lg) 0;
  padding: 1rem 1.2rem;
  border: 1px solid var(--hh-border);
  border-radius: 12px;
  color: var(--hh-muted);
  background: var(--hh-surface-alt);
  font-size: 0.9em;
}

.hh-seo-article .hh-source-note p:last-child {
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .hh-seo-article .hh-summary dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hh-seo-article .hh-toc ol {
    columns: 1;
  }
}

@media (max-width: 600px) {
  .hh-seo-article .hh-article-inner {
    width: min(100% - 1.25rem, var(--hh-max-width));
  }

  .hh-seo-article .hh-intro {
    padding-inline: 1rem;
  }

  .hh-seo-article .hh-summary {
    padding: 0.75rem;
  }

  .hh-seo-article .hh-summary dl {
    grid-template-columns: 1fr;
  }

  .hh-seo-article .hh-section {
    padding-block: var(--hh-space-lg);
  }

  .hh-seo-article .hh-step-list > li {
    grid-template-columns: 2.5rem minmax(0, 1fr);
    gap: 0.75rem;
  }

  .hh-seo-article .hh-step-list > li::before {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
  }

  .hh-seo-article th,
  .hh-seo-article td {
    padding: 0.75rem;
  }

  .hh-seo-article .hh-button {
    display: block;
    width: 100%;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hh-seo-article .hh-button {
    transition: none;
  }
}/* End custom CSS */