@import "main.css";.articles-hero{background-image:url(../images/a74f290d-519c-453e-837c-210bcf13d94b.webp);background-position:50%;background-size:cover;align-items:center;width:100%;height:730px;display:flex}.articles-hero .hero-text{flex-direction:column;width:36%;height:47%;margin-right:120px;display:flex}.articles-hero .hero-text h1{margin-bottom:20px;font-size:2rem}.articles-hero .hero-text p{text-align:justify;font-size:1.2rem;line-height:2}.articles-hero .hero-text button{background-color:var(--btn-primary-bg);width:40%;color:var(--btn-primary-text);cursor:pointer;border-radius:12px;margin-top:20px;padding:15px 10px;font-size:1.1rem}.articles-hero .hero-image{display:none}.articles-box{flex-direction:row;justify-content:space-between;width:96%;margin:30px auto;display:flex}.articles-box .article-sidebar{flex-direction:column;width:30%;display:flex}.articles-box .article-sidebar .special-articles-widget,.articles-box .article-sidebar .new-articles-widget{text-align:center;background-color:var(--bg-box);border:2px solid var(--border-default);border-radius:18px;flex-direction:column;align-items:center;width:98%;height:550px;margin-bottom:20px;display:flex}.articles-box .article-sidebar .special-articles-widget .title,.articles-box .article-sidebar .new-articles-widget .title{color:#4a3728;margin-top:15px;margin-bottom:15px;font-size:1.5rem}.articles-box .article-sidebar .special-articles-widget .divider,.articles-box .article-sidebar .new-articles-widget .divider{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.articles-box .article-sidebar .special-articles-widget .divider:before,.articles-box .article-sidebar .new-articles-widget .divider:before{content:"";background:linear-gradient(90deg,transparent,var(--border-active),transparent);z-index:1;width:80%;height:2px;position:absolute}.articles-box .article-sidebar .special-articles-widget .divider .rhombus,.articles-box .article-sidebar .new-articles-widget .divider .rhombus{background-color:var(--color-primary-700);z-index:2;border:2px solid #fff9f2;width:10px;height:10px;margin:0 5px;transform:rotate(45deg)}.articles-box .article-sidebar .special-articles-widget .divider .rhombus.center,.articles-box .article-sidebar .new-articles-widget .divider .rhombus.center{width:12px;height:12px}.articles-box .article-sidebar .special-articles-widget .articles-list,.articles-box .article-sidebar .new-articles-widget .articles-list{direction:ltr;flex-direction:column;align-items:center;width:96%;height:80%;margin-top:10px;display:flex;overflow-y:auto}.articles-box .article-sidebar .special-articles-widget .articles-list .mini-articles,.articles-box .article-sidebar .new-articles-widget .articles-list .mini-articles{border-bottom:1px solid var(--border-default);direction:rtl;align-items:center;width:94%;margin:10px;padding:10px;display:flex}.articles-box .article-sidebar .special-articles-widget .articles-list .mini-articles img,.articles-box .article-sidebar .new-articles-widget .articles-list .mini-articles img{border-radius:18px;width:170px;height:100px}.articles-box .article-sidebar .special-articles-widget .articles-list .mini-articles .article-info,.articles-box .article-sidebar .new-articles-widget .articles-list .mini-articles .article-info{flex-wrap:wrap;justify-content:space-around;width:80%;line-height:1.5;display:flex}.articles-box .article-sidebar .special-articles-widget .articles-list .mini-articles .article-info h4,.articles-box .article-sidebar .new-articles-widget .articles-list .mini-articles .article-info h4{text-align:right;margin-bottom:20px;margin-right:10px;font-size:1rem}.articles-box .article-sidebar .special-articles-widget .articles-list .mini-articles .article-info p,.articles-box .article-sidebar .new-articles-widget .articles-list .mini-articles .article-info p{font-size:.8rem}.articles-box .article-sidebar .special-articles-widget .articles-list .mini-articles .article-info button,.articles-box .article-sidebar .new-articles-widget .articles-list .mini-articles .article-info button{cursor:pointer;flex-direction:row;align-items:center;font-size:.8rem;display:flex}.articles-box .article-sidebar .special-articles-widget .articles-list .mini-articles .article-info button img,.articles-box .article-sidebar .new-articles-widget .articles-list .mini-articles .article-info button img{width:15px;height:15px;transform:rotate(90deg)}.articles-box .article-sidebar .popular-categories-widget{text-align:center;background-color:var(--bg-box);border:2px solid var(--border-default);border-radius:18px;flex-direction:column;align-items:center;width:98%;height:fit-content;margin-bottom:20px;display:flex}.articles-box .article-sidebar .popular-categories-widget .title{color:#4a3728;margin-top:15px;margin-bottom:15px;font-size:1.5rem}.articles-box .article-sidebar .popular-categories-widget .divider{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.articles-box .article-sidebar .popular-categories-widget .divider:before{content:"";background:linear-gradient(90deg,transparent,var(--border-active),transparent);z-index:1;width:80%;height:2px;position:absolute}.articles-box .article-sidebar .popular-categories-widget .divider .rhombus{background-color:var(--color-primary-700);z-index:2;border:2px solid #fff9f2;width:10px;height:10px;margin:0 5px;transform:rotate(45deg)}.articles-box .article-sidebar .popular-categories-widget .divider .rhombus.center{width:12px;height:12px}.articles-box .article-sidebar .popular-categories-widget .categories{flex-wrap:wrap;justify-content:center;width:96%;margin-top:10px;display:flex}.articles-box .article-sidebar .popular-categories-widget .categories .category-btn{background-color:var(--btn-primary-text);border:1px solid var(--border-default);color:var(--text-primary);cursor:pointer;border-radius:8px;margin:10px;padding:10px;font-size:1.1rem}.articles-box .article-archive{flex-direction:column;justify-content:start;align-items:center;width:70%;display:flex}.articles-box .article-archive .articles-filter{justify-content:space-between;width:100%;margin-bottom:15px;display:flex}.articles-box .article-archive .articles-filter .filter-btns{justify-content:space-around;align-items:center;width:60%;margin:auto;display:flex}.articles-box .article-archive .articles-filter .filter-btns .filter-btn{background-color:var(--btn-secondary-bg);border:1px solid var(--border-active);color:var(--text-primary);cursor:pointer;border-radius:8px;padding:10px 15px;font-size:1rem}.articles-box .article-archive .articles-filter .filter-btns .filter-btn:hover{background-color:var(--btn-secondary-hover-bg);border:1px solid var(--btn-secondary-hover-border)}.articles-box .article-archive .articles-filter .search-articles{border:2px solid var(--border-active);border-collapse:collapse;background-color:var(--input-bg);border-radius:12px;align-items:center;width:35%;height:60px;display:flex}.articles-box .article-archive .articles-filter .search-articles input{border-radius:0 12px 12px 0;width:80%;height:100%;padding:15px;font-size:1.2rem}.articles-box .article-archive .articles-filter .search-articles button{border-right:2px solid var(--border-active);cursor:pointer;background-color:#eed5bf;border-radius:12px 0 0 12px;justify-content:center;align-items:center;width:20%;height:100%;padding:20px;display:flex}.articles-box .article-archive .articles{flex-flow:wrap;justify-content:right;gap:15px;width:100%;display:flex}.articles-box .article-archive .articles .articles-card{border:2px solid var(--border-active);background:var(--bg-box);border-radius:12px;flex-direction:column;justify-content:space-between;align-items:center;width:32%;margin:10px 0;display:flex;overflow:hidden}.articles-box .article-archive .articles .articles-card img{aspect-ratio:16/10;object-fit:cover;border-radius:8px 8px 0 0;width:100%}.articles-box .article-archive .articles .articles-card .article-card-info h3{color:var(--text-primary);margin:10px 15px 5px;font-size:1.1rem}.articles-box .article-archive .articles .articles-card .article-card-info p{-webkit-line-clamp:3;text-align:justify;-webkit-box-orient:vertical;width:94%;margin:2px auto;padding:5px;font-size:1rem;line-height:1.6;display:-webkit-box;overflow:hidden}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-category{flex-wrap:wrap;justify-content:start;align-items:center;width:98%;margin:6px;display:flex}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-category span{border:2px solid var(--border-default);background-color:var(--color-primary-200);border-radius:6px;margin:6px;padding:3px 8px;font-size:.8rem}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details{justify-content:start;align-items:center;width:96%;margin:10px auto;display:flex}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details .time p{margin-right:6px;font-size:.8rem}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details .date{align-items:center;width:140px;margin-left:26px;display:flex}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details .date p{direction:ltr;font-size:.9rem}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details .date img{width:20px;height:20px}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details button{cursor:pointer;background-color:#eed5bf;border-radius:6px;flex-direction:row;align-items:center;margin:6px;padding:9px;font-size:.9rem;display:flex}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details button img{width:15px;height:15px;transform:rotate(90deg)}@media only screen and (width>=300px) and (width<=349px){body{background-color:#fef3e0}.articles-hero{background-image:none;flex-direction:column;align-items:center;width:100%;height:auto;padding:150px 15px 20px;display:flex}.articles-hero .hero-text{text-align:center;align-items:center;width:96%;margin:0}.articles-hero .hero-text h1{margin:0 0 15px;font-size:1.15rem}.articles-hero .hero-text p{text-align:center;margin:8px 0;font-size:.8rem;line-height:1.9}.articles-hero .hero-text button{width:92%;margin:10px 0 0;padding:12px 8px;font-size:.9rem}.articles-hero .hero-image{width:92%;margin:15px auto 0;display:flex}.articles-hero .hero-image img{border-radius:12px;width:100%}.articles-box{flex-direction:column-reverse;width:100%}.articles-box .article-archive{width:100%}.articles-box .article-archive .articles-filter{flex-direction:column-reverse;width:100%}.articles-box .article-archive .articles-filter .filter-btns{justify-content:center;gap:6px;width:100%;margin:15px auto;padding:0 8px;overflow-x:auto}.articles-box .article-archive .articles-filter .filter-btns .filter-btn{white-space:nowrap;flex:none;padding:6px 8px;font-size:.6rem}.articles-box .article-archive .articles-filter .search-articles{border:none;border-radius:25px;width:84%;height:50px;margin:auto;box-shadow:1px 6px 8px #eed3b1}.articles-box .article-archive .articles-filter .search-articles input{padding:10px;font-size:.8rem}.articles-box .article-archive .articles-filter .search-articles button{background-color:inherit;border:none;border-radius:25px 0 0 25px;width:20%;padding:10px}.articles-box .article-archive .articles-filter .search-articles button img{width:22px}.articles-box .article-archive .articles{width:100%}.articles-box .article-archive .articles .articles-card{flex-direction:row;align-items:stretch;gap:10px;width:94%;margin:10px auto;padding:10px}.articles-box .article-archive .articles .articles-card img{aspect-ratio:1;object-fit:cover;border-radius:8px;width:36%;height:auto}.articles-box .article-archive .articles .articles-card .article-card-info{flex-direction:column;justify-content:space-between;width:64%;display:flex}.articles-box .article-archive .articles .articles-card .article-card-info h3{margin:0 0 4px;font-size:.72rem;line-height:1.5}.articles-box .article-archive .articles .articles-card .article-card-info p{-webkit-line-clamp:2;text-align:justify;-webkit-box-orient:vertical;width:100%;margin:0;padding:0;font-size:.62rem;display:-webkit-box;overflow:hidden}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-category{justify-content:space-around;gap:4px;margin:5px 0}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-category span{margin:0;padding:3px 5px;font-size:.55rem}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:4px;width:100%;margin-top:6px;display:flex}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details .time p{margin:0;font-size:.58rem}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details .date{gap:3px;width:auto;margin-left:0}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details .date p{font-size:.58rem}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details .date img{width:12px;height:12px}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details button{margin:0 auto;padding:8px 14px;font-size:.7rem}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details button img{width:9px;height:9px}.articles-box{flex-direction:column!important}.article-sidebar{order:2;width:100%!important}.special-articles-widget,.new-articles-widget{margin:15px auto;width:92%!important;height:auto!important;padding:15px 0 18px!important}.special-articles-widget .title,.new-articles-widget .title,.popular-categories-widget .title{font-size:1.1rem!important}.special-articles-widget .articles-list,.new-articles-widget .articles-list{width:96%;max-height:320px;margin-top:8px;overflow-y:auto;height:auto!important}.special-articles-widget .mini-articles,.new-articles-widget .mini-articles{box-sizing:border-box;background:#fff;border-radius:15px;align-items:center;width:96%;border:1px solid var(--border-default)!important;flex-direction:column!important;margin:8px auto!important;padding:8px!important;display:flex!important}.special-articles-widget .mini-articles img,.new-articles-widget .mini-articles img{object-fit:cover;border-radius:10px!important;width:100%!important;height:85px!important;margin-bottom:8px!important}.special-articles-widget .mini-articles .article-info,.new-articles-widget .mini-articles .article-info{flex-direction:column!important;justify-content:space-between!important;align-items:center!important;width:100%!important;padding:0!important;display:flex!important}.special-articles-widget .mini-articles .article-info h4,.new-articles-widget .mini-articles .article-info h4{-webkit-line-clamp:2;-webkit-box-orient:vertical;height:36px;line-height:1.5;display:-webkit-box;overflow:hidden;text-align:center!important;margin:0 0 8px!important;font-size:.68rem!important}.special-articles-widget .mini-articles .article-info p,.new-articles-widget .mini-articles .article-info p{margin-bottom:8px!important;font-size:.6rem!important}.special-articles-widget .mini-articles .article-info button,.new-articles-widget .mini-articles .article-info button{background-color:#eed5bf;border:none;border-radius:8px;justify-content:center;width:100%;margin-top:auto;padding:6px 0!important;font-size:.62rem!important}.special-articles-widget .mini-articles .article-info button img,.new-articles-widget .mini-articles .article-info button img{margin-right:5px;width:9px!important;height:9px!important;margin-bottom:0!important}.popular-categories-widget{width:92%!important;margin:15px auto!important}.popular-categories-widget .categories{width:100%;padding:0 8px 10px}.popular-categories-widget .categories .category-btn{margin:6px;padding:8px 10px;font-size:.75rem}.articles-box .article-sidebar .popular-categories-widget{display:none}}@media only screen and (width>=350px) and (width<=499px){body{background-color:#fef3e0}.articles-box .article-sidebar .popular-categories-widget{display:none}.articles-hero{background-image:none;flex-direction:column;align-items:center;width:100%;height:auto;padding:150px 20px 20px;display:flex}.articles-hero .hero-text{text-align:center;flex-direction:column;align-items:center;width:94%;margin:0;display:flex}.articles-hero .hero-text h1{margin:0 0 20px;padding:0;font-size:1.3rem}.articles-hero .hero-text p{text-align:center;margin:10px 0;padding:0;font-size:.9rem;line-height:1.9}.articles-hero .hero-text button{width:90%;margin:0;padding:13px 10px;font-size:1rem}.articles-hero .hero-image{border-radius:12px;width:90%;margin:15px auto;display:flex}.articles-hero .hero-image img{border-radius:12px;width:100%}.articles-box{flex-direction:column-reverse;width:100%}.articles-box .article-archive{width:100%}.articles-box .article-archive .articles-filter{flex-direction:column-reverse}.articles-box .article-archive .articles-filter .filter-btns{justify-content:center;gap:8px;width:100%;margin:15px auto;padding:0 10px;overflow-x:auto}.articles-box .article-archive .articles-filter .filter-btns .filter-btn{white-space:nowrap;flex:none;padding:6px 8px;font-size:.7rem}.articles-box .article-archive .articles-filter .search-articles{border:none;border-radius:25px;width:84%;height:54px;margin:auto;box-shadow:1px 6px 8px #eed3b1}.articles-box .article-archive .articles-filter .search-articles input{font-size:.9rem}.articles-box .article-archive .articles-filter .search-articles button{background-color:inherit;border:none;border-radius:30px 0 0 30px;width:20%}.articles-box .article-archive .articles-filter .search-articles button img{width:26px}.articles-box .article-archive .articles .articles-card{flex-direction:row;align-items:stretch;gap:12px;width:94%;margin:10px auto;padding:10px}.articles-box .article-archive .articles .articles-card img{aspect-ratio:1;object-fit:cover;border-radius:8px;width:38%;height:auto}.articles-box .article-archive .articles .articles-card .article-card-info{flex-direction:column;justify-content:space-between;width:62%;display:flex}.articles-box .article-archive .articles .articles-card .article-card-info h3{margin:0 0 5px;font-size:.85rem;line-height:1.4}.articles-box .article-archive .articles .articles-card .article-card-info p{-webkit-line-clamp:2;text-align:justify;-webkit-box-orient:vertical;width:100%;margin:0;padding:0;font-size:.7rem;display:-webkit-box;overflow:hidden}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-category{gap:4px;margin:5px 0}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-category span{margin:0;padding:3px 6px;font-size:.6rem}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:5px;width:100%;margin-top:8px;display:flex}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details .time p{margin:0;font-size:.6rem}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details .date{gap:4px;width:auto;margin-left:0}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details .date p{font-size:.65rem}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details .date img{width:14px;height:14px}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details button{margin:0;padding:6px 10px;font-size:.7rem}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details button img{width:10px;height:10px}.articles-box{flex-direction:column!important}.article-sidebar{order:2;width:100%!important}.special-articles-widget,.new-articles-widget{margin:15px auto;position:relative;width:88%!important;height:auto!important;padding:15px 0 24px!important}.special-articles-widget .title,.new-articles-widget .title,.popular-categories-widget .title{font-size:1.2rem!important}.special-articles-widget .articles-list,.new-articles-widget .articles-list{width:96%;max-height:340px;margin-top:8px;overflow-y:auto;height:auto!important}.special-articles-widget .mini-articles,.new-articles-widget .mini-articles{box-sizing:border-box;background:#fff;border-radius:15px;align-items:center;width:95%;border:1px solid var(--border-default)!important;flex-direction:column!important;margin:8px auto!important;padding:10px!important;display:flex!important}.special-articles-widget .mini-articles img,.new-articles-widget .mini-articles img{object-fit:cover;border-radius:10px!important;width:100%!important;height:90px!important;margin-bottom:10px!important}.special-articles-widget .mini-articles .article-info,.new-articles-widget .mini-articles .article-info{flex-direction:column!important;justify-content:space-between!important;align-items:center!important;width:100%!important;padding:0!important;display:flex!important}.special-articles-widget .mini-articles .article-info h4,.new-articles-widget .mini-articles .article-info h4{-webkit-line-clamp:2;-webkit-box-orient:vertical;height:40px;line-height:1.4;display:-webkit-box;overflow:hidden;text-align:center!important;margin:0 0 10px!important;font-size:.75rem!important}.special-articles-widget .mini-articles .article-info p,.new-articles-widget .mini-articles .article-info p{color:#888;margin-bottom:8px!important;font-size:.65rem!important}.special-articles-widget .mini-articles .article-info button,.new-articles-widget .mini-articles .article-info button{background-color:#eed5bf;border:none;border-radius:8px;justify-content:center;width:100%;margin-top:auto;padding:6px 0!important;font-size:.7rem!important}.special-articles-widget .mini-articles .article-info button img,.new-articles-widget .mini-articles .article-info button img{margin-right:5px;width:10px!important;height:10px!important;margin-bottom:0!important}.popular-categories-widget{width:88%!important;margin:15px auto!important}.popular-categories-widget .categories .category-btn{margin:6px;padding:8px 10px;font-size:.8rem}}@media only screen and (width>=500px) and (width<=600px){body{background-color:#fef3e0}.articles-box .article-sidebar .popular-categories-widget{display:none}.articles-hero{background-image:none;flex-direction:column;align-items:center;width:100%;height:auto;padding:150px 20px 20px;display:flex}.articles-hero .hero-text{text-align:center;align-items:center;width:92%;margin:0}.articles-hero .hero-text h1{margin-bottom:18px;font-size:1.45rem}.articles-hero .hero-text p{text-align:center;font-size:.95rem;line-height:2}.articles-hero .hero-text button{width:75%;margin-top:12px;font-size:1rem}.articles-hero .hero-image{width:82%;margin:18px auto 0;display:flex}.articles-hero .hero-image img{border-radius:14px;width:100%}.articles-box{flex-direction:column-reverse;width:100%}.articles-box .article-archive{width:100%}.articles-box .article-archive .articles-filter{flex-direction:column-reverse;align-items:center}.articles-box .article-archive .articles-filter .filter-btns{justify-content:start;gap:8px;width:96%;margin:15px 0;padding:0 10px;overflow-x:auto}.articles-box .article-archive .articles-filter .filter-btns .filter-btn{white-space:nowrap;flex:none;padding:8px 12px;font-size:.82rem}.articles-box .article-archive .articles-filter .search-articles{border:none;border-radius:30px;width:84%;height:56px;margin:auto;box-shadow:1px 6px 8px #eed3b1}.articles-box .article-archive .articles-filter .search-articles input{font-size:.95rem}.articles-box .article-archive .articles-filter .search-articles button{background-color:inherit;border:none;border-radius:30px 0 0 30px;width:18%}.articles-box .article-archive .articles .articles-card{flex-direction:row;align-items:stretch;gap:12px;width:94%;margin:10px auto;padding:10px}.articles-box .article-archive .articles .articles-card img{aspect-ratio:1;object-fit:cover;border-radius:8px;width:34%;height:auto}.articles-box .article-archive .articles .articles-card .article-card-info{flex-direction:column;justify-content:space-between;width:66%;display:flex}.articles-box .article-archive .articles .articles-card .article-card-info h3{margin:0 0 5px;font-size:.92rem;line-height:1.5}.articles-box .article-archive .articles .articles-card .article-card-info p{-webkit-line-clamp:2;text-align:justify;-webkit-box-orient:vertical;width:100%;margin:0;padding:0;font-size:.8rem;display:-webkit-box;overflow:hidden}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-category{gap:5px;margin:6px 0}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-category span{margin:0;padding:4px 7px;font-size:.65rem}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:5px;width:100%;margin-top:8px;display:flex}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details .time p{margin:0;font-size:.65rem}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details .date{gap:4px;width:auto;margin-left:0}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details .date p{font-size:.7rem}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details .date img{width:14px;height:14px}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details button{margin:0;padding:7px 12px;font-size:.72rem}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details button img{width:10px;height:10px}.articles-box{flex-direction:column!important}.article-sidebar{order:2;width:100%!important}.special-articles-widget,.new-articles-widget,.popular-categories-widget{width:84%!important;margin:15px auto!important}.special-articles-widget,.new-articles-widget{height:auto!important;padding:15px 0 24px!important}.special-articles-widget .title,.new-articles-widget .title,.popular-categories-widget .title{font-size:1.25rem!important}.special-articles-widget .articles-list,.new-articles-widget .articles-list{width:96%;max-height:360px;margin-top:8px;overflow-y:auto;height:auto!important}.special-articles-widget .mini-articles,.new-articles-widget .mini-articles{box-sizing:border-box;background:#fff;border-radius:15px;align-items:center;width:95%;border:1px solid var(--border-default)!important;flex-direction:column!important;margin:8px auto!important;padding:10px!important;display:flex!important}.special-articles-widget .mini-articles img,.new-articles-widget .mini-articles img{object-fit:cover;border-radius:10px!important;width:100%!important;height:100px!important;margin-bottom:10px!important}.special-articles-widget .mini-articles .article-info,.new-articles-widget .mini-articles .article-info{flex-direction:column!important;justify-content:space-between!important;align-items:center!important;width:100%!important;padding:0!important;display:flex!important}.special-articles-widget .mini-articles .article-info h4,.new-articles-widget .mini-articles .article-info h4{-webkit-line-clamp:2;-webkit-box-orient:vertical;height:42px;line-height:1.5;display:-webkit-box;overflow:hidden;text-align:center!important;margin:0 0 10px!important;font-size:.8rem!important}.special-articles-widget .mini-articles .article-info p,.new-articles-widget .mini-articles .article-info p{color:#888;margin-bottom:8px!important;font-size:.68rem!important}.special-articles-widget .mini-articles .article-info button,.new-articles-widget .mini-articles .article-info button{background-color:#eed5bf;border:none;border-radius:8px;justify-content:center;width:100%;margin-top:auto;padding:6px 0!important;font-size:.72rem!important}.special-articles-widget .mini-articles .article-info button img,.new-articles-widget .mini-articles .article-info button img{margin-right:5px;width:10px!important;height:10px!important;margin-bottom:0!important}.popular-categories-widget .categories .category-btn{margin:6px;padding:8px 12px;font-size:.85rem}}@media (width>=600px) and (width<=700px){body{background-color:#fef3e0}.articles-hero{background-image:none;flex-direction:column;align-items:center;width:100%;height:auto;padding:150px 20px 20px;display:flex}.articles-hero .hero-text{text-align:center;align-items:center;width:92%;margin:0}.articles-hero .hero-text h1{margin-bottom:18px;font-size:1.45rem}.articles-hero .hero-text p{text-align:center;font-size:.95rem;line-height:2}.articles-hero .hero-text button{width:75%;margin-top:12px;font-size:1rem}.articles-hero .hero-image{width:82%;margin:18px auto 0;display:flex}.articles-hero .hero-image img{border-radius:14px;width:100%}.articles-box{flex-direction:column-reverse;width:100%}.articles-box .article-archive{width:96%;margin:10px auto}.articles-box .article-archive .articles-filter{flex-direction:column-reverse;align-items:center;margin:15px auto}.articles-box .article-archive .articles-filter .filter-btns{justify-content:center;gap:8px;width:100%;margin:15px auto;padding:0 10px;overflow-x:auto}.articles-box .article-archive .articles-filter .filter-btns .filter-btn{white-space:nowrap;flex:none;padding:10px 14px;font-size:1rem}.articles-box .article-archive .articles-filter .search-articles{border:none;border-radius:30px;width:84%;height:56px;margin:auto;box-shadow:1px 6px 8px #eed3b1}.articles-box .article-archive .articles-filter .search-articles input{font-size:.9rem}.articles-box .article-archive .articles-filter .search-articles button{background-color:inherit;border:none;border-radius:30px 0 0 30px;width:20%}.articles-box .article-archive .articles-filter .search-articles button img{width:26px}.articles{flex-flow:wrap;gap:16px;display:flex}.articles-box .article-archive .articles .articles-card{flex-direction:column;align-items:center;width:48%;display:flex}.articles-card img{aspect-ratio:1;object-fit:cover;border-radius:10px;width:34%}.articles-card .article-card-info{flex-direction:column;justify-content:space-between;width:98%;display:flex}.articles-card .article-card-info h3{font-size:.9rem;line-height:1.6}.articles-card .article-card-info p{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8rem;line-height:1.8;display:-webkit-box;overflow:hidden}.articles-card .article-card-category span{padding:4px 7px;font-size:.7rem}.articles-card .article-card-details{align-items:center;margin:auto}.articles-card .article-card-details button{padding:6px 8px;font-size:.8rem}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details .time p{margin-left:5px;margin-right:2px;font-size:.8rem}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details .date p{font-size:.71rem}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details .date{width:100px}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details{width:98%}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details .date{margin-left:5px}.articles-box .article-sidebar .special-articles-widget,.articles-box .article-sidebar .new-articles-widget{width:86%;margin:20px auto}.articles-box .article-sidebar .special-articles-widget .articles-list .mini-articles,.articles-box .article-sidebar .new-articles-widget .articles-list .mini-articles{width:90%;margin:0}.popular-categories-widget{width:92%;margin:15px auto}.articles-box .article-sidebar{flex-direction:column-reverse;width:90%;margin:10px auto}}@media (width>=700px) and (width<=900px){body{background-color:#fef3e0}.articles-hero{background-image:none;flex-direction:column;align-items:center;width:100%;height:auto;padding:150px 20px 20px;display:flex}.articles-hero .hero-text{text-align:center;align-items:center;width:92%;margin:0}.articles-hero .hero-text h1{margin-bottom:18px;font-size:1.45rem}.articles-hero .hero-text p{text-align:center;font-size:.95rem;line-height:2}.articles-hero .hero-text button{width:75%;margin-top:12px;font-size:1rem}.articles-hero .hero-image{width:82%;margin:18px auto 0;display:flex}.articles-hero .hero-image img{border-radius:14px;width:100%}.articles-box{flex-direction:column-reverse;width:100%}.articles-box .article-archive{width:96%;margin:10px auto}.articles-box .article-archive .articles-filter{flex-direction:column-reverse;align-items:center;margin:15px auto}.articles-box .article-archive .articles-filter .filter-btns{justify-content:center;gap:8px;width:100%;margin:15px auto;padding:0 10px;overflow-x:auto}.articles-box .article-archive .articles-filter .filter-btns .filter-btn{white-space:nowrap;flex:none;padding:10px 14px;font-size:1rem}.articles-box .article-archive .articles-filter .search-articles{border:none;border-radius:30px;width:84%;height:56px;margin:auto;box-shadow:1px 6px 8px #eed3b1}.articles-box .article-archive .articles-filter .search-articles input{font-size:.9rem}.articles-box .article-archive .articles-filter .search-articles button{background-color:inherit;border:none;border-radius:30px 0 0 30px;width:20%}.articles-box .article-archive .articles-filter .search-articles button img{width:26px}.articles{flex-flow:wrap;gap:16px;display:flex}.articles-box .article-archive .articles .articles-card{flex-direction:column;align-items:center;width:48%;display:flex}.articles-card img{aspect-ratio:1;object-fit:cover;border-radius:10px;width:34%}.articles-card .article-card-info{flex-direction:column;justify-content:space-between;width:98%;display:flex}.articles-card .article-card-info h3{font-size:.9rem;line-height:1.6}.articles-card .article-card-info p{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8rem;line-height:1.8;display:-webkit-box;overflow:hidden}.articles-card .article-card-category span{padding:4px 7px;font-size:.7rem}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details{justify-content:center;align-items:center;margin:auto}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details button{margin-right:45px;padding:6px 8px;font-size:.9rem}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details .time p{margin-left:5px;margin-right:2px;font-size:.85rem}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details .date p{font-size:.84rem}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details .date{width:140px;margin-left:100px}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details{width:98%}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details .date{margin-left:5px}.special-articles-widget,.new-articles-widget,.popular-categories-widget{width:92%;margin:15px auto}.articles-box .article-sidebar{flex-flow:wrap;justify-content:space-between;width:90%;margin:20px auto;display:flex}.articles-box .article-sidebar .special-articles-widget,.articles-box .article-sidebar .new-articles-widget{width:48%;margin:20px auto}.articles-box .article-sidebar .special-articles-widget .articles-list .mini-articles,.articles-box .article-sidebar .new-articles-widget .articles-list .mini-articles{width:98%;margin:0}.articles-box .article-sidebar .popular-categories-widget{width:84%;margin:15px auto}.articles-box .article-sidebar .special-articles-widget .articles-list .mini-articles,.articles-box .article-sidebar .new-articles-widget .articles-list .mini-articles{margin:0}}@media (width>=901px) and (width<=1250px){body{background-color:#fef3e0}.articles-hero{height:480px;padding:150px 40px}.articles-hero .hero-text{width:40%;margin-right:20px}.articles-hero .hero-text h1{margin-bottom:15px;font-size:1.5rem}.articles-hero .hero-text p{font-size:1rem;line-height:1.8}.articles-hero .hero-text button{width:100%;font-size:.9rem}.articles-hero .hero-image{width:40%}.articles-box{gap:20px;width:96%;margin-top:30px}.articles-box .article-archive{width:60%}.articles-box .article-sidebar{flex-direction:column;gap:25px;width:38%;display:flex}.articles{grid-template-columns:repeat(2,1fr);gap:15px;display:grid}.articles-card .article-card-info h3{font-size:.85rem}.articles-card .article-card-info p{font-size:.75rem}.articles-filter{gap:10px}.filter-btns .filter-btn{padding:8px 12px;font-size:.8rem}.articles-box .article-archive .articles-filter{flex-direction:column-reverse}.articles-box .article-archive .articles-filter .search-articles{width:94%;margin:0 auto}.articles-box .article-archive .articles-filter .search-articles button img{width:32px}.articles-box .article-archive .articles-filter .search-articles input{width:85%}.articles-box .article-archive .articles-filter .search-articles button{width:15%}.articles-box .article-archive .articles-filter .filter-btns{width:96%}.articles-box .article-sidebar .special-articles-widget .articles-list .mini-articles,.articles-box .article-sidebar .new-articles-widget .articles-list .mini-articles{margin:0}.articles-box .article-archive .articles .articles-card{width:48%}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-category span{font-size:.8rem}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details{flex-wrap:wrap}.articles-box .article-archive .articles .articles-card .article-card-info .article-card-details button{justify-content:center;align-items:center;width:90%;margin:5px auto;font-size:1rem;display:flex}.search-articles{height:45px}.special-articles-widget .title,.new-articles-widget .title,.popular-categories-widget .title{font-size:1.1rem}.mini-articles h4{font-size:.85rem}.mini-articles p{font-size:.75rem}.popular-categories-widget .categories-list{gap:8px}.popular-categories-widget .category-btn{padding:6px 10px;font-size:.8rem}}@media (width>=1100px){.articles-box .article-sidebar .special-articles-widget .articles-list .mini-articles,.articles-box .article-sidebar .new-articles-widget .articles-list .mini-articles{margin:0}}