/* ------------------------------------ *\
  CONTENTS
\* ------------------------------------ */

/**
 * CONTENTS..............You’re reading it!
 * STYLE 1 ...............................
 * STYLE 2 ...............................
 * MEDIA QUERIES .........................
*/

/* ------------------------------------ *\
  ==STYLE 1
\* ------------------------------------ */
.paragraph-cta.cta--style-1 .cta__link {
  font-size: 1.875rem;
  color: var(--bs-black);
  text-decoration-color: var(--bs-purple);
  font-weight: 500;
  position: relative;
}

.paragraph-cta.cta--style-1 .cta__link:before {
  position: absolute;
  top: 0.1rem;
  right: -2.5rem;
  content: '\e4b2';
  font: var(--fa-font-light);
  font-size: 2rem;
  color: var(--bs-blue);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.paragraph-cta.cta--style-1 .cta__link:where(:hover, :focus, :active):before {
  right: -3.5rem;
}

.paragraph-cta.cta--style-1 .cta__link:where(:hover, :focus, :active) {
  color: var(--bs-blue);
}

/* ------------------------------------ *\
  ==STYLE BUTTON
\* ------------------------------------ */
.paragraph-cta.cta--button .cta__link span {
  position: relative;
}

.paragraph-cta.cta--button .cta__link {
  padding: 0.938rem 2.813rem;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
}

/* ------------------------------------ *\
  ==STYLE 2
\* ------------------------------------ */
.paragraph-cta.cta--style-2 .cta__link {
  padding: 0.938rem 4.813rem 0.938rem 2.813rem;
  color: var(--bs-white);
  background: transparent linear-gradient(262deg, #5a8fef 0, #1f63de 100%) 0 0
    no-repeat padding-box;
}

.paragraph-cta.cta--style-2 .cta__link span:before {
  position: absolute;
  top: -0.15rem;
  right: -2.5rem;
  content: '\e4b2';
  font: var(--fa-font-light);
  font-size: 2rem;
  color: var(--bs-white);
}

.paragraph-cta.cta--style-2 .cta__link:where(:hover, :focus, :active) {
  color: var(--bs-purple);
  background: transparent linear-gradient(262deg, #fff 0%, #fff 46%, #fff 100%)
    0 0 no-repeat padding-box;
  border: 1px solid #1f63de;
}

.paragraph-cta.cta--style-2
  .cta__link:where(:hover, :focus, :active)
  span:before {
  color: var(--bs-purple);
}

/* ------------------------------------ *\
  ==STYLE 3
\* ------------------------------------ */
.paragraph-cta.cta--style-3 .cta__link {
  padding: 0.938rem 4.813rem 0.938rem 2.813rem;
  background: transparent linear-gradient(261deg, #fff 0%, #fff 46%, #fff 100%)
    0 0 no-repeat padding-box;
  border: 1px solid var(--bs-blue);
  color: var(--bs-blue);
}

.paragraph-cta.cta--style-3 .cta__link:where(:hover, :focus, :active) {
  color: var(--bs-purple);
  border: 1px solid var(--bs-purple);
}

.paragraph-cta.cta--style-3 .cta__link span:before {
  position: absolute;
  top: -0.15rem;
  right: -2.5rem;
  content: '\e4b2';
  font: var(--fa-font-light);
  font-size: 2rem;
  color: var(--bs-blue);
}

.paragraph-cta.cta--style-3
  .cta__link:where(:hover, :focus, :active)
  span:before {
  color: var(--bs-purple);
}

/* ------------------------------------ *\
  ==MEDIA QUERIES
\* ------------------------------------ */
@media screen and (max-width: 575.98px) {
  .paragraph.paragraph-cta.cta--style-1 {
    margin: 1rem;
  }

  .paragraph-cta.cta--style-1 .cta__link {
    font-size: 1rem;
  }

  .paragraph-cta.cta--style-1 .cta__link:before {
    font-size: 1.5rem;
    top: 0;
    right: -1.7rem;
  }

  .paragraph-cta.cta--style-1 .cta__link:where(:hover, :focus, :active):before {
    right: -2.5rem;
  }
}
