.recipe-hero{display:flex;flex-direction:column;align-items:center;width:100%;padding-top:32px;text-align:center}@media only screen and (min-width: 768px){.recipe-hero{padding-top:48px}}.recipe-hero__tags{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:16px}.recipe-hero__pill{display:inline-flex;align-items:center;border:1px solid #C6D425;border-radius:500px;background:#c6d425;color:var(--color-body, #2c2d2e);font-size:.8125rem;font-weight:var(--font-body-medium-weight, 500);height:32px;line-height:1;padding:6px 15px}.recipe-hero__title{margin:0 0 12px}.recipe-hero__title.h2{margin-bottom:12px}.recipe-hero__date{font-family:var(--font-body-family, inherit);font-size:1rem;font-weight:var(--font-weight-normal, 400);line-height:1.4;letter-spacing:normal;color:#666;margin:0 0 40px}@media only screen and (min-width: 768px){.recipe-hero__date{font-size:1.0625rem}}.recipe-hero__media{position:relative;overflow:hidden;border-radius:var(--block-border-radius, 16px);aspect-ratio:4/3;width:100%;max-width:50%;background:var(--color-drawer-bg, #fff)}@media only screen and (max-width: 449px){.recipe-hero__media{max-width:100%}}.recipe-hero__media img{width:100%;height:100%;display:block;object-fit:cover}
