/* Stretch content of all columns */
.wp-block-column > * {
    width: 100%;
}

/* Add padding to columns without background or section style */
.wp-block-columns:not(:has(.has-background)):not(:has([class*="is-style-section-"])):not(:has([style*="padding-left:var(--wp--preset--spacing--50)"])):not(:has([style*="padding-right:var(--wp--preset--spacing--50)"])) {
    padding: 0 var(--wp--preset--spacing--50);
}

/* Styles for the route block style */
.wp-block-columns.is-style-route {
    position: relative;
    & > .wp-block-column {
        z-index: 0;
        position: relative;
        &::after {
            content: '';
            width: 20px;
            height: calc(100% + var(--wp--preset--spacing--70));
            background: var(--wp--preset--color--secondary);
            left: calc(64px / 2 - 10px);
            top: 0;
            position: absolute;
            z-index: -1;
            @media screen and (min-width: 781px) {
                height: 24px;
                width: calc( 100% + var(--wp--preset--spacing--70));
                top: calc(96px / 2 - 12px);
                left: 0;
            }
        }
        &:first-child::before {
            content: '';
            height: 20px;
            width: 100px;
            background: var(--wp--preset--color--secondary);
            position: absolute;
            top: calc(64px / 2 - 10px);
            left: -100px;
            @media screen and (min-width: 781px) {
                width: 100vw;
                height: 48px;
                left: calc(-100vw + (96px / 2 - 12px));
                top: -72px;
                background: transparent;
                border-top: 24px solid var(--wp--preset--color--secondary);;
                border-right: 24px solid var(--wp--preset--color--secondary);;
                border-top-right-radius: 96px;
            }
        }
        &:last-child::after {
            height: calc(100% + var(--wp--preset--spacing--90));
            @media screen and (min-width: 781px) {
                height: 24px;
                width: 100vw;
            }
        }
    }

    &::before {
        content: '';
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="204" height="112"><g fill="none" fill-rule="nonzero"><g fill="%239ab9ff"><path d="M83.14479979 75.2767c4.63840001-4.5851 11.64450001-7.1569 21.03820001-7.7219-1.521 7.6245-2.362 17.0284-2.523 28.2053-.065 4.5851-.052 8.9299.051 13.0339.033 1.371-1.074 2.488-2.432 2.4682645L79.01099979 110.964c-1.1774-.02-2.1671-.884-2.3418-2.053-.524-3.526-.7569-7.2085-.7051-11.0532.1552-10.4755 2.5488-17.9961 7.1872-22.5746zM203.000425 66.9991629l-92.0156178-.1689c-2.795-.0389-4.781.013-5.965.1689 1.275-5.9294 3.3251926-10.9327629 6.0361926-14.29036289 2.717-3.3577 6.152-5.6892 10.318-6.9816 4.16-1.2988 9.335-1.9028 15.513-1.8119l66.0700362.07988156z"/></g><g fill="%23031757"><path d="M118.698 35.9859c-4.639 4.5851-11.645 7.1568-21.0378004 7.7219 1.5202-7.6245 2.3608004-17.0284 2.5228004-28.2053.065-4.5851.052-8.92989-.052-13.03436-.032-1.37033 1.074-2.4873722 2.433-2.46814l20.268.298995c1.177.019484 2.167.883245 2.341 2.052245.524 3.52647.757 7.20881.706 11.05356-.156 10.4755-2.549 17.996-7.188 22.5746zM.000425 43.9951816l91.7907746.3171184c2.7946.039 4.7806-.013 5.9645-.1689-1.2744 5.9295-3.2669 10.573-5.9775 13.9306-2.717 3.3576-6.1521 5.6891-10.3183 6.9815-4.1596 1.2989-9.3349 1.9029-15.513 1.812L.000425 66.9991629z"/></g></g></svg>');
        width: 216px;
        height: 118px;
        background-size: contain;
        position: absolute;
        top: -11px;
        right: -32px;
        background-color: white;
        z-index: 1;
        display: none;
        @media screen and (min-width: 990px) {
            display: block;
        }
    }
    &::after {
        content: '';
        height: 24px;
        width: 100vw;
        background: var(--wp--preset--color--primary);
        position: absolute;
        top: calc(96px / 2 - 12px);
        right: -100vw;
        z-index: 2;
        display: none;
        @media screen and (min-width: 990px) {
            display: block;
        }
    }
}

.wp-block-group[class*="is-style-section"]:has(.wp-block-columns.is-style-route) {
    overflow: hidden;
}

.is-style-section-primary .wp-block-columns.is-style-route::before {
    background-color: var(--wp--preset--color--primary);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="204" height="112"><g fill="%23031757" fill-rule="nonzero"><path d="M83.14479979 75.2767c4.63840001-4.5851 11.64450001-7.1569 21.03820001-7.7219-1.521 7.6245-2.362 17.0284-2.523 28.2053-.065 4.5851-.052 8.9299.051 13.0339.033 1.371-1.074 2.488-2.432 2.4682645L79.01099979 110.964c-1.1774-.02-2.1671-.884-2.3418-2.053-.524-3.526-.7569-7.2085-.7051-11.0532.1552-10.4755 2.5488-17.9961 7.1872-22.5746zM203.000425 66.9991629l-92.0156178-.1689c-2.795-.0389-4.781.013-5.965.1689 1.275-5.9294 3.3251926-10.9327629 6.0361926-14.29036289 2.717-3.3577 6.152-5.6892 10.318-6.9816 4.16-1.2988 9.335-1.9028 15.513-1.8119l66.0700362.07988156zM118.698 35.9859c-4.639 4.5851-11.645 7.1568-21.0378004 7.7219 1.5202-7.6245 2.3608004-17.0284 2.5228004-28.2053.065-4.5851.052-8.92989-.052-13.03436-.032-1.37033 1.074-2.4873722 2.433-2.46814l20.268.298995c1.177.019484 2.167.883245 2.341 2.052245.524 3.52647.757 7.20881.706 11.05356-.156 10.4755-2.549 17.996-7.188 22.5746zM.000425 43.9951816l91.7907746.3171184c2.7946.039 4.7806-.013 5.9645-.1689-1.2744 5.9295-3.2669 10.573-5.9775 13.9306-2.717 3.3576-6.1521 5.6891-10.3183 6.9815-4.1596 1.2989-9.3349 1.9029-15.513 1.812L.000425 66.9991629z"/></g></svg>');
}
.is-style-section-primary-alt .wp-block-columns.is-style-route::before {
    background-color: color-mix(in srgb, var(--wp--preset--color--primary) 80%, white);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="204" height="112"><g fill="%23031757" fill-rule="nonzero"><path d="M83.14479979 75.2767c4.63840001-4.5851 11.64450001-7.1569 21.03820001-7.7219-1.521 7.6245-2.362 17.0284-2.523 28.2053-.065 4.5851-.052 8.9299.051 13.0339.033 1.371-1.074 2.488-2.432 2.4682645L79.01099979 110.964c-1.1774-.02-2.1671-.884-2.3418-2.053-.524-3.526-.7569-7.2085-.7051-11.0532.1552-10.4755 2.5488-17.9961 7.1872-22.5746zM203.000425 66.9991629l-92.0156178-.1689c-2.795-.0389-4.781.013-5.965.1689 1.275-5.9294 3.3251926-10.9327629 6.0361926-14.29036289 2.717-3.3577 6.152-5.6892 10.318-6.9816 4.16-1.2988 9.335-1.9028 15.513-1.8119l66.0700362.07988156zM118.698 35.9859c-4.639 4.5851-11.645 7.1568-21.0378004 7.7219 1.5202-7.6245 2.3608004-17.0284 2.5228004-28.2053.065-4.5851.052-8.92989-.052-13.03436-.032-1.37033 1.074-2.4873722 2.433-2.46814l20.268.298995c1.177.019484 2.167.883245 2.341 2.052245.524 3.52647.757 7.20881.706 11.05356-.156 10.4755-2.549 17.996-7.188 22.5746zM.000425 43.9951816l91.7907746.3171184c2.7946.039 4.7806-.013 5.9645-.1689-1.2744 5.9295-3.2669 10.573-5.9775 13.9306-2.717 3.3576-6.1521 5.6891-10.3183 6.9815-4.1596 1.2989-9.3349 1.9029-15.513 1.812L.000425 66.9991629z"/></g></svg>');
}
.is-style-section-primary .wp-block-columns.is-style-route::after,
.is-style-section-primary-alt .wp-block-columns.is-style-route::after {
    background-color: var(--wp--preset--color--secondary);
}
.is-style-section-secondary .wp-block-columns.is-style-route::before {
    background-color: var(--wp--preset--color--secondary);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="204" height="112"><g fill="none" fill-rule="nonzero"><g fill="%239ab9ff"><path d="M83.14479979 75.2767c4.63840001-4.5851 11.64450001-7.1569 21.03820001-7.7219-1.521 7.6245-2.362 17.0284-2.523 28.2053-.065 4.5851-.052 8.9299.051 13.0339.033 1.371-1.074 2.488-2.432 2.4682645L79.01099979 110.964c-1.1774-.02-2.1671-.884-2.3418-2.053-.524-3.526-.7569-7.2085-.7051-11.0532.1552-10.4755 2.5488-17.9961 7.1872-22.5746zM203.000425 66.9991629l-92.0156178-.1689c-2.795-.0389-4.781.013-5.965.1689 1.275-5.9294 3.3251926-10.9327629 6.0361926-14.29036289 2.717-3.3577 6.152-5.6892 10.318-6.9816 4.16-1.2988 9.335-1.9028 15.513-1.8119l66.0700362.07988156z"/></g><g fill="%23fff"><path d="M118.698 35.9859c-4.639 4.5851-11.645 7.1568-21.0378004 7.7219 1.5202-7.6245 2.3608004-17.0284 2.5228004-28.2053.065-4.5851.052-8.92989-.052-13.03436-.032-1.37033 1.074-2.4873722 2.433-2.46814l20.268.298995c1.177.019484 2.167.883245 2.341 2.052245.524 3.52647.757 7.20881.706 11.05356-.156 10.4755-2.549 17.996-7.188 22.5746zM.000425 43.9951816l91.7907746.3171184c2.7946.039 4.7806-.013 5.9645-.1689-1.2744 5.9295-3.2669 10.573-5.9775 13.9306-2.717 3.3576-6.1521 5.6891-10.3183 6.9815-4.1596 1.2989-9.3349 1.9029-15.513 1.812L.000425 66.9991629z"/></g></g></svg>');
}   
.is-style-section-secondary .wp-block-columns.is-style-route .wp-block-column::after,
.is-style-section-secondary .wp-block-columns.is-style-route .wp-block-column:before {
    background: var(--wp--preset--color--base);
}
.is-style-section-secondary .wp-block-columns.is-style-route .wp-block-column:first-child::before {
    background: transparent;
    border-color: var(--wp--preset--color--base);   
}
.is-style-section-accent .wp-block-columns.is-style-route::before {
    background-color: var(--wp--preset--color--accent);
}