
/* Mobile Responsive Styles */ @media (max-width: 600px) { .button-container { flex-direction: column; /* Stack buttons vertically */ } .button-container a { flex: 1 1 100%; /* Full width for each button */ max-width: none; /* Remove width restriction */ } }