/*
Theme Name:  Discy
Theme URI:   https://2code.info/demo/themes/Discy/
Description: Discy - Social Questions and Answers WordPress Theme
Author:      2codeThemes
Author URI:  https://2code.info/
Version:     5.7.4
License:     license purchased
License URI: http://themeforest.net/licenses/regular_extended
Tags:        one-column, two-columns, left-sidebar, right-sidebar, custom-menu, full-width-template, theme-options, translation-ready
Text Domain: discy
Tested up to: 6.4
*/

/* ========================================
   VERIFICATION BADGE SVG SIZING FIX
   Force consistent 20px x 20px SVG icons
   ======================================== */

/* Desktop SVG sizing - maximum specificity */
html body .verification-badge svg {
    width: 20px !important;
    height: 20px !important;
    display: block !important;
    margin-left: -10px !important;
}

/* All badge types - force specific sizing */
html body .verification-badge.verification-blue svg,
html body .verification-badge.verification-gold svg,
html body .verification-badge.verification-silver svg,
html body .verification-badge.verification-purple svg,
html body .verification-badge.verification-green svg,
html body .verification-badge.verification-badge-large svg,
html body .verification-badge.verification-badge-small svg,
html body .verification-badge.verification-badge-admin svg {
    width: 20px !important;
    height: 20px !important;
    margin-left: -10px !important;
}

/* Mobile responsive sizing */
@media (max-width: 768px) {
    html body .verification-badge svg {
        width: 20px !important;
        height: 20px !important;
        margin-left: -10px !important;
    }
}