.elementor-30592 .elementor-element.elementor-element-a49a697{--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-58337551 */.hh-seo-article {
  --hh-primary: #0d274d;
  --hh-primary-light: #eaf1f8;
  --hh-accent: #1479ba;
  --hh-accent-dark: #0b5d91;
  --hh-text: #263548;
  --hh-muted: #607086;
  --hh-border: #d8e1eb;
  --hh-surface: #ffffff;
  --hh-soft: #f5f8fb;
  --hh-warning: #fff8e7;
  --hh-warning-border: #e5bd54;
  --hh-max-width: 980px;
  --hh-radius: 14px;
  --hh-shadow: 0 10px 28px rgba(13, 39, 77, 0.09);
  --hh-space: clamp(1.25rem, 2.5vw, 2rem);
  width: min(100%, var(--hh-max-width));
  margin-inline: auto;
  color: var(--hh-text);
  font-size: clamp(1rem, 0.97rem + 0.15vw, 1.08rem);
  line-height: 1.85;
  overflow-wrap: anywhere;
}

.hh-seo-article *,
.hh-seo-article *::before,
.hh-seo-article *::after {
  box-sizing: border-box;
}

.hh-seo-article p,
.hh-seo-article ul,
.hh-seo-article ol,
.hh-seo-article figure,
.hh-seo-article table {
  margin-block: 0 1.15rem;
}

.hh-seo-article a {
  color: var(--hh-accent-dark);
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
}

.hh-seo-article a:hover {
  color: var(--hh-primary);
  text-decoration-thickness: 2px;
}

.hh-seo-article a:focus-visible {
  outline: 3px solid rgba(20, 121, 186, 0.35);
  outline-offset: 3px;
  border-radius: 4px;
}

.hh-seo-article h2,
.hh-seo-article h3 {
  color: var(--hh-primary);
  line-height: 1.35;
  letter-spacing: 0.01em;
  scroll-margin-top: 6rem;
}

.hh-seo-article h2 {
  margin: clamp(2.6rem, 5vw, 4.2rem) 0 1rem;
  padding-bottom: 0.55rem;
  border-bottom: 3px solid var(--hh-accent);
  font-size: clamp(1.65rem, 1.35rem + 1vw, 2.25rem);
}

.hh-seo-article h3 {
  margin: clamp(2rem, 4vw, 3rem) 0 0.8rem;
  font-size: clamp(1.25rem, 1.1rem + 0.55vw, 1.6rem);
}

.hh-seo-article .hh-lead {
  margin-bottom: var(--hh-space);
  padding: clamp(1.25rem, 3vw, 2rem);
  border-left: 5px solid var(--hh-accent);
  border-radius: 0 var(--hh-radius) var(--hh-radius) 0;
  background: linear-gradient(135deg, var(--hh-primary-light), var(--hh-surface));
  color: var(--hh-primary);
  font-size: clamp(1.08rem, 1rem + 0.35vw, 1.28rem);
  font-weight: 600;
  line-height: 1.8;
}

.hh-seo-article .hh-summary {
  margin-bottom: var(--hh-space);
  padding: clamp(1.1rem, 2.5vw, 1.6rem);
  border: 1px solid var(--hh-border);
  border-radius: var(--hh-radius);
  background: var(--hh-soft);
}

.hh-seo-article .hh-summary-title,
.hh-seo-article .hh-toc-title {
  margin-bottom: 0.65rem;
  color: var(--hh-primary);
  font-size: 1.15rem;
  font-weight: 800;
}

.hh-seo-article .hh-summary ul {
  margin-bottom: 0;
  padding-left: 1.4rem;
}

.hh-seo-article .hh-summary li + li {
  margin-top: 0.4rem;
}

.hh-seo-article .hh-toc {
  margin-block: var(--hh-space) clamp(2.5rem, 5vw, 4rem);
  padding: clamp(1.15rem, 2.5vw, 1.7rem);
  border: 1px solid var(--hh-border);
  border-radius: var(--hh-radius);
  background: var(--hh-surface);
  box-shadow: var(--hh-shadow);
}

.hh-seo-article .hh-toc ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem 2rem;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

.hh-seo-article .hh-toc a {
  display: inline-block;
  padding-block: 0.2rem;
  font-weight: 600;
}

.hh-seo-article .hh-section {
  min-width: 0;
}

.hh-seo-article .hh-note {
  margin-block: 1.5rem;
  padding: 1rem 1.2rem;
  border-left: 4px solid var(--hh-warning-border);
  border-radius: 0 10px 10px 0;
  background: var(--hh-warning);
}

.hh-seo-article .hh-note p {
  margin: 0;
}

.hh-seo-article .hh-steps,
.hh-seo-article .hh-checklist {
  padding: clamp(1.2rem, 3vw, 1.8rem) clamp(1.2rem, 3vw, 2rem);
  border-radius: var(--hh-radius);
  background: var(--hh-soft);
}

.hh-seo-article .hh-steps {
  padding-left: clamp(2.7rem, 5vw, 3.6rem);
}

.hh-seo-article .hh-steps li + li,
.hh-seo-article .hh-checklist li + li {
  margin-top: 0.65rem;
}

.hh-seo-article .hh-checklist {
  list-style: none;
}

.hh-seo-article .hh-checklist li {
  position: relative;
  padding-left: 1.8rem;
}

.hh-seo-article .hh-checklist li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--hh-accent);
  content: "✓";
  font-weight: 900;
}

.hh-seo-article .hh-figure {
  width: 100%;
  margin-block: clamp(1.5rem, 4vw, 2.5rem);
  padding: clamp(0.55rem, 1.5vw, 0.85rem);
  border: 1px solid var(--hh-border);
  border-radius: var(--hh-radius);
  background: var(--hh-surface);
  box-shadow: 0 8px 22px rgba(13, 39, 77, 0.07);
}

.hh-seo-article .hh-figure img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
  border-radius: calc(var(--hh-radius) - 6px);
}

.hh-seo-article .hh-figure figcaption {
  padding: 0.8rem 0.25rem 0.15rem;
  color: var(--hh-muted);
  font-size: 0.92rem;
  line-height: 1.6;
  text-align: center;
}

.hh-seo-article .hh-table-wrap {
  width: 100%;
  margin-block: 1.5rem 2rem;
  overflow-x: auto;
  border: 1px solid var(--hh-border);
  border-radius: var(--hh-radius);
  background: var(--hh-surface);
  -webkit-overflow-scrolling: touch;
}

.hh-seo-article .hh-table-wrap table {
  width: 100%;
  min-width: 760px;
  margin: 0;
  border-collapse: collapse;
  font-size: 0.96rem;
  line-height: 1.65;
}

.hh-seo-article .hh-table-wrap caption {
  padding: 1rem;
  background: var(--hh-primary);
  color: #ffffff;
  font-weight: 800;
  text-align: left;
}

.hh-seo-article .hh-table-wrap th,
.hh-seo-article .hh-table-wrap td {
  padding: 0.9rem 1rem;
  border-right: 1px solid var(--hh-border);
  border-bottom: 1px solid var(--hh-border);
  text-align: left;
  vertical-align: top;
}

.hh-seo-article .hh-table-wrap tr > :last-child {
  border-right: 0;
}

.hh-seo-article .hh-table-wrap tbody tr:last-child > * {
  border-bottom: 0;
}

.hh-seo-article .hh-table-wrap thead th {
  background: var(--hh-primary-light);
  color: var(--hh-primary);
  font-weight: 800;
}

.hh-seo-article .hh-table-wrap tbody th {
  min-width: 9rem;
  background: var(--hh-soft);
  color: var(--hh-primary);
}

.hh-seo-article .hh-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-block: 1.5rem 2rem;
}

.hh-seo-article .hh-related-card {
  display: flex;
  min-width: 0;
  padding: 1.25rem;
  flex-direction: column;
  border: 1px solid var(--hh-border);
  border-radius: var(--hh-radius);
  background: var(--hh-surface);
  box-shadow: 0 6px 18px rgba(13, 39, 77, 0.06);
}

.hh-seo-article .hh-related-card h3 {
  margin-top: 0;
  font-size: 1.2rem;
}

.hh-seo-article .hh-related-card p {
  flex-grow: 1;
  color: var(--hh-muted);
}

.hh-seo-article .hh-related-card a {
  font-weight: 800;
}

.hh-seo-article .hh-faq-item {
  margin-bottom: 1rem;
  padding: clamp(1.1rem, 2.5vw, 1.5rem);
  border: 1px solid var(--hh-border);
  border-radius: var(--hh-radius);
  background: var(--hh-surface);
}

.hh-seo-article .hh-faq-item h3 {
  margin-top: 0;
  font-size: clamp(1.12rem, 1.04rem + 0.3vw, 1.3rem);
}

.hh-seo-article .hh-faq-item p {
  margin-bottom: 0;
}

.hh-seo-article .hh-cta {
  margin-top: clamp(3rem, 6vw, 5rem);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-radius: calc(var(--hh-radius) + 4px);
  background: linear-gradient(135deg, var(--hh-primary), #173f73);
  color: #ffffff;
  box-shadow: var(--hh-shadow);
}

.hh-seo-article .hh-cta .hh-eyebrow {
  margin-bottom: 0.3rem;
  color: #b9ddf6;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hh-seo-article .hh-cta h2 {
  margin-top: 0;
  border-bottom: 0;
  color: #ffffff;
}

.hh-seo-article .hh-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.hh-seo-article .hh-button {
  display: inline-flex;
  min-height: 46px;
  padding: 0.75rem 1.15rem;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

.hh-seo-article .hh-button-primary {
  background: #ffffff;
  color: var(--hh-primary);
}

.hh-seo-article .hh-button-primary:hover {
  background: #eaf1f8;
  color: var(--hh-primary);
}

.hh-seo-article .hh-button-secondary {
  border-color: rgba(255, 255, 255, 0.75);
  color: #ffffff;
}

.hh-seo-article .hh-button-secondary:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.hh-seo-article .hh-source-note {
  margin-top: 1.5rem;
  padding: 1rem 1.2rem;
  border-radius: 10px;
  background: var(--hh-soft);
  color: var(--hh-muted);
  font-size: 0.88rem;
  line-height: 1.65;
}

.hh-seo-article .hh-source-note p {
  margin: 0;
}

@media (max-width: 800px) {
  .hh-seo-article .hh-related-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hh-seo-article {
    line-height: 1.75;
  }

  .hh-seo-article .hh-toc ol {
    grid-template-columns: 1fr;
  }

  .hh-seo-article .hh-table-wrap {
    margin-inline: -0.25rem;
    width: calc(100% + 0.5rem);
    border-radius: 10px;
  }

  .hh-seo-article .hh-cta-actions {
    flex-direction: column;
  }

  .hh-seo-article .hh-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hh-seo-article * {
    scroll-behavior: auto;
  }
}/* End custom CSS */