/* join-whatsapp-channel page responsive overrides */

/* On small screens, keep the "Follow" button aligned to the right */
@media (max-width: 767.98px) {
  .event-box-items .accordion-single .header-area .accordion-btn .button-list {
    width: 100%;
    justify-content: flex-end;
  }
}
