@keyframes ContentSuggestionList_pulse__8HlA5{0%{background-position:100% 0}to{background-position:-100% 0}}@keyframes ContentSuggestionList_bar-jump__beTDA{0%,to{transform:scaleY(.3)}50%{transform:scaleY(1)}}@keyframes ContentSuggestionList_fadeIn__ZOQmS{0%{opacity:0}to{opacity:1}}@keyframes ContentSuggestionList_fadeInUp__DU0rP{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ContentSuggestionList_suggestionContainer__ArzAA{display:flex;flex-direction:column;gap:1rem;width:100%;min-width:0;box-sizing:border-box}.ContentSuggestionList_suggestionTitle__Ni7sX{position:relative;border-left:5px solid var(--primary-color);height:3rem;display:flex;align-items:center}.ContentSuggestionList_suggestionTitle__Ni7sX:before{position:absolute;left:-5px;transform:translateY(-50%);content:"";width:3px;height:3px;border-top:5px solid var(--primary-color);border-right:5px solid var(--primary-color);transform:rotate(45deg)}.ContentSuggestionList_suggestionTitle__Ni7sX span{font-size:2rem;font-weight:600;line-height:2rem;color:var(--text-primary);margin-left:1rem}.ContentSuggestionList_suggestionList__ovGqm{display:flex;flex-direction:column;gap:1rem;padding:1rem;width:100%;box-sizing:border-box}@media(min-width:769px)and (max-width:1280px){.ContentSuggestionList_suggestionList__ovGqm{flex-direction:row;flex-wrap:wrap;gap:2rem}}@media(min-width:481px)and (max-width:768px){.ContentSuggestionList_suggestionList__ovGqm{flex-direction:row;flex-wrap:wrap;gap:2rem}}.ContentSuggestionList_suggestionItemSeparator__DHjX1{width:100%;height:1px;background-color:#e3d6d6}@media(min-width:769px)and (max-width:1280px){.ContentSuggestionList_suggestionItemSeparator__DHjX1{display:none}}@media(min-width:481px)and (max-width:768px){.ContentSuggestionList_suggestionItemSeparator__DHjX1{display:none}}.ContentSuggestionList_suggestionItem__tUnvB{position:relative;display:flex;flex-direction:column;background-color:var(--background-color);border-radius:5px;transition:all .4s ease-in-out;cursor:pointer;width:100%;min-width:0;box-sizing:border-box;text-decoration:none;color:inherit}.ContentSuggestionList_suggestionItem__tUnvB:hover{transform:scale(1.01);box-shadow:0 4px 12px rgba(0,0,0,.44)}@media(min-width:769px)and (max-width:1280px){.ContentSuggestionList_suggestionItem__tUnvB{width:calc(33.33% - 1.4rem)}}@media(min-width:481px)and (max-width:768px){.ContentSuggestionList_suggestionItem__tUnvB{width:calc(50% - 1.4rem)}}.ContentSuggestionList_suggestionItemBanner__SZsdn{width:100%;height:auto;aspect-ratio:16/9;border-radius:5px;overflow:hidden;position:relative}.ContentSuggestionList_suggestionItemImage__GnPfE{position:relative;width:100%;height:100%;min-height:100%;display:block;object-fit:cover}.ContentSuggestionList_suggestionItemFooter__QVxfa{display:flex;flex-direction:column;gap:.25rem;padding:.5rem 1rem}.ContentSuggestionList_suggestionItemFooter__QVxfa span:first-child{font-size:1rem;font-weight:600;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;line-height:24px;flex:1 1;display:inline-block;max-width:100%;color:var(--text-secondary)}.ContentSuggestionList_suggestionItemFooter__QVxfa span:last-child{font-size:.875rem;font-weight:600;line-height:22px;color:#666}.ContentSuggestionList_skeleton__Z2eGV{background-color:var(--skeleton-color-start,rgba(0,0,0,.08))!important;background-image:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.4) 50%,rgba(255,255,255,0))!important;background-size:200% 100%!important;background-repeat:repeat!important;animation:ContentSuggestionList_pulse__8HlA5 1.8s linear infinite!important;border-radius:4px}