*,
:after,
:before {
  border: none;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  background: white;
  line-height: 1;

  a {
    color: inherit;
  }
}

ol,
ul {
  list-style: none;
}

li {
  display: list-item;
}

/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

em {
  font-style: italic;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}

menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

[role="button"],
button {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}

img,
video {
  height: auto;
  max-width: 100%;
}

[hidden] {
  display: none;
}

::selection * {
  text-decoration: none !important;
  text-decoration-color: transparent !important;
}

/* End of reset */

body {
  font-family: "Sofia Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  background-color: #e1e1e1;
  margin: 30px 60px;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sofia Sans", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.01em;
  margin: 0 0 30px;
  color: #333;
  text-transform: uppercase;
}

.site-list {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 12px;
  column-gap: 32px;

  li {
    a {
      font-family: "Sofia Sans Extra Condensed", sans-serif;
      font-weight: 900;
      letter-spacing: 0.5px;
      font-size: 20px;
      line-height: 26px;
      text-transform: uppercase;
      font-style: italic;

      text-decoration: underline;
      text-decoration-thickness: 1.5px;
      text-underline-offset: 5px;

      transition: color 0.3s ease-in;
    }

    a:link {
      color: #333;
    }

    a:visited {
      color: #dd0d0b;
    }

    a:hover {
      color: #fff;
    }

    > ul {
      margin: 0 0 12px 12px;
      padding: 0;
      list-style: none;

      li {
        margin-top: 6px;
      }

      li:first-of-type {
        margin-top: 12px;
      }

      > li:not(.header):before {
        content: "•";
        margin-right: 6px;
      }

      .header {
        font-weight: 800;
        text-transform: uppercase;
        margin-bottom: 6px;

        img {
          width: 400px;
          height: 257.141px;
          object-fit: cover;
        }
      }
    }
  }
}
