.atm-play {
    @apply inline-block h-12 px-4;
    @apply bg-white text-secondary-col-1;
    @apply font-display;
    @apply cursor-pointer no-underline;
    line-height: 3rem;

    .atm-icon {
        @apply mr-2;
    }

    .text {
        @apply text-sm;
    }

    > * {
        @apply pointer-events-none;
    }
}
