.budget-request-decision{display:grid;gap:10px;padding:13px;border:1px solid #b9dfec;border-radius:11px;background:linear-gradient(135deg,#f7fdff,#eaf8ff)}.budget-request-decision h4{margin:0;color:var(--navy);font-size:15px}.budget-request-decision>p{margin:0;color:#52758b;font-size:13px;font-weight:800;line-height:1.4}.budget-request-decision.is-approved{border-color:#b8ddea;background:linear-gradient(135deg,#f7fdff,#eefaff)}.budget-request-decision.is-booked{border-color:#b9e2ca;background:linear-gradient(135deg,#f7fffa,#ebfaf1)}
.budget-offer-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:10px;border:1px solid #bfdfec;border-radius:11px;background:linear-gradient(135deg,#f2fbff,#fff)}.budget-offer-summary>span{display:grid;gap:3px;padding:10px;border-radius:8px;background:#fff;color:#3c6c85;line-height:1.2}.budget-offer-summary b{font-size:11px;font-weight:900;letter-spacing:.035em;text-transform:uppercase}.budget-offer-summary strong{color:var(--navy);font-size:18px}.budget-offer-summary small{font-size:12px;font-weight:800}.budget-offer-summary .budget-offer-total{background:#073469;color:#c7edff}.budget-offer-summary .budget-offer-total strong{color:#fff}
.budget-request-group{display:grid;gap:11px;padding:13px;border:1px solid #d1e5ed;border-radius:12px;background:#fbfeff}.budget-request-group.is-decision{border-color:#dfc875;background:linear-gradient(135deg,#fffdf4,#fff9df)}.budget-request-group.is-waiting{border-color:#b9dfec;background:linear-gradient(135deg,#f8fdff,#edfaff)}.budget-request-group.is-booked{border-color:#c3e4ce;background:linear-gradient(135deg,#fbfffc,#f0fbf4)}.budget-request-group-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.budget-request-group-head h3{margin:0;color:var(--navy);font-size:17px}.budget-request-group-head p{margin:3px 0 0;color:#55768b;font-size:13px;font-weight:750;line-height:1.35}.budget-request-group-head>span{display:grid;min-width:29px;height:29px;place-items:center;border-radius:999px;background:#e0f5ff;color:#17658c;font-size:14px;font-weight:900}.budget-request-group.is-decision .budget-request-group-head>span{background:#fff0b8;color:#795a00}.budget-request-group.is-booked .budget-request-group-head>span{background:#e4f7ea;color:#177246}.budget-request-group-list{display:grid;gap:10px}.budget-request-empty{margin:0;padding:11px 12px;border-radius:9px;background:#fff;color:#55768b;font-size:14px;font-weight:800}.budget-request-history{overflow:hidden;border:1px solid #d2e4ec;border-radius:11px;background:#fff}.budget-request-history>summary{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px;color:#315f7d;font-size:14px;font-weight:900;cursor:pointer;list-style:none}.budget-request-history>summary::-webkit-details-marker{display:none}.budget-request-history>summary::after{content:'+';display:grid;width:21px;height:21px;place-items:center;border-radius:50%;background:#e1f4fc;color:var(--blue);font-size:17px;line-height:1}.budget-request-history[open]>summary{border-bottom:1px solid #d4e7ee;background:#f8fdff}.budget-request-history[open]>summary::after{content:'–'}.budget-request-history>summary span{margin-left:auto;padding:4px 8px;border-radius:999px;background:#eef8fc;color:#4b7186;font-size:12px}.budget-request-history>.budget-request-group-list{padding:11px}
@media(max-width:800px){.budget-offer-summary{grid-template-columns:1fr}.budget-offer-summary>span{grid-template-columns:minmax(0,1fr) auto;align-items:baseline}.budget-offer-summary b,.budget-offer-summary small{grid-column:1}.budget-offer-summary strong{grid-column:2;grid-row:1 / span 2;align-self:center}.budget-request-group-head{align-items:stretch;flex-direction:column}.budget-request-group-head>span{align-self:flex-start}}
