body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}*{box-sizing:border-box}.danger{--block-background-color:#f14119}.accent2{background-color:#7494fd}.accent3{background-color:#ec7949}.accent4{background-color:#d870e7}.card{display:flex;justify-content:center;align-items:center;width:15em;height:10em}.card-title{font-size:large;text-align:center;padding:10% 20%}.content{margin:0 6rem;max-width:48rem}.wide-content{margin:0 6rem;max-width:100rem}.fit{display:inline-block}@media only screen and (max-width:480px){.content,.wide-content{margin:0 1rem}.card{width:7em;height:5em}.card-title{padding:5% 8%;text-align:center;font-size:small}}.spinner{width:20px;height:20px;border:3px solid #ccc;border-top-color:#333;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.search-wrapper{position:relative;display:inline-block}.search-spinner{position:absolute;right:12px;top:50%;transform:translateY(-50%)}.recipe-header{display:flex;flex-direction:row;gap:32px;margin-bottom:32px}.recipe-header-info{flex:1 1;display:flex;flex-direction:column;gap:16px}.recipe-header-info h1{margin:0}.recipe-meta{display:flex;flex-wrap:wrap;gap:8px}.recipe-meta .block{display:inline-block}.recipe-keywords{display:flex;flex-wrap:wrap;gap:6px}.recipe-keywords .block{padding:2px 8px}.recipe-image{border-radius:8px;flex-shrink:0;align-self:center}@media only screen and (max-width:600px){.recipe-header{flex-direction:column;gap:20px}.recipe-image{width:100%;height:auto;max-height:220px}}