
@media only screen and (max-width: 680px) {
    .offbeat-pricing-list .offbeat-pricing-list-item .offbeat-pli-content .offbeat-pli-bottom-content {
        display: block !important; /* Override the hidden state */
    }
}


/* Override to float tabs horizontally and center on all screen sizes */
.edgtf-tabs.edgtf-tabs-simple .edgtf-tabs-nav {
    display: flex;        /* Make the tab navigation a flex container */
    flex-wrap: wrap;      /* Allow the tabs to wrap to the next line if needed */
    justify-content: center; /* Center the tabs within the available space */
}

.edgtf-tabs.edgtf-tabs-simple .edgtf-tabs-nav li {
    width: auto !important;   /* Override the full-width setting */
    margin: 5px;              /* Maintain some spacing between tabs */
}






