/* Top Widget Styles */
.wulmb-top-widget-container {
    margin-bottom: 20px;
    clear: both;
}

/* Force flex layout on the main WP ULike container */
.wpulike.wulmb-top-widget-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    width: auto !important;
}

/* Button group */
.wpulike.wulmb-top-widget-wrapper .wp_ulike_general_class {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 15px 0 0 !important;
    width: auto !important;
    flex: 0 0 auto !important;
}

/* Likers group */
.wpulike.wulmb-top-widget-wrapper .wp_ulike_likers_wrapper {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    width: auto !important;
    flex: 0 1 auto !important;
}

/* Ensure counter is visible */
.wpulike.wulmb-top-widget-wrapper .count-box {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Add some spacing if needed */
.wulmb-top-widget-container+* {
    margin-top: 0;
}