/* V27.5.74.41 - shared list-card focused/selected state. */
[data-rcm-card-id]{transition:border-color .12s ease,background-color .12s ease,box-shadow .12s ease}
[data-rcm-card-id].is-rcm-list-focused{
    border-color:#60a5fa !important;
    background:#182650 !important;
    box-shadow:0 0 0 2px rgba(96,165,250,.72) inset,0 0 13px rgba(96,165,250,.24) !important;
}
/* Relation cards share one component for Bands, Venues and Fans. */
.rcm-relation-card.is-rcm-list-focused .rcm-relation-card-name-row{background:#182650}
.rcm-relation-card.is-rcm-list-focused .rcm-relation-card-meta{background:#1d3269 !important}
.rcm-relation-card.is-rcm-list-focused .rcm-relation-card-bottom{background:#3346a8 !important}
/* Artists still use their compact legacy card markup, but get the same selected tone. */
.musician-list-card.is-rcm-list-focused .musician-list-main{background:#263b86 !important}
/* Events are rendered dynamically; the same state class is applied after render. */
.calendar-event.is-rcm-list-focused{background:#182650 !important}
.calendar-event.is-rcm-list-focused .calendar-event-main{background:#182650 !important}
.calendar-event.is-rcm-list-focused .calendar-event-bottom{background:rgba(51,70,168,.38) !important;border-radius:8px}

/* RCM_APP_28.1.3.37 — long-press compact Event selection feedback. */
.calendar-event[data-rcm-card-id]{-webkit-touch-callout:none}
.calendar-event.is-rcm-longpress-selected{box-shadow:0 0 0 3px rgba(250,204,21,.72),0 0 18px rgba(250,204,21,.28)!important}
