#ocean-aqua-prototype .oa-checkout-address{width:100%;border:0;border-bottom:1px solid var(--oa-line);background:transparent;color:var(--oa-text);font:inherit;text-align:left;cursor:pointer}
#ocean-aqua-prototype .oa-checkout-address>div{min-width:0;flex:1}
#ocean-aqua-prototype .oa-checkout-address small{display:inline-block;max-width:100%;margin-top:4px;line-height:1.45;white-space:normal}
#ocean-aqua-prototype .oa-checkout-address svg{flex:0 0 auto;color:var(--oa-muted)}
#ocean-aqua-prototype .oa-address-modal{display:none;position:absolute;inset:0;z-index:95;align-items:flex-end;padding:12px;background:rgba(0,8,13,.82)}
#ocean-aqua-prototype .oa-address-modal.open{display:flex}
#ocean-aqua-prototype .oa-address-sheet{width:100%;max-height:92%;overflow:auto;padding:18px;border:1px solid var(--oa-line);border-radius:24px;background:var(--oa-surface2)}
#ocean-aqua-prototype .oa-address-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
#ocean-aqua-prototype .oa-address-head h2{margin:0;font-size:18px}
#ocean-aqua-prototype .oa-address-close{border:0;background:transparent;color:var(--oa-muted);font-size:24px;line-height:1;cursor:pointer}
#ocean-aqua-prototype .oa-address-field{display:block;margin-top:13px}
#ocean-aqua-prototype .oa-address-field span{display:block;margin-bottom:7px;color:var(--oa-muted);font-size:11px}
#ocean-aqua-prototype .oa-address-field input,#ocean-aqua-prototype .oa-address-field textarea{width:100%;border:1px solid var(--oa-line);border-radius:12px;background:var(--oa-surface);color:var(--oa-text);padding:11px 12px;font:inherit;font-size:12px;outline:0}
#ocean-aqua-prototype .oa-address-field textarea{min-height:78px;resize:vertical}
#ocean-aqua-prototype .oa-address-field input:focus,#ocean-aqua-prototype .oa-address-field textarea:focus{border-color:var(--oa-brand);box-shadow:0 0 0 2px rgba(98,201,196,.1)}
#ocean-aqua-prototype .oa-address-error{min-height:28px;margin:7px 0 0;color:var(--oa-danger);font-size:11px;line-height:1.5}
#ocean-aqua-prototype .oa-address-save{width:100%;border:0;border-radius:14px;background:linear-gradient(90deg,var(--oa-brand),var(--oa-cyan));color:#04222b;padding:12px;font:inherit;font-weight:700;cursor:pointer}
#ocean-aqua-prototype .oa-address-save:disabled{opacity:.55;cursor:wait}
