header{padding-block:1rem;background-color:var(--primary-header);display:flex;justify-content:center;align-items:center;gap:.4rem}header h1{font-size:1.05rem;font-weight:var(--fw-medium);line-height:1;letter-spacing:-1px;color:var(--neutral-white)}.card{display:flex;align-items:center;gap:1.1875rem}.card:not(:only-child,:last-child){padding-block-end:1.125rem;border-bottom:1px solid var(--neutral-divider)}.card img{width:140px;height:168px;border-radius:5px;object-fit:cover;flex-shrink:0}.location{display:flex;align-items:center;gap:.25rem}.location img{width:.4rem;height:.596875rem}.location--country{text-transform:uppercase;letter-spacing:2px}.location a{margin-left:.75rem;color:var(--neutral-link)}.card--title,.card--date{font-weight:var(--fw-bold)}.card--title{margin-block-end:1.2rem;font-size:1.5625rem}.card--date{display:inline-block;margin-block-end:.5rem}:root{--primary-header: hsl(0, 89%, 66%);--neutral-body-text: hsl(250, 18%, 19%);--neutral-link: hsl(254, 6%, 58%);--neutral-divider: hsl(0, 0%, 96%);--neutral-white: hsl(0, 0%, 100%);--ff-primary: "Inter", sans-serif;--fw-regular: 400;--fw-medium: 500;--fw-bold: 700;--fs-body: .64rem;--spacer: 1.125rem}*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}#root{height:100vh;isolation:isolate}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media (prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}body{font-family:var(--ff-primary);font-size:var(--fs-body);font-weight:var(--fw-regular);line-height:1.5;color:var(--neutral-body-text)}main{padding-inline:1.5rem}.wrapper{--spacer: 1.125rem;margin-inline:auto;margin-block:2.8125rem;max-width:500px}.flow-content>*+*{margin-block-start:var(--spacer, 1em)}
