/*
 * Homepage series CTA alignment.
 *
 * The detail action follows the editorial product image edges so each series
 * reads as one composed card.  Keep the quiet outline treatment and arrow;
 * only the horizontal frame is expanded to the image's actual width.
 */

@media (min-width: 761px) {
  .home-page .home-series-editorial--brief .home-series-chapter__cta,
  .home-page .home-series-editorial--brief .home-series-chapter--brief[data-series-universe] .home-series-chapter__cta,
  html.is-home-page .home-series-editorial--brief .home-series-chapter__cta,
  html.is-home-page .home-series-editorial--brief .home-series-chapter--brief[data-series-universe] .home-series-chapter__cta {
    width: min(86%, 520px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 760px) {
  .home-page .home-series-editorial--brief .home-series-chapter__cta,
  .home-page .home-series-editorial--brief .home-series-chapter--brief[data-series-universe] .home-series-chapter__cta,
  html.is-home-page .home-series-editorial--brief .home-series-chapter__cta,
  html.is-home-page .home-series-editorial--brief .home-series-chapter--brief[data-series-universe] .home-series-chapter__cta {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
}
