/* Search results have two distinct actions; let both remain visible on mobile. */
.result-toggle-row:has(.programme-add-btn:not([hidden])){flex-wrap:wrap!important}
.result-toggle-row .programme-add-btn{position:static!important;display:inline-flex!important;align-items:center;justify-content:center;flex:0 0 auto!important;width:auto!important;max-width:100%;height:36px;padding:0 12px;margin:0!important;white-space:nowrap;font-size:13px}
.result-toggle-row .programme-add-btn[hidden]{display:none!important}
@media(max-width:700px){.result-toggle-row .programme-add-btn{height:36px;padding:0 10px;font-size:12px}}

/* Both add-to-list dialogs: two light choices on top, full-width primary action below.
   Scope to modal dialogs so programme creation and list overview controls stay intact. */
.programme-dialog .programme-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;align-items:stretch;margin-top:16px}
.programme-dialog .programme-actions>button{width:100%;min-width:0;min-height:52px;margin:0;white-space:normal;line-height:1.25;text-align:center}
.programme-dialog .programme-actions>button:last-child{grid-column:1 / -1;min-height:48px}
