*{padding:0;margin:0;box-sizing:border-box;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;background-color:#f5f5f5}body{height:100dvh;width:100dvw;display:grid;place-content:center}.root{height:100dvh;width:100dvw;max-width:950px;padding:10px;display:flex;flex-direction:column;align-items:center;justify-items:center;gap:20px}h1{width:100%;font-size:2.3rem;padding:1rem 0px;text-align:left}.searcher-wrapper{width:100%;display:flex;flex-direction:column;gap:14px;color:#a6a6a6}.input-wrapper{position:relative;width:100%}.input-search{width:100%;padding:4px 16px 4px 32px;border-radius:20px;border:2px #898989 solid;background-color:#e8e8e8;outline:none;font-size:x-large}.icon{position:absolute;top:50%;left:10px;translate:0px -50%;rotate:-45deg;background-color:transparent;color:#898989;font-size:24px}.buttons-wrapper{width:100%;display:flex;align-items:center;justify-content:space-between}button{outline:none;width:180px;font-weight:700;font-size:medium;padding:6px 0;border-radius:30px;color:#898989;cursor:pointer}button:hover{background:#00796b;color:#e8e8e8}button:active{background:#00796b;color:#e8e8e8;-webkit-background-composite:#00796b}.results-wrapper{width:100%;display:flex;flex-direction:column;align-items:center}.second-title{padding:40px 0}.loading-wrapper{width:100%;height:50dvh;display:flex;flex-direction:column;align-items:center;justify-content:center}.wrapper-filtered-by{width:100%;padding:0;margin:0}.countries-wrapper{width:100%;display:flex;flex-wrap:wrap;gap:20px}.country-wrapper{min-width:310px;padding:20px;border-radius:10px;border:solid 1px #898989;background-color:#fff;display:flex;flex-direction:column;overflow:hidden;cursor:pointer}.country-wrapper>div{background-color:transparent}.country-wrapper>div>span{background-color:transparent}.country-title{width:100%;display:flex;align-items:center;gap:14px;background-color:transparent}.country-title>span{background-color:transparent}.feature{font-weight:700}.wrapper-languages{display:flex;flex-direction:row;flex-wrap:wrap}.languages{background-color:transparent;display:flex;gap:8px;flex-wrap:wrap}.language{background-color:transparent;display:flex;flex-direction:row;align-items:center;gap:8px}@media (max-width: 469px){.country-wrapper{width:100%}.buttons-wrapper{gap:20px}}@media (min-width: 470px) and (max-width: 670px){.country-wrapper{width:450px}.buttons-wrapper{justify-content:space-evenly}}@media (min-width: 671px) and (max-width: 940px){.country-wrapper{width:48%}.buttons-wrapper{justify-content:space-evenly}}@media (min-width: 941px){.country-wrapper{width:48.9%}.buttons-wrapper{justify-content:space-evenly}}
