.gmail-notice {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.04em;
    color: #dc2626; /* text-red-600 */
  }
  
  /* Large screen (lg:) breakpoint - 1024px and above */
  @media (min-width: 1024px) {
    .gmail-notice {
      font-size: 16px;
    }
  }
  