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}}.recipe-carousel-wrapper{overflow:hidden;padding:16px 0}.recipe-carousel{display:flex;gap:16px;animation:scroll 80s linear infinite;width:-moz-max-content;width:max-content}.recipe-carousel:hover{animation-play-state:paused}@media only screen and (max-width:600px){.recipe-carousel{animation-duration:50s}}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.recipe-card{flex-shrink:0;width:180px;height:auto;padding:10px;text-decoration:none;color:inherit;display:flex;flex-direction:column}.recipe-card-image{width:100%;height:auto;display:block;border-radius:4px}.recipe-card-title{margin:8px 0 0;font-size:.8rem;font-weight:500;line-height:1.3;text-align:center;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}