.article-guide {
  max-width: 980px;
  margin: 0 auto 40px;
  color: #333;
  font-size: 16px;
  line-height: 1.65;
}

.article-guide h1 {
  margin: 0 0 22px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  color: #222;
}

.article-guide h2 {
  margin: 42px 0 18px;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 700;
  color: #222;
}

.article-guide h3 {
  margin: 26px 0 12px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
  color: #333;
}

.article-guide p {
  margin: 0 0 16px;
}

.article-guide ul,
.article-guide ol {
  margin: 0 0 20px 22px;
  padding: 0;
}

.article-guide li {
  margin-bottom: 8px;
}

.article-guide a {
  color: #DC2E81;
  text-decoration: underline;
}

.article-guide a:hover {
  text-decoration: none;
}

.article-guide table {
  width: 100%;
  margin: 22px 0 28px;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.45;
  background: #fff;
}

.article-guide th,
.article-guide td {
  padding: 12px 14px;
  border: 1px solid #e2e2e2;
  vertical-align: top;
}

.article-guide th {
  font-weight: 700;
  background: #f6f6f6;
  color: #222;
}

.article-cta,
.article-selection-form {
  margin: 28px 0;
  padding: 22px 24px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  background: #F7F7F7;
}

.article-cta p:last-child,
.article-selection-form p:last-child {
  margin-bottom: 0;
}

.article-guide .btn-primary,
.article-guide .btn-secondary {
  display: inline-block;
  margin: 6px 8px 6px 0;
  padding: 11px 18px;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.article-guide .btn-primary {
  border: 1px solid #DC2E81;
  background: #DC2E81;
  color: #fff;
}

.article-guide .btn-secondary {
  border: 1px solid #E5E5E5;
  background: #fff;
  color: #5C5C5C;
}

.article-guide .btn-primary:hover,
.article-guide .btn-secondary:hover {
  text-decoration: none;
}

.article-faq {
  margin: 20px 0 30px;
}

.article-faq h3 {
  margin: 18px 0 8px;
  padding-top: 14px;
  border-top: 1px solid #eee;
}

.article-selection-form {
  background: #f7f7f7;
  border-color: #E5E5E5;
}

.article-selection-form__note {
  color: #666;
  font-size: 15px;
}

@media (max-width: 767px) {
  .article-guide {
    max-width: none;
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 1.6;
  }

  .article-guide h1 {
    font-size: 27px;
  }

  .article-guide h2 {
    margin-top: 34px;
    font-size: 22px;
  }

  .article-guide h3 {
    font-size: 18px;
  }

  .article-guide table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 13px;
  }

  .article-guide th,
  .article-guide td {
    min-width: 150px;
    padding: 10px 12px;
  }

  .article-cta,
  .article-selection-form {
    padding: 18px 16px;
  }

  .article-guide .btn-primary,
  .article-guide .btn-secondary {
    display: block;
    width: 100%;
    margin: 8px 0;
  }
}


.article-guide .btn-primary:hover {
  background: #c72774;
  border-color: #c72774;
  color: #fff;
}

.article-guide .btn-secondary:hover {
  border-color: #DC2E81;
  color: #DC2E81;
  background: #fff;
}

.article-guide .btn-primary:focus,
.article-guide .btn-secondary:focus {
  outline: 2px solid rgba(220, 46, 129, 0.22);
  outline-offset: 2px;
}


/* Article visual polish: closer to current site style */
.article-guide {
  max-width: 960px;
}

.article-guide h2 {
  padding-bottom: 8px;
  border-bottom: 1px solid #E5E5E5;
}

.article-guide table {
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  overflow: hidden;
}

.article-guide th {
  background: #F7F7F7;
}

.article-guide tbody tr:hover td {
  background: #FAFAFA;
}

.article-cta,
.article-selection-form {
  position: relative;
  padding: 22px 24px 22px 28px;
  background: #FAFAFA;
  border: 1px solid #E5E5E5;
  border-left: 4px solid #DC2E81;
  border-radius: 6px;
}

.article-cta p:first-child,
.article-selection-form p:first-child {
  font-size: 16px;
  line-height: 1.6;
}

.article-selection-form h2 {
  margin-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.article-guide .btn-primary {
  box-shadow: none;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.article-guide .btn-secondary {
  transition: border-color .2s ease, color .2s ease, background-color .2s ease;
}

.article-faq {
  margin-top: 24px;
}

.article-faq h3 {
  margin: 0;
  padding: 18px 18px 8px;
  border-top: 1px solid #E5E5E5;
  background: #FAFAFA;
  font-size: 18px;
}

.article-faq h3:first-child {
  border-top: 0;
  border-radius: 6px 6px 0 0;
}

.article-faq p {
  margin: 0;
  padding: 0 18px 18px;
  background: #FAFAFA;
}

.article-faq p:last-child {
  border-radius: 0 0 6px 6px;
}

@media (max-width: 767px) {
  .article-guide h2 {
    padding-bottom: 6px;
  }

  .article-cta,
  .article-selection-form {
    padding: 18px 16px 18px 18px;
    border-left-width: 3px;
  }

  .article-faq h3 {
    padding: 16px 14px 8px;
    font-size: 17px;
  }

  .article-faq p {
    padding: 0 14px 16px;
  }
}

/* Small actuality disclaimer at the top of long article guides */
.article-guide .article-note--disclaimer {
  margin: 0 0 22px;
  padding: 12px 16px;
  border: 1px solid #e6e6e6;
  border-left-width: 3px;
  background: #fff;
  color: inherit;
  font-size: 14px;
  line-height: 1.55;
  box-shadow: none;
}

.article-guide .article-note--disclaimer p {
  margin: 0;
}

.article-guide .article-note--disclaimer strong {
  font-weight: 700;
}

/* Mobile: keep article tables readable with horizontal scroll */
.article-guide .article-table-scroll {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin: 18px 0 24px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}

.article-guide .article-table-scroll table {
  margin: 0;
  min-width: 720px;
  width: 100%;
  border-radius: 0;
}

@media (max-width: 767px) {
  .article-guide .article-table-scroll table {
    display: table;
    table-layout: auto;
    white-space: normal;
  }

  .article-guide .article-table-scroll th,
  .article-guide .article-table-scroll td {
    min-width: 150px;
    white-space: normal;
    vertical-align: top;
  }

  .article-guide .article-table-scroll th:first-child,
  .article-guide .article-table-scroll td:first-child {
    min-width: 130px;
  }
}

/* Final mobile override: keep tables as real tables inside horizontal scroll */
@media (max-width: 767px) {
  .article-guide .article-table-scroll {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .article-guide .article-table-scroll table {
    display: table !important;
    width: 100%;
    min-width: 760px;
    table-layout: auto;
    border-collapse: collapse;
  }

  .article-guide .article-table-scroll thead {
    display: table-header-group !important;
  }

  .article-guide .article-table-scroll tbody {
    display: table-row-group !important;
  }

  .article-guide .article-table-scroll tr {
    display: table-row !important;
  }

  .article-guide .article-table-scroll th,
  .article-guide .article-table-scroll td {
    display: table-cell !important;
    min-width: 150px;
    white-space: normal;
    vertical-align: top;
  }

  .article-guide .article-table-scroll th:first-child,
  .article-guide .article-table-scroll td:first-child {
    min-width: 130px;
  }
}
