[data-role="zeus-form"]:not([data-zeus-form-enable-sliding-sections="true"]) .zeus-form-section-title,
[data-role="zeus-form"]:not([data-zeus-form-enable-sliding-sections="true"]) [data-role="zeus-form-button-container"] {
    padding: 10px;
    background-color: #237f35;
    color: #ffffff;
}

[data-role="zeus-form"][data-zeus-form-enable-sliding-sections="true"] .zeus-form-section-title,
[data-role="zeus-form"][data-zeus-form-enable-sliding-sections="true"] [data-role="zeus-form-button-container"] {
    padding: 10px;
    background-color: #dc3545;
    color: #ffffff;
}



[data-role="zeus-form"]:not([data-zeus-form-enable-sliding-sections="true"]) [data-role="zeus-form-section"] {
    margin-bottom: 20px;
    background-color: #e0dddd;
}

[data-role="zeus-form"][data-zeus-form-enable-sliding-sections="true"] [data-role="zeus-form-section"] {
    margin-bottom: 20px;
    background-color: #e0dddd;
}



[data-role="zeus-form"]:not([data-zeus-form-enable-sliding-sections="true"]) [data-role="zeus-form-button-container"] {
    display: none;
}



[data-role="zeus-form"]:not([data-zeus-form-enable-sliding-sections="true"]) .zeus-form-section-fields {
    padding: 10px;
}

[data-role="zeus-form"][data-zeus-form-enable-sliding-sections="true"] .zeus-form-section-fields {
    padding: 10px;
}



[data-role="zeus-form"][data-zeus-form-enable-sliding-sections="true"] [data-role="zeus-form-sections-container"] [data-role="zeus-form-section"]:not(:first-child) .zeus-form-section-fields,
[data-role="zeus-form"][data-zeus-form-enable-sliding-sections="true"] [data-role="zeus-form-sections-container"] [data-role="zeus-form-section"]:not(:first-child) [data-role="zeus-form-button-container"] {
    display: none;
}



[data-role="zeus-form-error-messages"] {
    display: none;
    padding: 10px;
    background-color: #d51f30;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: bold;
}



[data-role="zeus-form-cat-back-button"] {
    display: none;
}
