[data-name='acf_find-your-footy'] .site__button {
  @apply min-w-[188px] pl-[20px] pr-[15px] h-[40px] gap-[10px] b480:h-[31px] b480:px-[10px] b480:min-w-[unset];
}

[data-name='acf_find-your-footy'] .site__button_text {
  @apply text-[12px] leading-[1] tracking-[0.48px] b480:text-[10px] b480:tracking-[0.4px];
}

[data-name='acf_find-your-footy'] .site__button_icon > svg {
  @apply w-[11px] h-[11px];
}

@media (min-width: 1025px) and (max-width: 1380px) {
  [data-name='acf_find-your-footy'] .footy-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 188px;
    gap: 16px;
    width: 100%;
  }

  [data-name='acf_find-your-footy'] .footy-card__image {
    max-width: none;
    min-width: 0;
    width: 100%;
  }

  [data-name='acf_find-your-footy'] .footy-card__buttons {
    max-width: none;
    width: 100%;
  }

  [data-name='acf_find-your-footy'] .site__button {
    min-width: 0;
    width: 100%;
  }
}
