/**handles:elg-recipe-roundup-style**/
.elg-recipe-roundup{display:flex;gap:1.25rem;align-items:center;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{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;align-items:flex-start}.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;width:100%;max-width:100%;box-sizing:border-box}.elg-recipe-search .block-editor-url-input{min-width:0;width:100%;max-width:100%;box-sizing:border-box}.elg-recipe-search input[type=text]{max-width:100%;box-sizing:border-box}.elg-recipe-search__results-wrapper{position:relative;width:100%;min-width:0}.elg-recipe-search__results{display:flex;flex-direction:column;width:100%;min-width:0;max-height:240px;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;border:1px solid #e0e0e0;border-radius:2px;padding:4px}.elg-recipe-search__results.is-loading{opacity:.4}.elg-recipe-search__item{display:flex;align-items:center;gap:10px;width:100%;min-width:0;box-sizing:border-box;margin:0;padding:8px 10px;border:none;border-radius:2px;background:0 0;font:inherit;color:inherit;text-align:left;cursor:pointer}.elg-recipe-search__item.is-selected,.elg-recipe-search__item:hover,.elg-recipe-search__item[aria-selected=true]{background:#f0f0f0}.elg-recipe-search__item:focus-visible{outline:2px solid var(--wp-admin-theme-color,#3858e9);outline-offset:-2px}.elg-recipe-search__thumb{flex:0 0 auto;width:32px;height:32px;border-radius:2px;overflow:hidden;background:#f0f0f0}.elg-recipe-search__thumb img{width:100%;height:100%;object-fit:cover;display:block}.elg-recipe-search__title{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:480px){.elg-recipe-roundup{flex-direction:column;align-items:flex-start}.elg-recipe-roundup__thumbnail{width:100%}}