.wp-block-group.is-style-closable {
    position: relative;
}

.wp-block-group.is-style-closable .close-icon {
    content: '';
    position: absolute;
    top: var(--wp--preset--spacing--20);
    right: var(--wp--preset--spacing--20);
    display: block;
    width: var(--wp--preset--spacing--40);
    height: var(--wp--preset--spacing--40);
    background-image: url('data:image/svg+xml,<svg width="27px" height="27px" viewBox="0 0 27 27" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>Combined Shape</title><g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Group-2" transform="translate(-52, -14)" fill="%23FFFFFF" fill-rule="nonzero"><g id="Close-x" transform="translate(52.5, 14.5)"><path d="M0.853482856,0.146376089 L13.035,12.323 L25.2165171,0.146376089 C25.4118182,-0.0488471016 25.7284007,-0.0487839493 25.9236239,0.146517144 C26.1188471,0.341818237 26.1187839,0.65840072 25.9234829,0.853623911 L13.742,13.029 L25.9234829,25.2063761 C26.1187839,25.4015993 26.1188471,25.7181818 25.9236239,25.9134829 C25.7284007,26.1087839 25.4118182,26.1088471 25.2165171,25.9136239 L13.034,13.736 L0.853482856,25.9136239 C0.658181763,26.1088471 0.34159928,26.1087839 0.146376089,25.9134829 C-0.0488471016,25.7181818 -0.0487839493,25.4015993 0.146517144,25.2063761 L12.327,13.029 L0.146517144,0.853623911 C-0.0487839493,0.65840072 -0.0488471016,0.341818237 0.146376089,0.146517144 C0.34159928,-0.0487839493 0.658181763,-0.0488471016 0.853482856,0.146376089 Z" id="Combined-Shape"></path></g></g></g></svg>');
    background-repeat: no-repeat;
}

.event-row.alignwide + .event-row.alignwide {
    margin-top: calc(-1.5 * var(--wp--preset--spacing--30));
}