.authors:not(section){display:grid;gap:30px;margin-top:3rem}@media(min-width: 768px){.authors:not(section){grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1280px){.authors:not(section){grid-template-columns:repeat(4, 1fr)}}.authors .title{text-transform:uppercase}.authors .buttons{padding:0;margin:2rem auto 0;list-style:none;display:flex;gap:1rem;width:fit-content;justify-content:center;align-items:center}.authors .buttons a{display:block;padding:9px 20px;font-size:14px;line-height:1;text-transform:uppercase;color:#fff;background:#57595b;transition:background-color .3s ease;box-shadow:2px 2px 2px 0px rgba(0,0,0,.08),4px 4px 4px 0px rgba(0,0,0,.04),8px 8px 8px 0px rgba(0,0,0,.08),16px 16px 16px 0px rgba(0,0,0,.08),32px 32px 32px 0px rgba(0,0,0,.08)}.authors .buttons a:hover{background:#ff0e52}.authors .author{display:grid;gap:16px;height:max-content}.authors .author__img{position:relative;height:350px;margin-bottom:16px;overflow:hidden;box-shadow:2px 2px 2px 0px rgba(0,0,0,.08),4px 4px 4px 0px rgba(0,0,0,.04),8px 8px 8px 0px rgba(0,0,0,.08),16px 16px 16px 0px rgba(0,0,0,.08),32px 32px 32px 0px rgba(0,0,0,.08)}.authors .author__img picture,.authors .author__img img{aspect-ratio:33/35;object-fit:cover;object-position:center;height:100%;display:block;transition:.6s}.authors .author__img div{position:absolute;left:0;right:0;bottom:0;transform:translateY(100%);display:flex;align-items:center;justify-content:center;gap:20px;padding:9px 20px;background:linear-gradient(transparent, #000);transition:.6s}.authors .author__img div a{display:block;width:24px;height:24px;cursor:pointer}.authors .author__img div a svg{width:100%;height:100%;object-fit:contain}.authors .author__img:hover picture,.authors .author__img:hover img{transform:scale(1.05)}.authors .author__img:hover>div{transform:none}.authors .author *{height:fit-content;margin:0;width:100%}.authors .author .name{text-transform:uppercase;font-weight:bold;font-size:18px}.authors .author .bio{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.authors .author a{display:inline-flex;align-items:center;gap:10px}.authors .author a svg{width:16px}.authors .author a.more{width:100% !important;justify-content:center}.authors__filters{display:flex;flex-wrap:wrap;justify-content:center;list-style:none;gap:16px;margin:48px auto;width:fit-content;padding:0}.authors__filters-item{padding:9px 20px;font-size:14px;text-transform:uppercase;line-height:1.286;color:#fff;transition:background-color .3s ease;box-shadow:2px 2px 2px 0px rgba(0,0,0,.08),4px 4px 4px 0px rgba(0,0,0,.04),8px 8px 8px 0px rgba(0,0,0,.08),16px 16px 16px 0px rgba(0,0,0,.08),32px 32px 32px 0px rgba(0,0,0,.08);cursor:pointer;transition:background-color .3s ease,box-shadow .6s ease}.authors__filters-item:hover{box-shadow:unset}.post-type-archive-writer .authors{padding-bottom:3rem}