/* 
Add here your custom css styles Example: p { text-align: center; color: red; } 
*/

/* Prevent auto-zoom on mobile inputs */
@media screen and (max-width: 768px) {
    input, textarea, select {
        font-size: 16px !important;
    }
}

/* Premium PRO Badges Unified Styling */
.wo_post_pro_ico.icon_pro {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff !important;
    vertical-align: middle;
    margin-left: 5px;
}

.wo_post_pro_ico.icon_pro.header-badge,
.wo_post_pro_ico.icon_pro.profile-badge {
    width: 22px;
    height: 22px;
}

.wo_post_pro_ico.icon_pro.comment-badge {
    width: 18px;
    height: 18px;
}

.wo_post_pro_ico.icon_pro img {
    object-fit: contain;
}

.wo_post_pro_ico.icon_pro i {
    color: #fff !important;
    font-size: 10px;
    line-height: 1;
}

.wo_post_pro_ico.icon_pro.comment-badge i {
    font-size: 8px;
}