.loyseo-selected-posts { margin-block: var(--wp--preset--spacing--50); }
.loyseo-selected-posts__list { display: grid; gap: var(--wp--preset--spacing--50); }
.loyseo-selected-posts__card { box-sizing: border-box; margin: 0; border: 1px solid var(--wp--preset--color--border-subtle); border-radius: var(--wp--custom--radius--panel); background: var(--wp--preset--color--surface-white); overflow: hidden; transition: box-shadow 180ms ease; }
.loyseo-selected-posts__card:hover, .loyseo-selected-posts__card:focus-within { box-shadow: var(--wp--custom--shadow--soft-floating); }
.loyseo-selected-posts__link { display: block; padding: var(--wp--preset--spacing--50); color: var(--wp--preset--color--text-body) !important; text-decoration: none !important; }
.loyseo-selected-posts__link:focus-visible { outline: 2px solid var(--wp--preset--color--brand-primary); outline-offset: -2px; }
.loyseo-selected-posts__title { color: var(--wp--preset--color--text-heading); font-size: var(--wp--preset--font-size--title); font-weight: var(--wp--custom--typography--weight--semibold); line-height: var(--wp--custom--typography--line-height--title); }
.loyseo-selected-posts__card:hover .loyseo-selected-posts__title, .loyseo-selected-posts__card:focus-within .loyseo-selected-posts__title { color: var(--wp--preset--color--brand-primary); }
.loyseo-selected-posts__excerpt { margin-top: var(--wp--preset--spacing--40); color: var(--wp--preset--color--text-body); font-size: var(--wp--preset--font-size--body); line-height: var(--wp--custom--typography--line-height--body); }
.loyseo-selected-posts__card:has(.loyseo-selected-posts__thumbnail) .loyseo-selected-posts__link { display: grid; grid-template-columns: 160px minmax(0, 1fr); column-gap: var(--wp--preset--spacing--40); align-items: start; }
.loyseo-selected-posts__thumbnail { display: block; grid-row: span 3; align-self: start; width: 160px; margin: 0; border-radius: var(--wp--custom--radius--control); overflow: hidden; }
.loyseo-selected-posts__thumbnail img { display: block; width: 160px; height: auto; max-width: 100%; }
.loyseo-selected-posts__price { margin-top: var(--wp--preset--spacing--20); font-size: var(--wp--preset--font-size--small); font-weight: var(--wp--custom--typography--weight--regular); line-height: var(--wp--custom--typography--line-height--small); }
.loyseo-selected-posts__price-prefix { color: var(--wp--preset--color--text-body); }
.loyseo-selected-posts__price-value { color: var(--wp--preset--color--brand-primary); }
.loyseo-selected-posts__card:has(.loyseo-selected-posts__thumbnail) .loyseo-selected-posts__excerpt { margin-top: var(--wp--preset--spacing--30); }
.loyseo-selected-posts-editor .components-form-token-field__suggestions-list { max-height: min(36rem, calc(100vh - 12rem)) !important; overflow-y: auto; overscroll-behavior: contain; }
.loyseo-selected-posts-editor .components-form-token-field__suggestion { padding-block: 8px; }
@media (max-width: 767px) { .loyseo-selected-posts__card:has(.loyseo-selected-posts__thumbnail) .loyseo-selected-posts__link { display: block; } .loyseo-selected-posts__thumbnail, .loyseo-selected-posts__thumbnail img { width: 100%; } .loyseo-selected-posts__thumbnail { margin-bottom: var(--wp--preset--spacing--40); } }
