{% require_css %}
<style>
  {% scope_css %}

  .content-column-repeater-wrap {
    background: ;
    ;
  }

  .content-column-repeater-wrap .content-wrapper-main.center {
    text-align: center;
  }

  .content-wrapper-main.center .listing {
    text-align: left;
  }

  /* FORCE Button Override */
  .content-column-repeater-wrap .button a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 14px 28px !important;
    background: #ffffff !important;
    color: #5a0b8a !important;
    text-decoration: none !important;
    border: 1px solid #ffffff !important;
    border-radius: 999px !important;
    font-weight: 600 !important;
    transition: all 0.2s ease !important;
  }

  .content-column-repeater-wrap .button a:hover,
  .content-column-repeater-wrap .button a:focus,
  .content-column-repeater-wrap .button a:active {
    background: #ffffff !important;
    color: #5a0b8a !important;
    border-color: #ffffff !important;
    text-decoration: none !important;
    opacity: 0.95 !important;
  }

  .content-column-repeater-wrap .button a:visited {
    color: #5a0b8a !important;
  }

  .content-column-repeater-wrap .button a span,
  .content-column-repeater-wrap .button a i {
    color: #5a0b8a !important;
  }

  @media (max-width: 767px) {
    .content-column-repeater-wrap {
      ;
    }
  }

  {% end_scope_css %}
</style>
{% end_require_css %}