.elementor-9449 .elementor-element.elementor-element-17587ef{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9449 .elementor-element.elementor-element-16c835d{width:var( --container-widget-width, 98.694% );max-width:98.694%;--container-widget-width:98.694%;--container-widget-flex-grow:0;}.elementor-9449 .elementor-element.elementor-element-16c835d.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS *//* HookedOnPortA.com article section styling */
.hopa-article {
  font-family: inherit;
  line-height: 1.65;
  color: #243447;
  max-width: 980px;
  margin: 0 auto;
}

.hopa-article-section {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  padding: 24px;
  margin: 24px 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.hopa-eyebrow {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ttb-blue, #006b8f);
  margin-bottom: 8px;
}

.hopa-article h3,
.hopa-article .hopa-h3 {
  color: var(--ttb-orange, #f47b20);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.2;
  margin: 0 0 14px;
  font-weight: 800;
}

.hopa-article h4,
.hopa-article .hopa-h4 {
  color: var(--ttb-blue, #006b8f);
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  line-height: 1.25;
  margin: 22px 0 8px;
  font-weight: 800;
}

.hopa-article p {
  margin: 0 0 14px;
}

.hopa-article ul {
  margin: 10px 0 0 1.25rem;
  padding: 0;
}

.hopa-article li {
  margin: 8px 0;
}

.hopa-callout {
  border-left: 5px solid var(--ttb-orange, #f47b20);
  background: rgba(244, 123, 32, 0.08);
  padding: 14px 16px;
  border-radius: 12px;
  margin-top: 18px;
}

.hopa-blue-callout {
  border-left-color: var(--ttb-blue, #006b8f);
  background: rgba(0, 107, 143, 0.08);
}

.hopa-mini-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.hopa-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  padding: 16px;
  background: #fdfdfd;
}

.hopa-card strong {
  color: var(--ttb-blue, #006b8f);
}

.hopa-rule {
  font-weight: 800;
  color: var(--ttb-orange, #f47b20);
}

@media (max-width: 640px) {
  .hopa-article-section {
    padding: 18px;
    border-radius: 14px;
  }
}/* End custom CSS */