split-section {
    background: var(--background_color);
    color: var(--primary_text);
}

split-section .split-section {
    background: inherit;
}

.split-section .global-form-button {
    width: 100%;
}

@media screen and (min-width: 1025px) {
    .split-section .global-form-button {
        width: fit-content;
    }
}