:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{margin:20px 8%}.country{padding:20px;box-shadow:0 4px 10px #00000026;border-radius:15px;display:flex;flex-direction:column;justify-content:space-between}.country-title{display:flex;gap:15px;align-items:center}.country-img{width:200px;height:105px}.img{width:100%;height:105px}.title{font-size:24px}.visited-container{display:grid;grid-template-columns:1fr 35px;align-items:center}.visited-flag{width:35px;height:35px;border-radius:50%;padding:5px;background-color:bisque}.flag-img{width:100%;height:100%;border-radius:50%}.btn-wrapper{display:flex;justify-content:center;width:100%;margin-top:25px}.btn{padding:10px 50px;border-radius:5px;color:#fff;border:none;font-size:18px;width:200px;cursor:pointer;transition:all .3s ease}p{margin:5px 0}.details-title{font-weight:600;text-align:left;width:80px}.dot{width:8px}.detail{flex:1;text-align:left}.detail-item{display:flex;gap:5px}.countries{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.vi_flag_cnt{display:flex;align-items:center;gap:10px}.vis-flag{display:block;width:20px;height:20px;border-radius:20px}.vis-flag-img{width:100%;height:100%}.extra{display:flex;gap:5px;align-items:center}.visited-country{display:grid;grid-template-columns:180px 1fr;align-items:center}.visited-country h3,.visited-country p{margin:0}
