.blog-listing-filters{align-items:flex-end;justify-content:space-between;margin-bottom:2rem}.blog-filters__dropdown,.blog-listing-filters{display:flex;flex-wrap:wrap;gap:1rem}.search-filter{position:relative}.search-filter__input{background-color:#fff;border:1px solid rgba(48,5,58,.2);border-radius:10px;color:#667085;font-family:Founders Grotesk;font-size:18px;font-weight:300;line-height:24px;padding:10px 20px 10px 50px;width:320px}.search-filter__icon{height:20px;left:20px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:20px}.dropdown-filter{position:relative;width:280px;h6{color:#000;font-size:16px;font-weight:700;text-transform:uppercase}}.dropdown-filter__select{align-items:center;background:#fff;border:1px solid rgba(48,5,58,.2);border-radius:10px;color:#667085;cursor:pointer;display:flex;font-family:Founders Grotesk;font-size:18px;font-weight:300;justify-content:space-between;line-height:24px;padding:10px 20px}.dropdown-filter__icon{height:20px;width:20px}.dropdown-filter__options{background:#fff;border:1px solid rgba(48,5,58,.2);border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.05);display:none;flex-direction:column;left:0;margin-top:2px;padding:8px 0;position:absolute;right:0;top:100%;z-index:10}.dropdown-filter__option{align-items:center;color:#000;cursor:pointer;display:flex;font-family:Founders Grotesk;font-size:14px;font-weight:600;gap:8px;line-height:16px;padding:12px 10px 12px 16px;img{height:22px;object-fit:contain;width:22px}}.dropdown-filter__option:hover{background:#f9f7fe;color:#6633fc}.dropdown-filter__option__icon{flex-shrink:0;height:20px;width:20px}.blog-listing-posts__wrapper{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}.blog-listing-posts__more{display:flex;flex-direction:column;justify-content:center;margin-top:2rem}.blog-listing-posts__more__label{color:#475467;font-family:Founders Grotesk;font-size:14px;font-weight:600;line-height:16px;margin-bottom:1rem}.blog-listing-posts__more__button{background:#30053a;border:unset;border-radius:100px;color:#fff;font-family:Founders Grotesk;font-size:18px;font-weight:600;line-height:20px;margin:0 auto;outline:unset;padding:16px 32px;text-decoration:none;transition:all 333ms ease;width:fit-content}.blog-listing-posts__more__button:hover{background:#6633fc}@media (max-width:993px){.blog-listing-posts__wrapper{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.blog-listing-filters{margin-bottom:1rem}.blog-listing-posts__more{margin-top:1rem}.blog-listing-posts__wrapper{grid-template-columns:1fr}}