/* Sürüm 60: kurumsal e-posta markalama bilgi alanı. */
.email-brand-note {
    margin: 14px 0 20px;
    padding: 14px 16px;
    border: 1px solid #cfe2f6;
    border-left: 4px solid #6b5be8;
    border-radius: 12px;
    background: linear-gradient(110deg, #f1f8ff, #fbf9ff);
    color: #355675;
    font-size: .88rem;
    line-height: 1.65;
}

body[data-theme="dark"] .email-brand-note {
    border-color: rgba(155, 190, 234, .3);
    background: linear-gradient(110deg, rgba(26, 67, 105, .76), rgba(78, 56, 124, .62));
    color: #d5e9ff;
}
