.formspree-form{display:grid;grid-template-columns:1fr 1fr;gap:25px 22px}.formspree-form label{font-size:9px;letter-spacing:1.2px;text-transform:uppercase;display:flex;flex-direction:column;gap:9px}.formspree-form input,.formspree-form select{appearance:none;-webkit-appearance:none;border:0;border-bottom:1px solid rgba(23,25,29,.65);border-radius:0;background:transparent;color:var(--ink);font:13px "DM Mono",monospace;padding:0 0 10px;min-width:0;outline:none}.formspree-form select{background-image:linear-gradient(45deg,transparent 50%,var(--ink) 50%),linear-gradient(135deg,var(--ink) 50%,transparent 50%);background-position:calc(100% - 7px) 6px,calc(100% - 2px) 6px;background-size:5px 5px,5px 5px;background-repeat:no-repeat}.formspree-form input:focus,.formspree-form select:focus{border-color:var(--ink);border-bottom-width:2px}.formspree-form input::placeholder{color:rgba(23,25,29,.55)}.formspree-form .book-button{grid-column:span 2;justify-self:start}.formspree-form .form-status{grid-column:span 2;margin:0;font:italic 16px "Playfair Display",serif;color:var(--rust)}.formspree-form .book-button:disabled{cursor:wait;opacity:.75}@media(max-width:800px){.formspree-form{grid-template-columns:1fr;gap:23px}.formspree-form .book-button,.formspree-form .form-status{grid-column:span 1}}
