.webform-submission-dog-avatar-football-promotion-form
  .form__content
  .row
  > div {
  padding: 0;
}

.avatar-football {
  display: grid;
  background-color: #ffffff;
  padding-top: 2.25rem;
  max-width: 575px;
  margin: 0 auto;
}

.avatar-football .form-item {
  margin-bottom: 0;
}

.avatar-football .avatar-football__first-image {
  order: 3;
  display: flex;
  justify-content: flex-end;
  text-align: center;
  position: relative;
}

.avatar-football .avatar-football__second-image {
  order: 2;
}

.avatar-football .avatar-football__content {
  height: 100%;
  order: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
}

.avatar-football .avatar-football__image-mobile-wrapper,
.avatar-football .content__cta-mobile-wrapper {
  display: block;
}

.avatar-football .content__cta-mobile-wrapper {
  width: 50%;
  margin: 3rem 0;
}

.avatar-football__secondary-image-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 11.25rem;
}

.avatar-football .avatar-football__image-desktop-wrapper,
.avatar-football .content__cta-desktop-wrapper,
.avatar-football .content__cta::before,
.avatar-football .content__cta::after {
  display: none;
}

.avatar-football .content__cta {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  max-width: 17.5rem;
  min-width: 8rem;
  width: 20%;
  height: auto;
  background-color: #e91c24;
  color: #ffffff;
  border: none;
  border-radius: 0.25rem;
  font-size: 1.4rem;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  text-align: center;
}

.avatar-football .content__cta:hover {
  background-color: #2b2b2b;
  color: #ffffff;
}

@media (min-width: 768px) {
  .close-newsletter-sticky-banner-web-form.invert-color {
    filter: invert(1);
  }
  
  .avatar-football {
    grid-template-columns: 15% 50% 35%;
    align-items: end;
    padding-top: 0;
    max-width: 100%;
  }

  .avatar-football .avatar-football__first-image,
  .avatar-football .avatar-football__second-image,
  .avatar-football .avatar-football__content {
    order: unset;
  }
  
  .avatar-football .avatar-football__first-image,
  .avatar-football .avatar-football__image-desktop-wrapper,
  .avatar-football .content__cta-desktop-wrapper {
    display: block;
    width: 100%;
  }

  .avatar-football .avatar-football__image-mobile-wrapper,
  .avatar-football .content__cta-mobile-wrapper {
    display: none;
  }
  
  .avatar-football__secondary-image-wrapper {
    position: static;
    max-width: 100%;
  }
  
  .avatar-football .content__cta {
    width: 50%;
    height: 2.2rem;
    font-size: 1.6rem;
    text-transform: unset;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .avatar-football .content__cta {
    height: 3.2rem;
  }
}
