/* See overrides/custom-syncfusion.css for all .e-* Syncfusion overrides. */

.custom-toolbar {
    background-color: #f9fafb;
    border-radius: 8px;
    padding: 6px 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    font-family: 'Segoe UI', sans-serif;
}

.slim-toolbar {
    background-color: #f9fafb;
    border-radius: 8px;
    /* Fix #7: height with !important kept as it overrides Syncfusion's own height */
    height: 1rem !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    font-family: 'Segoe UI', sans-serif;
    margin-bottom: 6px;
}

/* Fix #7: removed 0px unit (unitless zero) and unnecessary !important */
.zero-margin {
    margin: 0;
}
