/* Scoped fallback for the editable Page Builder shortcut group on the homepage. */
#html-body .gub-home-category-shortcuts {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    text-align: center;
}

#html-body .gub-home-category-shortcuts > [data-content-type="button-item"] {
    display: flex;
    margin: 0;
}

#html-body .gub-home-category-shortcuts .pagebuilder-button-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin: 0;
}
