*{box-sizing:border-box;transition:background-color .3s ease}*::selection{background-color:var(--color-text);color:var(--color-background)}:root{--color-shadow: rgba(0, 0, 0, .1);--box-shadow: 0 0 .5em var(--color-shadow)}:root[data-theme=light]{color-scheme:light;--color-background: hsl(0, 0%, 98%);--color-element-bg: hsl(0, 0%, 100%);--color-text: hsl(200, 15%, 8%);--color-input: hsl(0, 0%, 52%)}:root[data-theme=dark]{color-scheme:dark;--color-background: hsl(207, 26%, 17%);--color-element-bg: hsl(209, 23%, 22%);--color-text: hsl(0, 0%, 100%);--color-input: hsl(0, 0%, 100%)}@media screen and (prefers-color-scheme: dark){:root{color-scheme:dark;--color-background: hsl(207, 26%, 17%);--color-element-bg: hsl(209, 23%, 22%);--color-text: hsl(0, 0%, 100%)}}#root{min-height:100vh;width:100%;display:grid;grid-template-columns:1fr min(100% - 4rem,90%) 1fr;align-content:start}.wrapper{width:min(100% - 4rem,90%);margin-inline:auto}html{line-height:1.15;-webkit-text-size-adjust:100%;font-size:14px}body{margin:0;font-family:Nunito Sans,sans-serif;background-color:var(--color-background)}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@media screen and (min-width: 500px){html{font-size:16px}}.countries__header{display:flex;justify-content:space-between;flex-direction:column;align-items:flex-start;gap:2rem}@media (min-width: 768px){.countries__header{flex-direction:row;align-items:center}}.card{overflow:hidden;width:min(100%,400px);height:100%;border-radius:.3em;background-color:var(--color-element-bg);box-shadow:var(--box-shadow)}.card__image{display:block;width:100%;height:200px;object-fit:cover;box-shadow:var(--box-shadow)}.card__body{display:grid;justify-items:flex-start;gap:1em;padding:2em 1em}.card__title{font-size:1.2em;font-weight:800;text-decoration:none;color:var(--color-text);cursor:pointer}.card__title:hover{text-decoration:underline}.card__list{display:grid;gap:.5em;padding:0;margin:0;list-style:none}.card__list-item{display:flex;gap:.5em}.countries__list{display:grid;justify-items:center;gap:5em;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));padding-block:2em}.country{display:grid;justify-items:flex-start;gap:2em}.country__name{margin-block:0}.country__content{display:flex;flex-direction:column;gap:2em;width:100%}@media (min-width: 768px){.country__content{flex-direction:row;gap:4em}}.country__flag{display:block;width:100%;height:100%;object-fit:contain}.country__details{display:flex;flex-direction:column;gap:1em;width:100%}.country__borders{display:flex;flex-wrap:wrap;gap:1em;padding:1em 0;margin:0;list-style:none}.country__borders__title{margin-block:0}.country__border{flex-grow:1}.country__border-link{justify-content:center;width:100%}.scheme__button{display:flex;align-items:center;justify-content:space-between;gap:1em;font-weight:600;border:none;border-radius:.3em;background-color:transparent;cursor:pointer}.scheme__button:focus{outline:none}.scheme__button::selection{background-color:transparent}.filter{position:relative}.filter__button{display:flex;align-items:center;gap:1.5em;padding:1em 1.5em;border-radius:.3em;background-color:var(--color-element-bg);box-shadow:var(--box-shadow);cursor:pointer}.filter__title::selection{background-color:transparent;color:var(--color-text)}.filter__list{display:grid;overflow:hidden;position:absolute;top:105%;left:0;width:100%;margin-block:0;padding:0;background-color:var(--color-element-bg);border-radius:.3em;box-shadow:var(--box-shadow);list-style:none;transform:scaleY(0);transform-origin:top;transition:background-color .3s ease}.filter__item{padding:1em 1.5em;cursor:pointer}.filter__item:hover{background-color:var(--color-background)}.filter__checkbox:checked+.filter__list{transform:scaleY(1)}.header{grid-column:1/4;padding-block:2.5em;background-color:var(--color-element-bg);box-shadow:var(--box-shadow)}.header__title{color:var(--color-text);font-size:1rem;font-weight:700;margin:0}@media screen and (min-width: 768px){.header__title{font-size:1.5rem}}.header__wrapper{display:flex;justify-content:space-between;align-items:center}.search{display:flex;align-items:center;gap:1.5em;width:100%;padding-inline:1.5em;border-radius:.3em;background-color:var(--color-element-bg);color:var(--color-input);box-shadow:var(--box-shadow);cursor:pointer}@media screen and (min-width: 768px){.search{width:40%}}.search__input{flex-grow:1;padding-block:1em;background-color:transparent;border:none;color:var(--color-input)}.search__input:focus{outline:none}.not-found{display:grid;place-items:center}.not-found__title{margin-block:0;font-size:3rem;font-weight:700}.not-found__code{margin-block:0;font-size:10rem;font-weight:700}.not-found__link{font-size:1.1rem;text-decoration:none;color:var(--color-text)}.not-found__link:hover{text-decoration:underline}.main{padding-block:2em;grid-column:2/3}.app__button{display:inline-flex;gap:.7em;padding:.5em 1.5em;text-decoration:none;background-color:var(--color-element-bg);color:var(--color-text);border:none;box-shadow:var(--box-shadow);transition:opacity .3s ease}.app__button:hover{opacity:.8}
