/**handles:elg-recipe-roundup-style**/
.elg-recipe-roundup{display:flex;gap:1.25rem;align-items:flex-start;border:1px solid #e8e8e8;border-radius:4px;padding:1.25rem;margin:1.5rem 0;width:100%;max-width:100%;min-width:0;box-sizing:border-box;background:#fff;text-decoration:none;--elg-recipe-roundup-image-scale:100}.elg-recipe-roundup-block{width:100%;max-width:var(--wp--style--global--content-size,100%);margin-left:auto;margin-right:auto;box-sizing:border-box}.elg-recipe-roundup-block>.elg-recipe-roundup{margin-left:0;margin-right:0}.elg-recipe-roundup__thumbnail{flex:0 0 auto;width:calc(150px * var(--elg-recipe-roundup-image-scale,100)/ 100)}.elg-recipe-roundup__thumbnail a{display:block;line-height:0}.elg-recipe-roundup__image{width:100%;height:auto;display:block;border-radius:3px;object-fit:cover}.elg-recipe-roundup--top{flex-direction:column}.elg-recipe-roundup--top .elg-recipe-roundup__thumbnail{width:100%}.elg-recipe-roundup--top .elg-recipe-roundup__image{max-height:420px}.elg-recipe-roundup__content{flex:1 1 auto;min-width:0}.elg-recipe-roundup__title{font-family:var(--font-heading, inherit);font-size:1.1em;font-weight:700;line-height:1.3;margin:0 0 .5rem}.elg-recipe-roundup__title a{text-decoration:none;color:inherit}.elg-recipe-roundup__title a:hover{color:var(--accent-color,#cd202e)}.elg-recipe-roundup__description{font-size:20px;font-weight:400;line-height:1.55;margin:0 0 1rem;color:#555}.elg-recipe-roundup__description b,.elg-recipe-roundup__description strong{font-weight:400}.elg-recipe-roundup__button{display:inline-block;font-family:var(--font-heading, inherit);font-size:14px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;color:#fff!important;background:#000;padding:10px 22px;border-radius:3px;transition:opacity .2s;line-height:1}.elg-recipe-roundup__button:hover{opacity:.75;color:#fff}.elg-recipe-roundup--placeholder{flex-direction:column;align-items:stretch;border:2px dashed #ccc;background:#fafafa}.elg-recipe-roundup__placeholder-inner{display:flex;flex-direction:column;gap:.5rem}.elg-recipe-roundup__placeholder-label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#999;margin:0}.elg-recipe-search{display:flex;flex-direction:column;gap:.5rem}@media (max-width:480px){.elg-recipe-roundup{flex-direction:column}.elg-recipe-roundup__thumbnail{width:100%}}