/* ARRFLIX skin variant — selector dropdown highlight: "Red underline" * * Alt design for the audio/subtitle dropdown selected-row highlight (and any * other actionSheet/listItem picker). Currently NOT applied — variant 04 * "Hairline ring" is the active design (see bin/inject-middle-theme.py). * * Saved for future skin/swap option per owner request 2026-05-10. * * Drop into the CSS string in bin/inject-middle-theme.py to swap. Replace the * current variant-04 block at the end of the CSS section. * * Look: faint red wash + 2px red bottom border + soft red glow. Mirrors our * search-input focus treatment for visual consistency. */ body.arrflix-themed .actionSheet .listItem.selected, body.arrflix-themed .actionSheet .listItem-button.selected, body.arrflix-themed .actionSheet .listItem.focused, body.arrflix-themed .selectionList .listItem.selected, body.arrflix-themed .dialogContainer .listItem.selected { background: rgba(229, 9, 20, 0.04) !important; color: #fff !important; border-bottom: 2px solid #E50914 !important; box-shadow: 0 1px 0 rgba(229, 9, 20, 0.35); outline: none !important; }