.container ul{display:none}
.custom-dropdown{position:relative;width:450px;font-family:sans-serif}
.dropdown-header{background-color:#f9f9f9;border:1px solid #ccc;padding:10px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}
.selected-option{flex-grow:1}
.arrow-down{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #333}
.dropdown-list{list-style:none;padding:0;margin:0;border:1px solid #ccc;border-top:0;position:absolute;top:100%;left:0;right:0;background-color:#fff;z-index:10;max-height:250px;overflow-y:auto;display:none}
.dropdown-list.open{display:block}
.dropdown-item{padding:10px;cursor:pointer;border-bottom:1px solid #eee}
.dropdown-item:last-child{border-bottom:0}
.dropdown-item:hover{background-color:#f0f0f0}
.dropdown-item:active,.dropdown-item.active{background-color:#f0f0f0}
.item-title{display:block;white-space:normal;word-break:break-word}
.item-date,.item-description{display:block;font-size:.9em;color:#777}
.custom-list-page{display:none;margin-top:20px;background-color:#fff}
@media(max-width:1200px){.custom-dropdown{width:auto !important}
}