.button{background:#c3b091;border-radius:16px;border:none;text-align:center;cursor:pointer;height:40px;padding:0 15px;box-sizing:border-box;font-size:1rem;font-weight:500;color:#fff;white-space:pre-line;word-break:normal;line-height:1rem;transition:background-color .2s ease,transform .05s ease}@media screen and (max-width:560px){.button{white-space:normal}}.button:hover:not(:disabled){background-color:#d1c3ab}.button:active:not(:disabled){transform:scale(.98)}.button:disabled{background:#f6f8fc;cursor:not-allowed;color:#c9cfdb}