.bdt-post-list{display:grid;grid-template-columns:repeat(1, 1fr);gap:30px;position:relative}.bdt-post-list .bdt-item{gap:15px;width:100%}.bdt-post-list .bdt-title{font-size:clamp(14px, 1.5vw, 18px);font-weight:700;margin-bottom:5px;margin-top:0}.bdt-post-list .bdt-title a{color:#444}.bdt-post-list .bdt-title a:hover{color:#000}.bdt-post-list .bdt-image{height:100%}.bdt-post-list .bdt-image img{width:80px;min-width:80px;height:100%;object-fit:cover}.bdt-post-list .bdt-list-icon{display:inline-flex;flex:none}.bdt-post-list .bdt-list-icon i,.bdt-post-list .bdt-list-icon svg{width:1.2em;height:1.2em;display:inline-flex;justify-content:center;align-items:center}.bdt-post-list .bdt-excerpt{margin-bottom:10px}.bdt-post-list .bdt-read-more{margin-right:10px;font-weight:bolder;padding-left:0;padding-right:0;display:inline-block}.bdt-post-list .bdt-meta{margin-bottom:0px;margin-top:0;color:#999;display:inline-flex}.bdt-post-list .bdt-meta *{font-size:13px;font-weight:400}.bdt-has-divider--yes .bdt-item-wrap{border-bottom:1px solid #ddd;padding-bottom:15px;margin-bottom:-15px}.bdt-has-divider--yes .bdt-item-wrap:last-child{border-bottom:0;padding-bottom:0 !important;margin-bottom:0 !important}.bdt-post-list-header{padding:15px 0;border-bottom:2px solid #1e87f0;margin-bottom:30px;gap:20px}.bdt-post-list-header .bdt-title{color:#2b2d42;font-size:clamp(18px, 1.5vw, 24px);transition:all .3s ease;margin:0;font-weight:600}.bdt-post-list-header .bdt-filter-wrap{gap:15px}.bdt-post-list-header .bdt-filter-list{display:flex}.bdt-post-list-header .bdt-filter-list .bdt-option{text-decoration:none;text-transform:capitalize;font-size:clamp(13px, 1.2vw, 14px);color:#2b2d42;font-weight:600;transition:all .3s ease;display:inline-block}.bdt-post-list-header .bdt-filter-list .bdt-option:hover{color:#1e87f0}.bdt-post-list-header .bdt-filter-list.bdt-active .bdt-option{color:#1e87f0}.bdt-post-list div#bdt-loading-image{position:absolute;left:0;top:0;height:100%;width:100%;display:flex;justify-content:center;align-items:center;background-color:transparent;background-image:radial-gradient(at center center, #FFFFFF 0%, #ffffffeb 100%)}.bdt-post-list .bdt-circle-border{width:100px;height:100px;padding:3px;display:flex;justify-content:center;align-items:center;border-radius:50%;background:#1e87f0;background:linear-gradient(0deg, rgba(63,249,220,0.1) 33%, #1e87f0 100%);animation:spin .8s linear 0s infinite}.bdt-post-list .bdt-circle-core{width:100%;height:100%;background-color:#fff;border-radius:50%}