.request-status-note{padding:15px 18px;border:1px solid #657680;border-left:3px solid #b9c9d2;border-radius:5px;background:#172027;color:#e0e8ed;font-size:14px;line-height:1.7;margin:18px 0}.request-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;list-style:none;padding:0;margin:20px 0 28px;counter-reset:request-step}.request-steps li{counter-increment:request-step;border-top:1px solid #54616a;padding:10px 0;font-size:11px;color:#c3cdd3;line-height:1.5}.request-steps li:before{content:'0' counter(request-step);display:block;color:#91a4b0;margin-bottom:5px}#summary-text{white-space:pre-line;overflow-wrap:anywhere;padding:16px 0;border-block:1px solid #39454d;line-height:1.85}#booking-summary a{color:#e0edf3;text-decoration:underline}#request-intro[hidden]{display:none}@media(max-width:450px){.request-steps{grid-template-columns:repeat(2,1fr)}}