/*
 * Thm-Samsung-v5 — Editorial CTA V1
 * Single quiet text link, right-aligned above a hairline.
 * Prefix: fl-edit-cta-v1
 */

.fl-edit-cta-v1 {
  max-width: 960px;
  margin: 0 auto;
  padding: 1.5rem 20px;
  border-top: 1px solid #e5e8e5;
  text-align: right;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fl-edit-cta-v1 a {
  font-size: .9rem;
  font-weight: 500;
  color: #315c4a;
  text-decoration: underline;
  text-decoration-color: #b8c9bf;
  text-underline-offset: 3px;
}

@media (max-width: 640px) {
  .fl-edit-cta-v1 {
    padding-inline: 4px;
  }
}
