/* The Government of Daniel Savage — Custom Styles */

/* Tell Gov.uk CSS where assets live */
:root {
  --govuk-assets-path: "/assets/";
}

/* Base */
body {
  background-color: #f3f2f1;
}

/* Fix nav list display */
.govuk-header__navigation-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.govuk-header__navigation-item {
  display: block;
}

.govuk-header__navigation-item .govuk-header__link {
  color: white;
  padding: 12px 16px;
  display: block;
  font-weight: 700;
  text-decoration: none;
}

.govuk-header__navigation-item .govuk-header__link:hover {
  text-decoration: underline;
}

figure {
  max-width: 100%;
  margin: 1.5rem 0 !important;
  margin-inline-start: 0 !important;
}

figure img {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  display: block;
}

blockquote {
  background: #f3f2f1;
  border-left: 4px solid #1d70b8;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: #484949;
}

blockquote p {
  margin: 0;
}
