.route-day-selector{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:16px 0;padding:16px 18px;border:1px solid rgba(33,218,184,.55);border-radius:18px;background:linear-gradient(135deg,rgba(7,31,52,.98),rgba(8,54,66,.88));box-shadow:0 12px 30px rgba(0,0,0,.2)}.route-day-selector h3{margin:4px 0}.route-day-selector p{margin:0;color:#a9c2d2}.route-day-selector label{display:grid;gap:6px;min-width:245px;font-weight:700;color:#dffaf6}.route-day-selector select{width:100%;border:1px solid #19d6b3;border-radius:13px;background:#061827;color:#fff;padding:12px 14px;font:inherit;cursor:pointer}@media(max-width:700px){.route-day-selector{align-items:stretch;flex-direction:column}.route-day-selector label{min-width:0}}