.shd-chart-service-hours.shd-card {
    max-width: 100%;
}

.shd-chart-service-hours__selectors {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: flex-end;
}

.shd-chart-service-hours__field {
    min-width: 12rem;
}

.shd-chart-service-hours__field--client {
    flex: 1 1 20rem;
}

.shd-chart-service-hours__field--client-service {
    flex: 1 1 20rem;
}

.shd-chart-service-hours__field--month {
    flex: 0 0 11rem;
}

.shd-chart-service-hours__field--apply {
    flex: 0 0 auto;
}

.shd-chart-service-hours select,
.shd-chart-service-hours input[type="month"] {
    width: 100%;
    box-sizing: border-box;
}

.shd-chart-service-hours__canvas-wrap {
    position: relative;
    width: 100%;
    min-height: 26rem;
}

.shd-chart-service-hours__canvas {
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 640px) {
    .shd-chart-service-hours__selectors {
        flex-direction: column;
        align-items: stretch;
    }

    .shd-chart-service-hours__field--client,
    .shd-chart-service-hours__field--client-service,
    .shd-chart-service-hours__field--month,
    .shd-chart-service-hours__field--apply {
        flex: 1 1 auto;
    }

    .shd-chart-service-hours__field--apply button {
        width: 100%;
    }
}
