/**
 * Basic Pro Theme - Main Styles
 * Version: 1.0.0
 */

/* Ensure content is visible */
.entry-content {
    display: block;
    width: 100%;
    clear: both;
}

/* Fix for plugin shortcode content */
.entry-content > * {
    max-width: 100%;
}

/* Ensure Insulin Robo plugin displays correctly */
#insulin-robo-app {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
}
