#frmPAC legend.titleText {
     text-align: center;
}

#frmPAC input[type="radio"] {
     margin-top: -4px !important;
}

#frmPAC td input[type="radio"] {
    margin-right: 10px;
}

/* Fix for Event Page Right Column */
@media (min-width: 768px) {
    .inner-page-content .event-layout-flex .event-main-content {
        /* Re-apply the Flex and Max-Width properties for desktop/tablet */
        flex: 0 0 74.46808511% !important;
        max-width: 74.46808511% !important;
        /* Ensure no left margin from the 'removeFlex' container */
        margin-left: 0 !important; 
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .inner-page-content .event-layout-flex .event-sidebar {
        /* Ensure the sidebar maintains its correct width and margin for desktop/tablet */
        flex: 0 0 23.40425532% !important;
        max-width: 23.40425532% !important;
        margin-left: 2.127659574% !important; 
    }
}
