﻿/* legendservice.css */
/* Styles for the Members Visit Frequency chart and legend section */

.legend-service-container {
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.legend-service-title {
    text-align: center;
    width: 100%;
    color: var(--mud-palette-warning);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.legend-service-chart-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 0;
}

.legend-service-chart {
    width: 300px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
