.blog{padding:50px 0}.posts{display:flex;justify-content:space-between;flex-wrap:wrap;position:relative}.post-preview{display:flex;flex-direction:column;width:calc(50% - 1rem);color:var(--color-blackened-pearl);background:#fff;margin-bottom:1rem;padding:30px;box-shadow:0 20px 30px var(--color-blackened-pearl-extra-light)}.post-preview__date{font-size:14px;margin-bottom:15px}.post-preview__title,.post__title{font-weight:600}.post-preview__summary{font-size:16px;width:100%;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:5;display:-webkit-box}.post__title{margin:20px 0}.post{background:#fff;padding:50px;color:var(--color-blackened-pearl);width:100%}.post a{color:var(--color-magenta)}.post ul{padding-left:14px}.post ol{padding-left:16px}.post ul li{list-style:disc;margin-bottom:16px}.post ol li{list-style:decimal;margin-bottom:16px}.post li::marker{color:var(--color-magenta)}.post__date{font-size:14px;margin-bottom:40px}.post__author{margin-top:40px;font-weight:500;display:flex}.post__author img{width:24px;height:24px;overflow:hidden}@media (max-width:1280px){.blog{padding-left:25px;padding-right:25px}}@media (max-width:1024px){.post{padding-left:25px;padding-right:25px}}@media (max-width:768px){.post-preview{width:100%}}.filter{align-items:center;margin-bottom:15px}.filter,.filter-wrapper{display:flex;color:var(--color-blackened-pearl)}.filter-wrapper{min-width:300px;position:relative;max-width:100%;font-size:16px}.filter-item{min-width:300px}.filter-wrapper.active .arrow{transform:rotate(180deg)}.filter-button{width:100%;font-size:16px;background-color:#fff;padding:.675em 1em;cursor:pointer;font-weight:500;display:flex;justify-content:space-between;align-items:center}.arrow{content:"";position:absolute;right:1rem;top:1rem;pointer-events:none;width:1rem;height:1rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");color:var(--color-blackened-pearl)}.filter-dropdown{display:none}.filter-dropdown.show{position:absolute;display:block;list-style:none;width:100%;box-shadow:0 5px 10px var(--color-blackened-pearl-light);background-color:#fff;padding:10px 0;margin-top:5px;max-height:420px;overflow-y:auto;transition:.5s ease;z-index:11;font-weight:500}.filter-dropdown:focus-within{box-shadow:0 10px 25px var(--color-blackened-pearl)}.filter-dropdown li{position:relative;width:100%;padding:8px 10px;cursor:pointer;display:flex;gap:1rem;align-items:center}.filter-dropdown::-webkit-scrollbar{width:7px}.filter-dropdown::-webkit-scrollbar-track{background:#f1f1f1;border-radius:25px}.filter-dropdown::-webkit-scrollbar-thumb{background:#ccc;border-radius:25px}.filter-dropdown input:checked~label,.filter-dropdown input:focus~label,.filter-dropdown li:hover,.filter-dropdown-active{background-color:var(--color-pearl-white)}.filter-dropdown input[type=radio]{position:absolute;left:0;opacity:0}.filter-wrapper.active .filter-dropdown{opacity:1;visibility:visible;transform:scaleY(1)}@media (max-width:768px){.filter-item,.filter-wrapper{min-width:unset}.filter-item{flex-grow:1}.filter-wrapper{width:100%}}.pagination{margin-top:15px;display:flex;gap:6px}.pagination li{font-size:14px}