/* Responsive text handling for long email addresses and URLs */
@media (max-width: 1399px) {
  .custom-text-responsive {
    word-break: break-all;
    overflow-wrap: break-word;
  }
}
