/* Verification Mailer Styles
 * Used for OTP code email templates
 */

.verification-otp-code {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 8px;
  padding: 20px;
  background: #f3f4f6;
  text-align: center;
  margin: 20px 0;
}

.verification-footer-note {
  color: #666;
  font-size: 12px;
}

