.shared-award-cta,
.shared-award-cta * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.shared-award-cta {
  width: 100%;
  background: linear-gradient(90deg, #ff412c 0%, #ff980d 100%);
  color: #fff;
  font-family: "Outfit", Arial, sans-serif;
}

.shared-award-cta__inner {
  display: flex;
  width: 100%;
  max-width: 1680px;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 28px 40px 28px 0;
}

.shared-award-cta p {
  margin: 0;
  padding-top: 2px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15;
}

.shared-award-cta__action,
.shared-award-cta__action:link,
.shared-award-cta__action:visited,
.shared-award-cta__action:active {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 28px;
  border-radius: 999px;
  background: #fff;
  color: #ee7700;
  padding: 16px 35px 16px 25px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: box-shadow 220ms ease-out, transform 220ms ease-out;
}

.shared-award-cta__action img {
  display: block;
  width: 51px;
  height: 51px;
  flex: 0 0 51px;
  object-fit: contain;
  transition: transform 220ms ease-out;
}

@media (hover: hover) and (pointer: fine) {
  .shared-award-cta__action:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
    transform: translateY(-3px);
  }

  .shared-award-cta__action:hover img {
    transform: translateX(3px);
  }
}

.shared-award-cta__action:focus-visible {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  transform: translateY(-3px);
}

.shared-award-cta__action:focus-visible img {
  transform: translateX(3px);
}

@media (max-width: 1280px) {
  .shared-award-cta__inner {
    align-items: flex-start;
    flex-direction: column;
    padding-left: 24px;
  }

  .shared-award-cta p {
    font-size: 30px;
  }
}

@media (max-width: 852px) {
  .shared-award-cta__inner {
    gap: 16px;
    padding: 24px 20px;
  }

  .shared-award-cta p {
    padding-top: 0;
    font-size: 18px;
    line-height: 23px;
    overflow-wrap: anywhere;
  }

  .shared-award-cta__action,
  .shared-award-cta__action:link,
  .shared-award-cta__action:visited,
  .shared-award-cta__action:active {
    gap: 10px;
    padding: 6px 18px 6px 10px;
    font-size: 16px;
  }

  .shared-award-cta__action img {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }
}

@media (max-width: 575px) {
  .shared-award-cta__inner {
    padding: 20px 16px;
  }
}

@media (max-width: 389px) {
  .shared-award-cta__inner {
    padding: 18px 12px;
  }

  .shared-award-cta p {
    font-size: 16px;
    line-height: 21px;
  }

  .shared-award-cta__action,
  .shared-award-cta__action:link,
  .shared-award-cta__action:visited,
  .shared-award-cta__action:active {
    font-size: 14px;
  }

  .shared-award-cta__action img {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shared-award-cta__action,
  .shared-award-cta__action img {
    transition-duration: 0.01ms;
  }
}
