@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&family=Roboto:wght@300;400;500&display=swap";.site-header{z-index:1000;background-color:var(--primary-color);color:var(--surface-color);padding:.75rem 1rem;position:relative}.header-container{justify-content:space-between;align-items:center;gap:1rem;width:min(100%,1200px);margin-inline:auto;display:flex}.logo{color:var(--surface-color);font-family:var(--heading-font);white-space:nowrap;align-items:center;gap:.5rem;font-size:clamp(1.15rem,2.5vw,1.5rem);font-weight:700;text-decoration:none;transition:color .3s,transform .3s;display:inline-flex}.logo:hover{transform:translateY(-2px)}.logo-icon{font-size:clamp(1.5rem,4vw,2rem);line-height:1;animation:8s linear infinite rotate-globe,6s ease-in-out infinite logo-color-change;display:inline-block}.logo-text{animation:6s ease-in-out infinite logo-text-color;display:inline-block}.menu-toggle{border-radius:var(--border-radius);cursor:pointer;background:0 0;border:2px solid #0000;flex-direction:column;flex-shrink:0;justify-content:center;gap:.3rem;width:2.75rem;height:2.75rem;padding:.5rem;display:flex}.menu-toggle:hover{background-color:#ffffff26}.menu-toggle:focus-visible{outline:3px solid var(--surface-color);outline-offset:2px}.menu-toggle span{background-color:var(--surface-color);transform-origin:50%;border-radius:999px;width:100%;height:3px;transition:transform .3s,opacity .3s;display:block}.menu-toggle.is-open span:first-child{transform:translateY(.6rem)rotate(45deg)}.menu-toggle.is-open span:nth-child(2){opacity:0}.menu-toggle.is-open span:last-child{transform:translateY(-.6rem)rotate(-45deg)}.navigation{flex-basis:100%;width:100%;margin-top:.5rem;display:none}.navigation.is-open{display:block}.navigation ul{flex-direction:column;align-items:stretch;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.navigation li{width:100%}.navigation a{width:100%;color:var(--surface-color);border-radius:var(--border-radius);padding:.75rem 1rem;font-weight:500;text-decoration:none;transition:background-color .3s,transform .3s;display:block}.navigation a:hover{background-color:#ffffff26;transform:translate(4px)}@media screen and (width<=767px){.header-container{flex-wrap:wrap}.logo{margin-right:auto}.menu-toggle{order:2}.navigation{order:3}}@media screen and (width>=768px){.menu-toggle{display:none}.navigation{flex-basis:auto;width:auto;margin-top:0;display:block}.navigation ul{flex-direction:row;align-items:center;gap:.5rem}.navigation li{width:auto}.navigation a{width:auto;padding:.5rem .75rem}.navigation a:hover{transform:translateY(-2px)}}@media screen and (width>=1024px){.navigation ul{gap:.75rem}.navigation a{padding:.6rem 1rem}}@keyframes logo-color-change{0%{filter:hue-rotate()}25%{filter:hue-rotate(60deg)}50%{filter:hue-rotate(120deg)}75%{filter:hue-rotate(240deg)}to{filter:hue-rotate(360deg)}}@keyframes logo-text-color{0%{color:var(--surface-color)}50%{color:#ffeb3b}to{color:var(--surface-color)}}@media (prefers-reduced-motion:reduce){.logo-icon,.logo-text{animation:none}.logo,.navigation a,.menu-toggle span{transition:none}}.hero-section{background:linear-gradient(135deg, var(--surface-color) 0%, #f4f8fb 50%, #eaf3f8 100%);width:100%;overflow:hidden}.hero-content{justify-content:space-between;align-items:center;gap:3rem;width:min(1200px,92%);min-height:420px;margin-inline:auto;padding:3rem 1rem;display:flex}.hero-text{flex:1;min-width:0}.hero-text h1{font-family:var(--heading-font);color:var(--text-color);margin:0 0 1rem;font-size:clamp(2rem,5vw,3.5rem);line-height:1.2}.hero-text p{max-width:650px;color:var(--muted-color);margin:0 0 1.5rem;font-size:clamp(1rem,2vw,1.2rem);line-height:1.7}.hero-button{background-color:var(--primary-color);color:var(--surface-color);border-radius:var(--border-radius);font-family:var(--heading-font);padding:.85rem 1.6rem;font-weight:700;text-decoration:none;transition:background-color .25s,transform .25s,box-shadow .25s;display:inline-block}.hero-button:hover{background-color:var(--secondary-color);transform:translateY(-3px);box-shadow:0 8px 18px #00000026}.hero-button:focus-visible{outline:3px solid var(--secondary-color);outline-offset:3px}.hero-image{transform-origin:50%;flex:none;justify-content:center;align-items:center;width:clamp(180px,25vw,300px);height:clamp(180px,25vw,300px);font-size:clamp(6rem,14vw,10rem);line-height:1;animation:7s linear infinite hero-globe-rotate,8s linear infinite hero-globe-color;display:flex}@keyframes hero-globe-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes hero-globe-color{0%{filter:hue-rotate()}16.66%{filter:hue-rotate(60deg)}33.33%{filter:hue-rotate(120deg)}50%{filter:hue-rotate(180deg)}66.66%{filter:hue-rotate(240deg)}83.33%{filter:hue-rotate(300deg)}to{filter:hue-rotate(360deg)}}@media screen and (width<=900px){.hero-content{gap:2rem}.hero-image{width:220px;height:220px;font-size:7rem}}@media screen and (width<=767px){.hero-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:min(92%,600px);min-height:auto;padding:3.5rem 0 4rem;display:flex}.hero-image{order:-1;width:180px;height:180px;font-size:clamp(5rem,22vw,8rem)}.hero-text{width:100%}.hero-text h1{font-size:clamp(2rem,9vw,3rem);line-height:1.15}.hero-text p{margin-inline:auto;font-size:1rem;line-height:1.6}.hero-button{padding:.85rem 1.5rem}}@media screen and (width<=400px){.hero-content{width:90%;padding-block:2.5rem 3.5rem}.hero-image{width:140px;height:140px;font-size:5.5rem}.hero-text h1{font-size:1.9rem}.hero-text p{font-size:.95rem}.hero-button{box-sizing:border-box;text-align:center;width:100%}}@media screen and (width>=1200px){.hero-content{min-height:540px;padding-block:4rem}.hero-image{width:320px;height:320px;font-size:10rem}}@media (prefers-reduced-motion:reduce){.hero-image{animation:none}.hero-button{transition:none}}.search-container{box-sizing:border-box;background:linear-gradient(135deg, var(--surface-color) 0%, #f4f8fb 50%, #eaf3f8 100%);width:100%;padding:3rem 1rem 3.5rem;position:relative;overflow:hidden}.search-container:before{content:"";pointer-events:none;border:35px solid #0077b612;border-radius:50%;width:220px;height:220px;position:absolute;top:-120px;right:-100px}.search-container:after{content:"";pointer-events:none;border:25px solid #0077b60d;border-radius:50%;width:160px;height:160px;position:absolute;bottom:-100px;left:-80px}.search-section{z-index:1;box-sizing:border-box;text-align:center;width:100%;max-width:900px;margin:0 auto;position:relative}.search-section h2{font-family:var(--heading-font);color:var(--text-color);margin:0 0 1.75rem;font-size:clamp(1.8rem,7vw,3rem);line-height:1.15}.search-section h2:before{content:"DISCOVER THE WORLD";color:var(--primary-color);font-family:var(--body-font);letter-spacing:.16em;margin-bottom:.6rem;font-size:.7rem;font-weight:800;display:block}.search-section h2:after{content:"";background-color:var(--secondary-color);border-radius:999px;width:50px;height:4px;margin:.9rem auto 0;display:block}.search-form{box-sizing:border-box;background-color:var(--surface-color);text-align:left;border:1px solid #0000000f;border-radius:1rem;flex-direction:column;gap:.7rem;width:100%;padding:1.25rem;display:flex;box-shadow:0 12px 30px #00000012,0 2px 8px #0000000a}.search-form label{color:var(--text-color);font-family:var(--heading-font);margin-top:.25rem;font-size:.85rem;font-weight:700;display:block}.search-controls{box-sizing:border-box;border:1px solid var(--border-color);background-color:#f3f7fa;border-radius:.8rem;flex-direction:column;gap:.65rem;width:100%;margin-bottom:.5rem;padding:.3rem;transition:border-color .25s,box-shadow .25s,background-color .25s;display:flex}.search-controls:focus-within{background-color:var(--surface-color);border-color:var(--primary-color);box-shadow:0 0 0 4px #0077b61a}.search-controls input{box-sizing:border-box;width:100%;min-width:0;color:var(--text-color);font-family:var(--body-font);background:0 0;border:none;outline:none;flex:1;padding:.9rem .85rem;font-size:1rem}.search-controls input::placeholder{color:var(--muted-color);opacity:.8}.search-button{box-sizing:border-box;background-color:var(--primary-color);width:100%;color:var(--surface-color);font-family:var(--heading-font);cursor:pointer;border:none;border-radius:.65rem;padding:.9rem 1.25rem;font-size:.95rem;font-weight:700;transition:background-color .25s,transform .25s,box-shadow .25s}.search-button:hover{background-color:var(--secondary-color);transform:translateY(-2px);box-shadow:0 5px 14px #00000026}.search-button:active{transform:translateY(0)}.search-button:focus-visible{outline:3px solid var(--secondary-color);outline-offset:2px}.search-form #region-filter{box-sizing:border-box;appearance:none;background-color:var(--surface-color);background-image:linear-gradient(45deg, transparent 50%, var(--primary-color) 50%), linear-gradient(135deg, var(--primary-color) 50%, transparent 50%);border:1px solid var(--border-color);width:100%;min-width:0;max-width:100%;color:var(--text-color);font-family:var(--body-font);cursor:pointer;background-position:calc(100% - 20px),calc(100% - 14px);background-repeat:no-repeat;background-size:6px 6px,6px 6px;border-radius:.7rem;padding:.9rem 3rem .9rem .95rem;font-size:1rem;line-height:1.4;transition:border-color .25s,box-shadow .25s,background-color .25s;display:block}.search-form #region-filter:hover{border-color:var(--primary-color);background-color:#f8fbfd}.search-form #region-filter:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 4px #0077b61a}.search-form #region-filter option{background-color:var(--surface-color);color:var(--text-color);padding:.75rem}@media screen and (width<=380px){.search-container{padding:2.5rem .75rem 3rem}.search-form{padding:1rem}.search-section h2{font-size:1.7rem}.search-section h2:before{letter-spacing:.12em;font-size:.62rem}.search-controls input,.search-form #region-filter{font-size:.9rem}}@media screen and (width>=480px){.search-container{padding:3.5rem 1.25rem}.search-form{padding:1.5rem}}@media screen and (width>=600px){.search-container{padding:4.5rem 2rem}.search-form{padding:1.75rem}.search-controls{flex-direction:row;align-items:center}.search-controls input{width:auto}.search-button{flex-shrink:0;width:auto}}@media screen and (width>=768px){.search-container{padding:5rem 2rem}.search-form{padding:2rem}.search-section h2{margin-bottom:2rem}.search-form #region-filter{padding:1rem 3rem 1rem 1rem}}@media screen and (width>=900px){.search-container{padding:5.5rem 2rem}.search-form{padding:2rem 2.25rem}.search-controls{gap:.75rem}.search-controls input{padding:1rem}.search-button{padding:1rem 1.5rem}.search-form #region-filter{width:100%;max-width:none;padding:1rem 3rem 1rem 1rem}}@media screen and (width>=1200px){.search-container{padding:6rem 2rem}.search-section{max-width:950px}.search-form{border-radius:1.25rem;padding:2.25rem 2.5rem}.search-section h2{font-size:3rem}}@media screen and (width>=1440px){.search-section{max-width:1000px}.search-container{padding-block:6.5rem}}@media (prefers-reduced-motion:reduce){.search-controls,.search-button,.search-form #region-filter{transition:none}}.country-section{width:min(1400px,94%);margin-inline:auto;padding-block:2rem}.country-section h2{font-family:var(--heading-font);text-align:center;margin-bottom:2rem;font-size:clamp(1.6rem,3vw,2.2rem)}.country-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}.empty-message,.loading-message,.error-message{text-align:center;grid-column:1/-1;padding:2rem}@media screen and (width>=600px){.country-section{width:min(1200px,92%)}.country-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}}@media screen and (width>=900px){.country-section{width:min(1300px,92%)}.country-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.75rem}}@media screen and (width>=1200px){.country-section{width:min(1400px,92%)}.country-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem}}.country-card-wrapper{min-width:0}.country-card{background-color:var(--surface-color);border-radius:var(--border-radius);height:100%;box-shadow:var(--shadow);transition:transform var(--transition), box-shadow var(--transition), border-color var(--transition);border:1px solid #00000014;flex-direction:column;display:flex;overflow:hidden}.country-card:hover{box-shadow:var(--shadow-hover);border-color:var(--primary-color);transform:translateY(-5px)}.country-card:hover .country-flag{transform:scale(1.03)}.country-card .country-flag-container{background-color:var(--background-color);width:100%;height:180px;overflow:hidden}.country-card .country-flag{object-fit:cover;width:100%;height:100%;transition:transform var(--transition);display:block}.country-card .country-flag-placeholder{width:100%;height:100%;color:var(--muted-color);justify-content:center;align-items:center;font-size:.9rem;display:flex}.country-card .country-card-content{flex-direction:column;flex:1;padding:1.25rem;display:flex}.country-card .country-card-title{font-family:var(--heading-font);color:var(--text-color);margin:0 0 1rem;font-size:1.25rem;line-height:1.3}.country-card .country-card-info{flex-direction:column;margin-bottom:1.25rem;display:flex}.country-card .country-card-info p{gap:.15rem;margin:0;font-style:italic}.country-card .info-label{text-transform:uppercase;letter-spacing:.06em;color:var(--muted-color);font-size:.75rem;font-weight:700}.country-card .info-value{color:var(--text-color);font-size:.95rem;font-weight:500}.country-card .country-card-actions{flex-direction:column;gap:.65rem;margin-top:auto;display:flex}.country-card .country-card-actions button{border-radius:var(--border-radius);cursor:pointer;width:100%;min-height:44px;transition:background-color var(--transition), color var(--transition), border-color var(--transition), transform var(--transition), box-shadow var(--transition);border:2px solid #0000;padding:.7rem 1rem;font-family:inherit;font-size:.95rem;font-weight:700}.country-card .country-card-actions button:focus-visible{outline:3px solid var(--secondary-color);outline-offset:3px}.country-card .country-card-actions .view-details-button{border-color:var(--primary-color);background-color:var(--primary-color);color:var(--surface-color)}.country-card .country-card-actions .view-details-button:hover{background-color:var(--secondary-color);border-color:var(--secondary-color);transform:translateY(-2px);box-shadow:0 4px 10px #0000001f}.country-card .country-card-actions .favorite-button{border-color:var(--primary-color);color:var(--primary-color);background-color:#0000}.country-card .country-card-actions .favorite-button:hover{background-color:var(--primary-color);color:var(--surface-color);transform:translateY(-2px);box-shadow:0 4px 10px #0000001a}.country-card .country-card-actions .favorite-button.is-favorite{background-color:var(--primary-color);color:var(--surface-color);border-color:var(--primary-color)}.country-card .country-card-actions .favorite-button.is-favorite:hover{background-color:var(--secondary-color);border-color:var(--secondary-color)}@media screen and (width<=599px){.country-card .country-flag-container{height:190px}.country-card .country-card-content{padding:1rem}.country-card .country-card-title{font-size:1.15rem}.country-card .country-card-actions button{min-height:46px}}@media screen and (width>=1200px){.country-card .country-flag-container{height:190px}}.favorites-section{background-color:var(--surface-color);border-radius:var(--border-radius);width:min(1200px,92%);box-shadow:var(--shadow);margin:2rem auto;padding:2rem 1rem}.favorites-section h2{font-family:var(--heading-font);text-align:center;margin-bottom:1.5rem;font-size:clamp(1.5rem,3vw,2rem)}.favorites-list{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.favorites-list .empty-message{width:100%;color:var(--muted-color);text-align:center;padding:1rem}.favorite-country{border-radius:var(--border-radius);background-color:var(--primary-color);color:var(--surface-color);transition:background-color var(--transition), transform var(--transition);border:none;padding:.75rem 1.25rem;font-size:1rem;font-weight:500}.favorite-country:hover{background-color:var(--secondary-color);transform:translateY(-3px)}.favorite-country:focus-visible{outline:3px solid var(--primary-color);outline-offset:2px}@media screen and (width<=599px){.favorites-section{width:min(94%,500px);padding:1.5rem 1rem}.favorites-section .favorites-list{flex-direction:column}.favorites-section .favorite-country{width:100%}}@media screen and (width>=600px){.favorites-section .favorites-list{flex-direction:row}}@media screen and (width>=1024px){.favorites-section{padding:2.5rem}}.details-container{width:100%;padding:2rem 0 4rem}.country-details{background-color:var(--surface-color);border-radius:var(--border-radius);width:min(1100px,92%);box-shadow:var(--shadow);margin:0 auto;padding:5rem 1.5rem 2rem;animation:.5s fade-in;position:relative}.back-to-search{border:1px solid var(--border-color);border-radius:var(--border-radius);background-color:var(--surface-color);color:var(--text-color);font-family:var(--body-font);cursor:pointer;transition:background-color var(--transition), color var(--transition), transform var(--transition), box-shadow var(--transition);justify-content:center;align-items:center;padding:.65rem 1rem;font-size:.95rem;font-weight:600;display:inline-flex;position:absolute;top:1.25rem;left:1.25rem}.back-to-search:hover,.back-to-search:focus-visible{background-color:var(--primary-color);color:#fff;box-shadow:var(--shadow);transform:translateY(-2px)}.back-to-search:focus-visible{outline:3px solid color-mix(in srgb, var(--primary-color), transparent 70%);outline-offset:2px}.country-details h2{font-family:var(--heading-font);color:var(--text-color);text-align:center;margin:0 0 2rem;font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.2}.country-details .details-flag{object-fit:cover;border-radius:var(--border-radius);width:100%;max-width:100%;height:auto;box-shadow:var(--shadow);margin:0 auto;display:block}.country-details-info{flex-direction:column;gap:0;width:100%;display:flex}.detail-item{border-bottom:1px solid var(--border-color);grid-template-columns:130px 1fr;gap:1rem;padding:.85rem 0;line-height:1.6;display:grid}.detail-item:last-child{border-bottom:none}.detail-label{font-family:var(--heading-font);color:var(--text-color);font-weight:700}.detail-value{color:var(--text-color);overflow-wrap:anywhere}.country-details a{color:var(--primary-color);transition:color var(--transition), text-decoration var(--transition);font-weight:600;text-decoration:none}.country-details a:hover,.country-details a:focus-visible{color:var(--secondary-color);text-decoration:underline}EXCHANGE RATE .exchange-rate{border:1px solid var(--border-color);border-radius:var(--border-radius);background-color:#f8f9fa;margin-top:2rem;padding:1.25rem;animation:.5s fade-in;box-shadow:0 2px 8px #0000000f}.exchange-rate h3{font-family:var(--heading-font);color:var(--primary-color);margin:0 0 .75rem;font-size:1.25rem}.exchange-rate p{margin:.5rem 0;font-size:1.05rem;line-height:1.5}.exchange-rate small{color:var(--muted-color);margin-top:.75rem;font-size:.85rem;display:block}.loading-message{text-align:center;color:var(--muted-color);padding:2rem;font-style:italic}.error-message{color:#b00020;font-weight:600}@media screen and (width>=768px){.details-container{padding:3rem 0 5rem}.country-details{padding:5.5rem 2.5rem 2.5rem}.detail-item{grid-template-columns:150px 1fr;padding:1rem 0}.exchange-rate{padding:1.5rem}}@media screen and (width>=900px){.country-details{grid-template-columns:minmax(320px,1fr) minmax(360px,1fr);gap:0 3rem;padding:5.5rem 3rem 3rem;display:grid}.country-details h2{grid-area:1/1/auto/-1;margin-bottom:2.5rem}.country-details-flag{grid-area:2/1/span 2;margin:0;padding-right:.5rem}.country-details-info{grid-area:2/2;align-self:start}.country-details>.exchange-rate{grid-area:3/2;align-self:start;margin-top:1.5rem}.detail-item{grid-template-columns:135px 1fr;padding:.75rem 0}}@media screen and (width>=1200px){.country-details{grid-template-columns:minmax(400px,1fr) minmax(420px,1fr);column-gap:4rem;width:min(1200px,90%);padding:5.5rem 3.5rem 3.5rem}.country-details h2{margin-bottom:3rem;font-size:2.8rem}.detail-item{grid-template-columns:150px 1fr;font-size:1.05rem}}@media screen and (width<=480px){.details-container{padding:1rem 0 3rem}.country-details{border-radius:.75rem;width:94%;padding:4.75rem 1rem 1.5rem}.back-to-search{padding:.55rem .8rem;font-size:.85rem;top:1rem;left:1rem}.country-details h2{margin-bottom:1.5rem;font-size:1.7rem}.detail-item{grid-template-columns:1fr;gap:.2rem;padding:.8rem 0}.detail-label{font-size:.9rem}.detail-value{font-size:.95rem}.exchange-rate{padding:1rem}}@media (prefers-reduced-motion:reduce){.country-details,.exchange-rate{animation:none}.back-to-search{transition:none}}.site-footer{background-color:var(--primary-color);color:var(--surface-color);margin-top:3rem;padding:3rem 1.5rem 1rem}.site-footer .footer-content{text-align:center;grid-template-columns:1fr;gap:1.5rem;width:min(1200px,100%);margin-inline:auto;padding:1rem;display:grid}.site-footer h2,.site-footer h3{font-family:var(--heading-font);margin-bottom:1rem}.site-footer h2{font-size:1.8rem}.site-footer h3{color:var(--surface-color);font-size:1.2rem}.site-footer p{font-family:var(--body-font);line-height:1.6}.site-footer .footer-links ul{margin:0;padding:0;list-style:none}.site-footer .footer-links li{margin-bottom:.5rem}.site-footer .footer-links a{color:var(--surface-color);transition:color var(--transition);text-decoration:none}.site-footer .footer-links a:hover,.site-footer .footer-links a:focus{color:var(--secondary-color);text-decoration:underline}.site-footer .footer-links a:focus-visible{outline:3px solid var(--surface-color);outline-offset:3px}.site-footer .footer-bottom{text-align:center;border-top:1px solid #ffffff4d;width:min(1200px,100%);margin:2rem auto 0;padding-top:1rem}@media screen and (width>=768px){.site-footer .footer-content{text-align:left;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}}@media screen and (width<=767px){.site-footer .footer-content{text-align:center}}@media (prefers-reduced-motion:reduce){.site-footer a{transition:none}}@keyframes rotate-globe{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes globe-color-change{0%{color:#1e88e5}16%{color:#43a047}32%{color:#fbc02d}48%{color:#fb8c00}64%{color:#e53935}80%{color:#8e24aa}to{color:#1e88e5}}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto;animation-duration:.01ms;animation-iteration-count:1}}:root{--primary-color:#1e88e5;--secondary-color:#43a047;--background-color:#f5f5f5;--surface-color:#fff;--text-color:#333;--muted-color:#666;--border-color:#ccc;--error-color:#b00020;--heading-font:"Poppins", sans-serif;--body-font:"Roboto", sans-serif;--spacing-small:.5rem;--spacing-medium:1rem;--spacing-large:2rem;--border-radius:.5rem;--shadow:0 4px 12px #0000001a;--shadow-hover:0 8px 20px #00000026;--transition:.3s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{min-width:320px;font-family:var(--body-font);background-color:var(--background-color);color:var(--text-color);line-height:1.6}#main-content{width:100%;overflow-x:hidden}#main-content .hero-container,#main-content .search-container,#main-content .country-container,#main-content .favorites-container,#main-content .details-container{width:100%}#main-content .country-container,#main-content .favorites-container,#main-content .details-container{padding-inline:1rem}img{max-width:100%;display:block}button,input,select{font-family:inherit}button{cursor:pointer}a{color:inherit}.top{float:right;background:var(--primary-color);color:var(--surface-color);border-radius:.5rem;margin:auto 5rem;position:relative}.top a{padding:.4rem;font-size:1.5rem;text-decoration:none}.top:hover{background-color:var(--secondary-color)}.container{width:min(1200px,90%);margin-inline:auto}section h2{margin-bottom:var(--spacing-large);font-family:var(--heading-font);text-align:center}:focus-visible{outline:3px solid var(--primary-color);outline-offset:3px}@media screen and (width<=599px){#main-content .country-container,#main-content .favorites-container,#main-content .details-container{padding-inline:.75rem}}@media screen and (width>=600px){#main-content .country-container,#main-content .favorites-container,#main-content .details-container{padding-inline:1.25rem}}@media screen and (width>=1024px){#main-content .country-container,#main-content .favorites-container,#main-content .details-container{padding-inline:1.5rem}}@media screen and (width>=1400px){#main-content .country-container,#main-content .favorites-container,#main-content .details-container{padding-inline:2rem}}
