/**handles:elg-more-stories-style**/
.elg-more-stories{margin:2rem 0;width:100%;max-width:100%;box-sizing:border-box}.elg-more-stories__heading{margin-bottom:1rem}.elg-more-stories__grid{display:flex;gap:1.25rem;align-items:flex-start}.elg-more-stories__card{flex:1 1 0;min-width:0;position:relative}.elg-more-stories__link{display:block;color:inherit;text-decoration:none}.elg-more-stories__link:hover .elg-more-stories__title{text-decoration:underline;text-decoration-thickness:1px}.elg-more-stories__thumb{aspect-ratio:3/2;overflow:hidden;margin-bottom:.6rem;background:#f0f0f0}.elg-more-stories__img{display:block;width:100%;height:100%;object-fit:cover}.elg-more-stories__title{font-size:15px;font-weight:700;line-height:1.3;margin:0 0 .3rem}.elg-more-stories__excerpt{font-size:13px;line-height:1.55;color:#666;margin:0}@media (max-width:600px){.elg-more-stories__grid{flex-direction:column}.elg-more-stories__card{flex:none;width:100%}.elg-more-stories__thumb{aspect-ratio:16/9}}.elg-more-stories__remove{position:absolute;top:.3rem;right:.3rem;opacity:0;transition:opacity .1s;background:rgba(255,255,255,.92)!important;border-radius:2px!important}.elg-more-stories__card:focus-within .elg-more-stories__remove,.elg-more-stories__card:hover .elg-more-stories__remove{opacity:1}.elg-more-stories__picker{display:flex;align-items:center;gap:.5rem;margin-top:1rem}.elg-more-stories__picker>.components-base-control{flex:1 1 auto}.elg-more-stories__notice{margin:.5rem 0 0;font-size:12px;font-style:italic;color:#757575}.elg-more-stories__empty{color:#aaa;font-style:italic}