[data-component=news-archive-component] .news-item.third:hover{animation:shake .5s}[data-component=news-archive-component] .custom-select{position:relative}[data-component=news-archive-component] .custom-select:first-of-type{border-left:1px solid #8c8c8c}[data-component=news-archive-component] .custom-select select{display:none}[data-component=news-archive-component] .custom-select .select-selected{background-color:#fff;border-radius:30px;color:#0c382f;padding:20px 30px;line-height:1;cursor:pointer;user-select:none;box-sizing:border-box;display:flex;align-items:center;font-family:Aeonik;font-size:15px;font-style:normal;font-weight:400;justify-content:space-between}[data-component=news-archive-component] .custom-select .select-selected svg path{fill:#8c8c8c}[data-component=news-archive-component] .custom-select .select-items{position:absolute;background-color:#fff;border-radius:30px;top:100%;left:0;right:0;z-index:99;overflow-y:auto;box-sizing:border-box;width:100%;border:1px solid #8c8c8c}[data-component=news-archive-component] .custom-select .select-items.select-hide{display:none}[data-component=news-archive-component] .custom-select .select-items div{padding:8px 30px;border:1px solid transparent;cursor:pointer;user-select:none;color:#0c382f;font-family:Aeonik;font-size:15px;font-style:normal;font-weight:400;line-height:1}[data-component=news-archive-component] .custom-select .select-items div.same-as-selected,[data-component=news-archive-component] .custom-select .select-items div:hover{background-color:#f1f1f1}@keyframes shake{0%{transform:translateX(0)}25%{transform:translateY(-5px)}50%{transform:translateY(5px)}75%{transform:translateY(-5px)}100%{transform:translateY(0)}}