#potency-graphic {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
}

#potency-graphic .graphic-card__title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

#potency-graphic .graphic-card__canvas {
    margin: 0 auto;
    display: block;
}


@media (max-width: 768px) {
    #potency-graphic {
        padding: 15px;
        margin: 15px 0;
    }

    #potency-graphic .graphic-card__title {
        font-size: 16px;
        margin-bottom: 15px;
    }


    #potency-graphic .graphic-card__canvas {
        height: 300px !important;
    }
}


#potency-graphic .chartjs-legend {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

#potency-graphic .chartjs-legend-item {
    display: flex;
    align-items: center;
    margin: 5px 10px;
    font-size: 12px;
}

#potency-graphic .chartjs-legend-color {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 8px;
}


#potency-graphic {
    transition: all 0.3s ease;
}

#potency-graphic:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.tabulator .tabulator-header .tabulator-col.vertical-text-column .tabulator-col-title  {
    text-transform: capitalize;
}

#potency-graphic {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
}

#potency-graphic .graphic-card__title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

#potency-graphic .graphic-card__canvas {
    max-width: 100%;
    height: 400px !important;
    width: 100% !important;
    margin: 0 auto;
    display: block;
}


@media (max-width: 768px) {
    #potency-graphic {
        padding: 15px;
        margin: 15px 0;
    }

    #potency-graphic .graphic-card__title {
        font-size: 16px;
        margin-bottom: 15px;
    }


    #potency-graphic .graphic-card__canvas {
        height: 300px !important;
    }
}


#potency-graphic .chartjs-legend {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

#potency-graphic .chartjs-legend-item {
    display: flex;
    align-items: center;
    margin: 5px 10px;
    font-size: 12px;
}

#potency-graphic .chartjs-legend-color {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 8px;
}


#potency-graphic {
    transition: all 0.3s ease;
}

#potency-graphic:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
