/* assets/styles.css */

.cell-gold-high {
    background-color: gold !important;
}

.cell-gold-low {
    background-color: lightyellow !important;
}

.cell-silver-high {
    background-color: silver !important;
}

.cell-silver-low {
    background-color: lightgrey !important;
}

.cell-bronze-high {
    background-color: #cd7f32 !important;
    color: white !important;
}

.cell-bronze-low {
    background-color: #f5deb3 !important;
    color: black !important;
}
