/*
Theme Name: GAINLINE Wordpress Block Theme
Author: GAINLINE
Author URI: https://www.gainline.co.uk/
Description: Built on a solidly designed foundation, block based theme.
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 8.1
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpblocktheme
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments

WPBlockTheme WordPress Theme, (C) 2022 GAINLINE
WPBlockTheme is distributed under the terms of the GNU GPL.
*/
#event-summary .event-summary__right {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    gap: 10px;
}

#event-summary .event-summary__right .button,
#event-summary .event-summary__right .event_additional_buttons {
    width: auto !important;
    flex: 0 0 auto !important;   /* Changed: no shrinking, wrap instead */
    display: inline-flex !important;
    white-space: nowrap !important;
}

@media (min-width: 992px) {
    #event-summary .event-summary__right {
        justify-content: flex-end !important;
    }
}