Mushroom Cards Card Mod Styling/Config Guide

I’m trying to increase the text size in a drop-down menu, but it’s not working. Can you tell me how to do this in a select card?

type: custom:mushroom-select-card
entity: select.x50_ultra_complete_cleaning_mode
layout: horizontal
name: Dreame X50
card_mod:
style: |
ha-tile-info {
–tile-info-primary-font-size: 22px;
–tile-info-secondary-font-size: 14px;
}
ha-select {
–mdc-typography-body1-font-size: 18px;
–mdc-typography-subtitle1-font-size: 18px;
}
ha-select mwc-list-item,
ha-select ha-list-item {
–mdc-typography-body1-font-size: 18px;
font-size: 18px !important;
}