/* Verified Merchant Badge Styles - ROBUST VERSION */

.verified-merchant-badge {
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    vertical-align: middle !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%231DA1F2' d='M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    content: '' !important; /* Force no text content */
    margin-right: 8px;
    margin-left: 8px;
    position: relative;
    top: -2px;
}

/* Override any Font Awesome ::before content blocking us */
.verified-merchant-badge::before {
    content: '' !important;
    display: none !important;
}

/* For RTL specific positioning */
body.rtl .verified-merchant-badge {
    margin-right: 0;
    margin-left: 8px;
}

/* In author header specifically */
.directorist-author-name .verified-merchant-badge {
    width: 24px !important;
    height: 24px !important;
}

/* Hover effect */
.verified-merchant-badge:hover {
    filter: brightness(0.9);
}
