.todey-verified-icon {
    display: inline-block; vertical-align: middle; cursor: pointer;
    max-height: 40px; width: auto;
    flex: 0 0 auto !important; align-self: center !important;
    line-height: 0 !important; border: none !important;
    outline: none !important; padding: 0 !important;
    margin-right: 16px; margin-top: auto; margin-bottom: auto;
}
.todey-company-badge { margin-top: 20px !important; margin-bottom: 10px !important; }

/* Futuristic Minimal Pro Modal Styles */
.todey-badge-modal-overlay {
    display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.75); z-index: 999999;
    align-items: center; justify-content: center; backdrop-filter: blur(8px);
}
.todey-badge-modal-overlay.todey-show { display: flex; }
.todey-badge-modal-content {
    background: #020202; padding: 40px; border-radius: 0; max-width: 480px; width: 90%;
    position: relative; font-family: system-ui, -apple-system, sans-serif;
    text-align: left; border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}
.todey-badge-modal-close {
    position: absolute; top: 20px; right: 20px; cursor: pointer;
    font-size: 24px; line-height: 1; color: #666; border: none; background: transparent; padding: 0;
    transition: color 0.3s ease;
}
.todey-badge-modal-close:hover { color: #fff; }
.todey-badge-modal-title { 
    display: flex; align-items: center;
    font-size: 16px; font-weight: 600; margin-top: 0; margin-bottom: 15px; 
    color: #fff; text-transform: uppercase; letter-spacing: 2px;
}
.todey-modal-title-badge {
    height: 16px; width: auto; margin-left: 6px; flex: 0 0 auto;
}
.todey-badge-modal-text { 
    font-size: 14px; line-height: 1.7; margin-bottom: 35px; color: #888; 
}
.todey-badge-modal-btn {
    display: inline-flex; align-items: center; justify-content: center;
    background: transparent; color: #fff; text-decoration: none;
    padding: 12px 28px; border-radius: 0; font-weight: 500; font-size: 12px;
    text-transform: uppercase; letter-spacing: 1.5px; border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease; cursor: pointer;
}
.todey-badge-modal-btn:hover { 
    background: #fff; color: #000; border-color: #fff;
}
