/* Provisional structural styles. */
body > header { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1rem; }
.skip-link { position: absolute; left: 1rem; top: -10rem; }
.skip-link:focus { top: 1rem; background: var(--color-white); padding: 0.5rem; }
body > footer { border-top: 1px solid #ddd; }

.header-logo { display: block; flex-shrink: 0; max-width: 100%; }
.header-logo img { width: 12rem; height: auto; }
