/* Bid2Stay 28.19.1 — Guest/provider surfaces for Admin-controlled bidding */
body.b2s28191-controlled-bidding #b23Results>.b2s28174-offer,
body.b2s28191-controlled-bidding #b23Results>.b2s28170-match-intro,
body.b2s28191-controlled-bidding #b23Results>[data-b2s28170-hidden],
body.b2s28191-controlled-bidding #b23Results>[data-b2s28170-more],
body.b2s28191-controlled-bidding #b23Results>.b2s28180-unlock,
body.b2s28191-controlled-bidding #b23Results>.b2s28180-provider-responses{display:none!important}

.b2s28191-guest-control{display:block;margin:0 0 18px}
.b2s28191-control-state,.b2s28191-guest-offer{display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px;align-items:start;padding:22px;border:1px solid #dfe6ed;border-radius:20px;background:linear-gradient(180deg,#fff 0%,#fbfcfd 100%);box-shadow:0 14px 32px rgba(17,29,43,.07)}
.b2s28191-control-state.accepted{border-color:#c5dfcf;background:#f7fbf8}
.b2s28191-control-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:15px;background:#172941;color:#f2c044;font-weight:900;font-size:15px}
.b2s28191-control-state span,.b2s28191-guest-offer-copy>span{display:block;color:#9a7420;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.b2s28191-control-state h2,.b2s28191-guest-offer h2{margin:5px 0!important;color:#17263b!important;font-size:21px!important;line-height:1.2!important;letter-spacing:-.02em}
.b2s28191-control-state p,.b2s28191-guest-offer p{margin:0;color:#667487;font-size:12px;line-height:1.55}

.b2s28191-guest-offer{grid-template-columns:minmax(0,1fr) 210px;border-color:#dbc785;background:linear-gradient(135deg,#fffdf6 0%,#fff 60%)}
.b2s28191-guest-offer.unlock{border-color:#d4c086;background:linear-gradient(135deg,#fff9e8 0%,#fff 72%)}
.b2s28191-guest-offer-price{display:flex;gap:10px 14px;align-items:baseline;flex-wrap:wrap;margin-top:14px;padding-top:13px;border-top:1px solid #eee5cb}
.b2s28191-guest-offer-price small{font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#8c96a4}
.b2s28191-guest-offer-price strong{font-size:26px;color:#172941}
.b2s28191-guest-offer-price span{font-size:10px;font-weight:800;color:#78612a}
.b2s28191-guest-offer-actions{display:grid;gap:8px;align-self:center}
.b2s28191-guest-offer-actions button,.b2s28191-guest-offer-actions a{display:flex;align-items:center;justify-content:center;min-height:44px;border-radius:12px;padding:0 12px;text-decoration:none;font:900 11px/1 Nunito,system-ui,sans-serif;cursor:pointer}
.b2s28191-guest-offer-actions .primary{border:0;background:#172941;color:#fff}
.b2s28191-guest-offer-actions .secondary{border:1px solid #d9e0e8;background:#fff;color:#2e3e52}
.b2s28191-guest-offer-actions .text{min-height:32px;border:0;background:transparent;color:#778394}
.b2s28191-guest-offer-actions button:disabled{opacity:.55;cursor:not-allowed}

.b2s28191-request-offer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:10px 0;padding:10px 11px;border:1px solid #dfcf9b;border-radius:12px;background:#fffaf0}
.b2s28191-request-offer span,.b2s28191-request-offer strong,.b2s28191-request-offer small{display:block}
.b2s28191-request-offer span{font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#99731e}
.b2s28191-request-offer strong{margin-top:2px;color:#26364b;font-size:11px}
.b2s28191-request-offer small{margin-top:2px;color:#7b8695;font-size:9px}
.b2s28191-request-offer a{flex:0 0 auto;text-decoration:none;border-radius:9px;background:#172941;color:#fff;padding:8px 10px;font-size:9px;font-weight:900}

.b2s28191-provider-rule{border-color:#e3d19b!important;background:linear-gradient(180deg,#fffdf7 0%,#fff 100%)!important}
.b2s28191-provider-rule h2{margin:6px 0!important;color:#17263b!important;font-size:20px!important}
.b2s28191-provider-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:14px}
.b2s28191-provider-points>div{display:flex;align-items:center;gap:8px;padding:10px;border:1px solid #e8edf2;border-radius:12px;background:#fff}
.b2s28191-provider-points strong{display:grid;place-items:center;flex:0 0 auto;width:25px;height:25px;border-radius:9px;background:#172941;color:#f2c044;font-size:9px}
.b2s28191-provider-points span{color:#58677a;font-size:9px;font-weight:800;line-height:1.3}

@media(max-width:720px){.b2s28191-guest-offer{grid-template-columns:1fr}.b2s28191-guest-offer-actions{grid-template-columns:1fr 1fr}.b2s28191-guest-offer-actions .text{grid-column:1/-1}.b2s28191-provider-points{grid-template-columns:1fr}.b2s28191-control-state{padding:17px}.b2s28191-control-state h2,.b2s28191-guest-offer h2{font-size:18px!important}}
@media(max-width:460px){.b2s28191-control-state{grid-template-columns:1fr}.b2s28191-control-icon{width:38px;height:38px}.b2s28191-guest-offer{padding:16px}.b2s28191-guest-offer-actions{grid-template-columns:1fr}.b2s28191-guest-offer-actions .text{grid-column:auto}.b2s28191-request-offer{align-items:flex-start;flex-direction:column}.b2s28191-request-offer a{width:100%;text-align:center}}
