| --media-settings-menu-justify-content |  | justify-contentof the menu. | 
 | --media-primary-color | rgb(238 238 238) | Default color of text / icon. | 
 | --media-secondary-color | rgb(20 20 30 / .8) | Default color of background. | 
 | --media-text-color | var(--media-primary-color, rgb(238 238 238)) | colorof text. | 
 | --media-control-background | var(--media-secondary-color, rgb(20 20 30 / .8)) | backgroundof control. | 
 | --media-menu-display | inline-flex | displayof menu. | 
 | --media-menu-layout |  | Set to rowfor a horizontal menu design. | 
 | --media-menu-flex-direction | row | flex-directionof menu. | 
 | --media-menu-gap | .25em | gapbetween menu items. | 
 | --media-menu-background | var(--media-control-background, var(--media-secondary-color, rgb(20 20 30 / .8))) | backgroundof menu. | 
 | --media-menu-border-radius |  | border-radiusof menu. | 
 | --media-menu-border | none | borderof menu. | 
 | --media-menu-transition-in | visibility 0s, opacity .2s ease-out, transform .15s ease-out, left .2s ease-in-out, min-width .2s ease-in-out, min-height .2s ease-in-out | transitionof menu when showing. | 
 | --media-menu-transition-out | visibility .15s ease-in, opacity .15s ease-in, transform .15s ease-in | transitionof menu when hiding. | 
 | --media-menu-visibility | visible | visibilityof menu when showing. | 
 | --media-menu-hidden-visibility | hidden | visibilityof menu when hiding. | 
 | --media-menu-max-height | var(--_menu-max-height, 300px) | max-heightof menu. | 
 | --media-menu-hidden-max-height | var(--media-menu-max-height, var(--_menu-max-height, 300px)) | max-heightof menu when hiding. | 
 | --media-menu-opacity | 1 | opacityof menu when showing. | 
 | --media-menu-hidden-opacity | 0 | opacityof menu when hiding. | 
 | --media-menu-transform-in | translateY(0) scale(1) | transformof menu when showing. | 
 | --media-menu-transform-out | translateY(2px) scale(.99) | transformof menu when hiding. | 
 | --media-font | var(--media-font-weight, normal) var(--media-font-size, 14px) / var(--media-text-content-height, var(--media-control-height, 24px)) var(--media-font-family, helvetica neue, segoe ui, roboto, arial, sans-serif) | fontshorthand property. | 
 | --media-font-weight | normal | font-weightproperty. | 
 | --media-font-family | helvetica neue, segoe ui, roboto, arial, sans-serif | font-familyproperty. | 
 | --media-font-size | 14px | font-sizeproperty. | 
 | --media-text-content-height | var(--media-control-height, 24px) | line-heightof text. | 
 | --media-icon-color | var(--media-primary-color, rgb(238 238 238)) | fillcolor of icon. | 
 | --media-menu-icon-height | var(--media-control-height, 24px) | heightof icon. | 
 | --media-menu-item-checked-indicator-display | none | displayof check indicator. | 
 | --media-menu-item-checked-background | rgb(255 255 255 / .2) | backgroundof checked menu item. | 
 | --media-menu-item-max-width |  | max-widthof menu item text. |