.archive-page{padding:0;min-height:70vh;background:#fff}@media(min-width: 1025px){.archive-page{padding:60px 0 100px}}.archive-page .container{width:100%;margin:0 auto;padding:0;max-width:1230px}.archive-layout{display:flex;gap:77px;align-items:flex-start;min-height:100vh}@media(min-width: 1025px){.archive-layout{gap:77px}}@media(max-width: 767px){.archive-layout{flex-direction:column;gap:30px;min-height:auto}}.archive-sidebar{position:relative;flex:0 0 220px;width:220px}@media(max-width: 767px){.archive-sidebar{flex:1 1 100%;width:100%}}@media(min-width: 1025px){.archive-sidebar{position:sticky;position:-webkit-sticky;top:20px;align-self:flex-start;z-index:5}.archive-sidebar::-webkit-scrollbar{width:6px}.archive-sidebar::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.archive-sidebar::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.archive-sidebar::-webkit-scrollbar-thumb:hover{background:#555}}.archive-sidebar::after{content:"";position:absolute;right:-38px;top:0;bottom:0;width:1px;background:#e4e4e7}@media(min-width: 1025px){.archive-sidebar::after{right:-38px}}@media(max-width: 767px){.archive-sidebar::after{display:none}}.sidebar-search{margin-bottom:10px}@media(min-width: 1025px){.sidebar-search{margin-bottom:20px}}.sidebar-search form.search-form{position:relative}.sidebar-search form.search-form .search-input-wrapper{position:relative;display:flex;align-items:center}.sidebar-search form.search-form .search-field{width:100%;height:36px;padding:0 35px 0 10px;border:1px solid #e4e4e7;border-radius:8px;font-size:14px;line-height:1.2;color:#222;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.sidebar-search form.search-form .search-field::placeholder{color:#71717b;font-size:14px}.sidebar-search form.search-form .search-field:focus{outline:none;border-color:#29235c;box-shadow:0 0 0 3px rgba(41,35,92,.1)}.sidebar-search form.search-form .search-submit{position:absolute;right:5px;top:50%;transform:translateY(-50%);background:transparent;border:none;padding:6px;cursor:pointer;color:#71717b;transition:color .2s ease}.sidebar-search form.search-form .search-submit:hover{color:#29235c}.sidebar-search form.search-form .search-submit svg{width:20px;height:20px;display:block}@media(max-width: 767px){.sidebar-categories{position:relative}}.sidebar-categories .categories-toggle{display:none;width:100%;padding:10px 15px;background:#fff;border:1px solid #e4e4e7;border-radius:8px;font-size:14px;line-height:20px;font-weight:500;color:#09090b;text-align:left;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}@media(max-width: 767px){.sidebar-categories .categories-toggle{display:flex;align-items:center;justify-content:space-between;gap:10px}}.sidebar-categories .categories-toggle:hover{border-color:#29235c}.sidebar-categories .categories-toggle:focus{outline:none;border-color:#29235c;box-shadow:0 0 0 3px rgba(41,35,92,.1)}.sidebar-categories .categories-toggle .categories-toggle-label{flex:1;font-weight:600}.sidebar-categories .categories-toggle .categories-toggle-icon{width:20px;height:20px;transition:transform .2s ease;color:#71717b}.sidebar-categories .categories-toggle[aria-expanded=true] .categories-toggle-icon{transform:rotate(180deg)}.sidebar-categories .sidebar-title{font-size:12px;font-weight:400;line-height:1.3;color:#71717b;margin:0 0 5px 0;text-transform:none}@media(max-width: 767px){.sidebar-categories .sidebar-title{display:none}}.sidebar-categories .categories-list{list-style:none;margin:0;padding:0}@media(max-width: 767px){.sidebar-categories .categories-list{display:none;position:absolute;top:calc(100% + 5px);left:0;right:0;background:#fff;border:1px solid #e4e4e7;border-radius:8px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);z-index:10;max-height:300px;overflow-y:auto}.sidebar-categories .categories-list.is-open{display:block}}.sidebar-categories .category-item{margin:0 0 5px 0}@media(max-width: 767px){.sidebar-categories .category-item{margin:0;border-bottom:1px solid #f4f4f5}.sidebar-categories .category-item:last-child{border-bottom:none}}.sidebar-categories .category-item:last-child{margin-bottom:0}.sidebar-categories .category-item.active .category-link{font-weight:700;color:#09090b}@media(max-width: 767px){.sidebar-categories .category-item.active .category-link{background:#f4f4f5}}.sidebar-categories .category-link{display:block;padding:0;font-size:14px;font-weight:500;line-height:20px;color:#71717b;text-decoration:none;transition:color .2s ease}@media(max-width: 767px){.sidebar-categories .category-link{padding:12px 15px;transition:background-color .2s ease,color .2s ease}}.sidebar-categories .category-link:hover{color:#29235c;text-decoration:none}@media(max-width: 767px){.sidebar-categories .category-link:hover{background:#f9fafb}}.archive-content{flex:1;min-width:0;overflow-x:hidden}.archive-header{margin-bottom:20px;text-align:left}.archive-header .archive-title{font-size:32px !important;font-weight:700;line-height:32px !important;margin:0 0 12px 0}@media(min-width: 768px){.archive-header .archive-title{font-size:48px !important;line-height:48px !important}}.archive-header .archive-description{font-size:18px;font-weight:400;line-height:24px;color:#71717b;max-width:650px}@media(min-width: 1025px){.archive-header .archive-description{font-size:18px;line-height:28px}}.archive-header .archive-description p{margin:0 0 15px 0}.archive-header .archive-description p:last-child{margin-bottom:0}.posts-grid{display:grid;grid-template-columns:1fr;gap:32px;margin-bottom:40px}@media(min-width: 1025px){.posts-grid{grid-template-columns:repeat(2, 1fr);gap:50px;max-width:100%}}.post-card{display:flex;flex-direction:column;background:#fff;width:100%;max-width:378px}.post-card .post-card__image{position:relative;overflow:hidden;background:#f7f8fa;margin-bottom:8px;border-radius:8px}@media(min-width: 1025px){.post-card .post-card__image{margin-bottom:8px}}.post-card .post-card__image a{display:block;line-height:0}.post-card .post-card__image .post-thumbnail{width:100%;height:242px;object-fit:cover;border-radius:8px;transition:transform .3s ease}@media(min-width: 768px){.post-card .post-card__image .post-thumbnail{height:242px}}@media(min-width: 1025px){.post-card .post-card__image .post-thumbnail{height:242px}}.post-card .post-card__image:hover .post-thumbnail{transform:scale(1.02)}.post-card .post-card__content{display:flex;flex-direction:column;flex-grow:1}.post-card .post-card__title{font-size:20px;font-weight:500;line-height:24px;margin:0 0 8px 0;color:#222}@media(min-width: 1025px){.post-card .post-card__title{font-size:20px;line-height:24px;margin-bottom:8px}}.post-card .post-card__title a{color:#222;text-decoration:none;transition:color .2s ease}.post-card .post-card__title a:hover{color:#29235c;text-decoration:none}.post-card .post-card__date{font-size:14px;font-weight:400;line-height:20px;color:#9ca3af;margin:0 0 12px 0}@media(min-width: 1025px){.post-card .post-card__date{font-size:14px;line-height:20px;margin-bottom:12px}}.post-card .post-card__excerpt{font-size:16px;font-weight:400;line-height:24px;color:#52525c;margin:0;flex-grow:1}@media(min-width: 1025px){.post-card .post-card__excerpt{font-size:16px;line-height:24px}}.no-posts{padding:60px 0;text-align:center;max-width:500px;margin:0 auto}@media(min-width: 1025px){.no-posts{padding:80px 0}}.no-posts h2{font-size:28px;line-height:1.2;font-weight:600;color:#222;margin-bottom:16px}@media(min-width: 1025px){.no-posts h2{font-size:32px}}.no-posts p{font-size:16px;line-height:1.6;color:#52525c;margin:0}@media(min-width: 1025px){.no-posts p{font-size:18px}}.archive-pagination{padding-top:30px;padding-bottom:30px;text-align:center}@media(min-width: 1025px){.archive-pagination{padding-top:60px}}.archive-pagination .nav-links{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;list-style:none;margin:0;padding:0}.archive-pagination .nav-links li{list-style:none;display:inline-flex;margin:0;padding:0}.archive-pagination .nav-links li::marker{display:none}.archive-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;font-size:14px;line-height:20px;font-weight:500;text-decoration:none;color:#52525b;background:#fff;border:1px solid #e4e4e7;border-radius:8px;transition:all .3s ease}@media(min-width: 1025px){.archive-pagination .page-numbers{min-width:44px;height:44px;font-size:15px}}.archive-pagination .page-numbers:hover:not(.current):not(.dots){color:#29235c;border-color:#29235c;background:rgba(41,35,92,.05)}.archive-pagination .page-numbers.current{color:#fff;background:#29235c;border-color:#29235c;cursor:default}.archive-pagination .page-numbers.dots{border:none;background:transparent;cursor:default}.archive-pagination .page-numbers.dots:hover{background:transparent}.archive-pagination .page-numbers.prev,.archive-pagination .page-numbers.next{padding:0 16px;gap:4px}@media(max-width: 767px){.archive-header{margin-bottom:30px}.archive-header .archive-title{font-size:28px}.archive-header .archive-description{font-size:15px}.posts-grid{gap:24px;margin-bottom:30px;grid-template-columns:1fr}.post-card{max-width:100%;width:100%}.post-card .post-card__image .post-thumbnail{height:180px}.post-card .post-card__title{font-size:18px}.post-card .post-card__date{font-size:13px;margin-bottom:10px}.post-card .post-card__excerpt{font-size:14px}.sidebar-search{margin-bottom:10px}.sidebar-categories .sidebar-title{font-size:16px;margin-bottom:12px}}/*# sourceMappingURL=archive.css.map */
