.wiki-page{display:flex;flex-direction:column;min-height:100vh}.wiki-page .top{padding:3rem 0}.wiki-page .top .con{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;height:30vh}.wiki-page .top .con h1{font-size:2em;font-weight:500;color:#fff}.wiki-page .top .con p{width:600px;color:#d6d6d6;text-align:center}.wiki-page .top .con>.search{width:600px}.wiki-page .top .con>.search .search-field{border:1px solid #c9d9e9;border-radius:8px;display:flex;align-items:center;padding:.25rem;background-color:#fff;gap:.25rem}.wiki-page .top .con>.search .search-field input{flex-grow:1;height:40px;padding:0 .5rem;font-size:14px;color:#053545;border-radius:4px}.wiki-page .top .countries{width:100%;height:100%;margin-top:1.5rem;display:flex;justify-content:center;justify-items:center;gap:.5rem;border-bottom:1px solid #c9d9e9;flex-wrap:wrap;padding-bottom:1%}.wiki-page .bottom{flex-grow:1;background-color:#f9fafb;padding:2rem 0}.wiki-page .bottom .con{display:flex;gap:2rem}.wiki-page .bottom .con .left{min-width:230px;width:230px}.wiki-page .bottom .con .left h2{font-size:1.1em;color:#25242d;font-weight:500;margin-bottom:1rem}.wiki-page .bottom .con .left .filters{display:flex;gap:.5rem;flex-wrap:wrap}.wiki-page .bottom .con .right{flex-grow:1;grid-template-columns:repeat(3,1fr);gap:1rem}.wiki-page .filter-tag{min-width:-moz-fit-content;min-width:fit-content;max-height:33px;display:flex;background-color:#fff;border-radius:50px;border:1px solid #c9d9e9;width:-moz-fit-content;width:fit-content;padding:.25rem .5rem;font-size:14px;gap:.25rem;font-weight:500;cursor:pointer}.wiki-page .filter-tag span{color:#39b663}.country-tag{display:flex;background-color:#fff;border-radius:8px;border:1px solid #c9d9e9;width:-moz-fit-content;width:fit-content;padding:.25rem;font-size:14px;gap:.5rem;transition-duration:.3s;cursor:pointer}.country-tag:hover{border-color:#39b663;transition-duration:.3s}.country-tag img{width:25px;height:100%}.article-card{width:100%;padding:1rem;background-color:#fff;border-radius:8px;border:1px solid #dfdfdf;cursor:pointer;transition-duration:.3s}.article-card h3{font-size:1em;color:#25242d;font-weight:500;margin-bottom:.25rem;transition-duration:.3s}.article-card p{font-size:14px;color:#333;font-weight:400;margin-bottom:.25rem}.article-card:hover{transition-duration:.3s;border-color:#39b663}.article-card:hover h3{color:#39b663;transition-duration:.3s}.article-card .tags{margin-top:1.5rem;display:flex;gap:.5rem;flex-wrap:wrap}.article-card .tags .filter-tag{font-size:12px}.article-card .country-tag{min-width:-moz-fit-content;min-width:fit-content;align-items:center;max-height:33px;border-radius:50px;width:-moz-fit-content;width:fit-content;padding:.25rem .5rem;gap:.25rem;transition-duration:.3s;cursor:pointer}.article-card .country-tag:hover{border-color:#c9d9e9;transition-duration:.3s}.article-card .country-tag img{width:20px;height:15px}