.firefly-readmore-btn {
    transition: background 0.2s ease, color 0.2s ease;
}

/* If you want additional styling for the sidebar or container, do it here. */
.wpfirefly-sidebar-area {
    /* e.g. custom styles for the plugin's sidebar container */
}


/* Option A: clearfix using a pseudo-element */
.wpfirefly-single-container::after {
    content: "";
    display: block;
    clear: both;
  }