/* Verified Badge Styles */

.verified-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    border: 1px solid #fff !important;
    box-shadow: 0 2px 8px rgba(76, 175, 80, 0.4) !important;
    z-index: 10;
    cursor: help;
}

.verified-badge::before {
    z-index: 11;
    position: relative;
}

.header-image, 
.job-listing-company-logo, 
.freelancer-avatar, 
.company-logo-wrapper {
    position: relative;
    overflow: visible;
}

.verified-badge-with-title {
    display: inline-flex !important;
    align-items: center !important;
    /* padding: 4px 10px !important; */
    background: #4caf50 !important;
    color: #fff !important;
    border-radius: 12px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

.verified-badge-with-title::before {
    content: "✓" !important;
    margin-right: 4px !important;
    font-weight: bold !important;
}

body.dark-mode .verified-badge,
html[data-theme="dark"] .verified-badge {
    border-color: #2c3e50 !important;
    box-shadow: 0 2px 8px rgba(76, 175, 80, 0.6) !important;
}

body.dark-mode .verified-badge-with-title,
html[data-theme="dark"] .verified-badge-with-title {
    background: #45a049 !important;
}

/*
.verified-badge {
    position: absolute !important;
    top: -6px !important;
    right: -6px !important;
    width: 26px !important;
    height: 26px !important;
    background: linear-gradient(135deg, #4caf50 0%, #45a049 100%) !important;
    border-radius: 50% !important;
    border: 3px solid #fff !important;
    box-shadow: 0 2px 8px rgba(76, 175, 80, 0.4) !important;
    z-index: 10 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.verified-badge::before {
    z-index: 11 !important;
    position: relative !important;
}

.header-image, 
.job-listing-company-logo, 
.freelancer-avatar, 
.company-logo-wrapper {
    position: relative !important;
    overflow: visible !important;
}

.company-logo-wrapper img,
.header-image img,
.job-listing-company-logo img,
.freelancer-avatar img {
    overflow: visible !important;
}

.verified-badge-with-title {
    display: inline-flex !important;
    align-items: center !important;
    padding: 4px 10px !important;
    background: #4caf50 !important;
    color: #fff !important;
    border-radius: 12px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

.verified-badge-with-title::before {
    content: "✓" !important;
    margin-right: 4px !important;
    font-weight: bold !important;
}

body.dark-mode .verified-badge,
html[data-theme="dark"] .verified-badge {
    border-color: #2c3e50 !important;
    box-shadow: 0 2px 8px rgba(76, 175, 80, 0.6) !important;
}

body.dark-mode .verified-badge-with-title,
html[data-theme="dark"] .verified-badge-with-title {
    background: #45a049 !important;
}
*/
