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

html {
  font-size: 17px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Spectral", Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.75;
  color: #1c1b19;
  background: #faf8f4;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Spectral", Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 0.75em;
  color: #1c1b19;
  letter-spacing: -0.01em;
}

h1 {
  font-size: 2rem;
  font-weight: 400;
}

h2 {
  font-size: 1.35rem;
  font-weight: 500;
}

h3 {
  font-size: 1.1rem;
  font-weight: 500;
}

h4 {
  font-size: 1rem;
  font-weight: 600;
}

p {
  margin: 0 0 1.2em;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #2d4739;
  text-decoration: none;
  border-bottom: 1px solid rgba(45, 71, 57, 0.25);
  transition: border-color 0.15s, color 0.15s;
}
a:hover {
  color: #4a7a64;
  border-bottom-color: #4a7a64;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

blockquote {
  margin: 1.5em 0;
  padding: 0 0 0 1.25em;
  border-left: 2px solid #dedad4;
  color: #6b6865;
  font-style: italic;
}
blockquote p:last-child {
  margin-bottom: 0;
}

code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.82em;
  background: #f3f0eb;
  padding: 0.1em 0.35em;
  border-radius: 2px;
}

pre {
  background: #f3f0eb;
  border: 1px solid #dedad4;
  border-radius: 3px;
  padding: 1.25em;
  overflow-x: auto;
  line-height: 1.5;
}
pre code {
  background: none;
  padding: 0;
  font-size: 0.8em;
}

hr {
  border: none;
  border-top: 1px solid #dedad4;
  margin: 2.5em 0;
}

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

ul, ol {
  padding-left: 1.5em;
  margin: 0 0 1.2em;
}

li {
  margin-bottom: 0.25em;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  margin: 1.5em 0;
}
table th {
  font-family: "Spectral SC", "Spectral", Georgia, serif;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6b6865;
  border-bottom: 2px solid #dedad4;
  padding: 0.5rem 0.75rem;
  text-align: left;
}
table td {
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #eeeae4;
  vertical-align: top;
}
table tr:last-child td {
  border-bottom: none;
}

.container {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.container--wide {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.site-header {
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #dedad4;
  position: sticky;
  top: 0;
  background: rgba(250, 248, 244, 0.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 100;
}

.site-header__inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 2rem;
}

.site-name {
  font-family: "Spectral SC", "Spectral", Georgia, serif;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #1c1b19;
  border: none;
}
.site-name:hover {
  color: #2d4739;
  border: none;
}

.site-nav {
  display: flex;
  gap: 1.75rem;
  align-items: center;
}
.site-nav a {
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #6b6865;
  border: none;
  text-transform: uppercase;
}
.site-nav a:hover {
  color: #1c1b19;
  border: none;
}
.site-nav a.nav-active {
  color: #2d4739;
}
@media (max-width: 480px) {
  .site-nav {
    gap: 1rem;
  }
}

.site-footer {
  margin-top: 5rem;
  padding: 2rem 1.5rem;
  border-top: 1px solid #dedad4;
}

.site-footer__inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  gap: 0.6rem;
  align-items: center;
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.75rem;
  color: #999390;
}
.site-footer__inner a {
  color: #999390;
  border: none;
}
.site-footer__inner a:hover {
  color: #6b6865;
  border: none;
}
.site-footer__inner .sep {
  color: #dedad4;
}

.site-main {
  padding: 3.5rem 0 0;
}

.home-intro {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #dedad4;
  margin-bottom: 2.5rem;
}
.home-intro .eyebrow {
  font-family: "Spectral SC", "Spectral", Georgia, serif;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2d4739;
  margin-bottom: 0.75rem;
  display: block;
}
.home-intro h1 {
  font-size: 2.1rem;
  font-weight: 300;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.home-intro .intro-text {
  font-size: 1.05rem;
  color: #6b6865;
  max-width: 520px;
  line-height: 1.7;
  font-style: italic;
}

.home-section {
  padding: 0 0 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #eeeae4;
}
.home-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.home-section__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.home-section__header h2 {
  font-family: "Spectral SC", "Spectral", Georgia, serif;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #999390;
  margin: 0;
  font-weight: 600;
}
.home-section__header .see-all {
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.72rem;
  color: #999390;
  border: none;
}
.home-section__header .see-all:hover {
  color: #2d4739;
  border: none;
}

.post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-list__item {
  padding: 0.65rem 0;
  border-bottom: 1px solid #eeeae4;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: baseline;
}
.post-list__item:last-child {
  border-bottom: none;
}
.post-list__item a {
  font-size: 0.97rem;
  border: none;
  color: #1c1b19;
}
.post-list__item a:hover {
  color: #2d4739;
  border: none;
}
.post-list__item .post-date {
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.72rem;
  color: #999390;
  white-space: nowrap;
}

.reading-strip {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.reading-strip__item {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  font-size: 0.92rem;
}
.reading-strip__item a {
  border-bottom: 1px solid rgba(45, 71, 57, 0.2);
}
.reading-strip__item a:hover {
  border-bottom-color: #2d4739;
}
.reading-strip__item .by {
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.72rem;
  color: #999390;
}

.page-header {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eeeae4;
}
.page-header h1 {
  margin-bottom: 0.25rem;
}
.page-header .page-desc {
  color: #6b6865;
  font-style: italic;
}

.post-header {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eeeae4;
}
.post-header h1 {
  font-size: 1.9rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.post-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.75rem;
  color: #999390;
  flex-wrap: wrap;
}
.post-meta .post-category {
  background: #eeebe5;
  padding: 2px 7px;
  border-radius: 2px;
  color: #6b6865;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.68rem;
  font-weight: 500;
}

.post-body h2 {
  margin-top: 2em;
  font-size: 1.25rem;
  padding-top: 0.5em;
  border-top: 1px solid #eeeae4;
}
.post-body h3 {
  margin-top: 1.75em;
}

.entry-header {
  margin-bottom: 1.75rem;
}

.entry-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.6rem;
  flex-wrap: wrap;
}

.entry-title {
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}

.type-badge {
  font-family: "Spectral SC", "Spectral", Georgia, serif;
  font-size: 0.62rem;
  letter-spacing: 0.13em;
  font-weight: 600;
  text-transform: uppercase;
  color: #2d4739;
  border: 1px solid rgba(45, 71, 57, 0.35);
  padding: 2px 7px;
  border-radius: 2px;
}

.tag {
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.7rem;
  padding: 2px 7px;
  background: #eeebe5;
  border-radius: 2px;
  color: #6b6865;
}

.status-tag {
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.7rem;
  padding: 2px 7px;
  border: 1px solid #dedad4;
  border-radius: 2px;
  color: #6b6865;
  font-style: italic;
}

.entry-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.75rem 3rem;
  margin: 1.75rem 0 0;
  padding: 1.5rem 1.75rem;
  background: #f3f0eb;
  border-left: 2px solid #2d4739;
}
@media (max-width: 560px) {
  .entry-panel {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.entry-fields {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.field__label {
  font-family: "Spectral SC", "Spectral", Georgia, serif;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  color: #999390;
  font-weight: 600;
  text-transform: uppercase;
}

.field__value {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #1c1b19;
}

.entry-ratings {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.rating {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.rating__label {
  font-family: "Spectral SC", "Spectral", Georgia, serif;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  color: #999390;
  font-weight: 600;
  text-transform: uppercase;
}

.rating__bar-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.rating__track {
  flex: 1;
  height: 3px;
  background: #dedad4;
  border-radius: 2px;
  overflow: hidden;
}

.rating__fill {
  height: 100%;
  background: #2d4739;
  border-radius: 2px;
}

.rating__value {
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.7rem;
  color: #999390;
  min-width: 2.5em;
  text-align: right;
}

.entry-prose {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid #eeeae4;
  font-size: 1rem;
  line-height: 1.82;
}
.entry-prose p + p {
  margin-top: 0.9em;
}

.person-link {
  color: inherit;
  border-bottom: 1px solid rgba(45, 71, 57, 0.3);
}
.person-link:hover {
  color: #2d4739;
  border-bottom-color: #2d4739;
}

.topics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-top: 0.15rem;
}

.topic {
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.68rem;
  padding: 1px 6px;
  background: #eeebe5;
  border-radius: 2px;
  color: #6b6865;
}

.media-intro {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #dedad4;
}
.media-intro p {
  color: #6b6865;
  font-size: 1rem;
  max-width: 500px;
  font-style: italic;
  margin: 0;
}

.media-section {
  margin-bottom: 3.5rem;
}

.media-section__header {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dedad4;
}
.media-section__header h2 {
  font-family: "Spectral SC", "Spectral", Georgia, serif;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  font-weight: 600;
  text-transform: uppercase;
  color: #6b6865;
  margin: 0;
}
.media-section__header .section-count {
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.68rem;
  color: #999390;
}

.media-section__header--stacked {
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
.media-section__header--stacked > div:first-child {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  flex-shrink: 0;
}

.media-tools {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: flex-end;
  flex: 1;
}

.media-search {
  width: min(100%, 320px);
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.85rem;
  color: #1c1b19;
  background: #faf8f4;
  border: 1px solid #dedad4;
  border-radius: 3px;
  padding: 0.45rem 0.65rem;
}
.media-search:focus {
  outline: 2px solid rgba(45, 71, 57, 0.3);
  outline-offset: 1px;
}

.media-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.35rem;
}

.media-filter__btn {
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.7rem;
  color: #6b6865;
  background: #faf8f4;
  border: 1px solid #dedad4;
  border-radius: 3px;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
}
.media-filter__btn:hover, .media-filter__btn.active {
  color: #faf8f4;
  background: #2d4739;
  border-color: #2d4739;
}

.media-empty {
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.85rem;
  color: #6b6865;
  margin-top: 1rem;
}

.media-archive__details summary {
  display: inline-flex;
  align-items: center;
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.82rem;
  color: #2d4739;
  cursor: pointer;
  margin-bottom: 1rem;
}
.media-archive__details[open] summary {
  margin-bottom: 1.25rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 1px;
  background: #dedad4;
  border: 1px solid #dedad4;
}

.card {
  background: #faf8f4;
  padding: 1rem 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  text-decoration: none;
  color: inherit;
  transition: background 0.12s;
  border: none;
}
.card:hover {
  background: #f3f0eb;
  border: none;
  color: inherit;
  text-decoration: none;
}
.card__title {
  font-size: 0.9rem;
  font-weight: 500;
  color: #1c1b19;
  line-height: 1.3;
  margin: 0;
}
.card__sub {
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.75rem;
  color: #6b6865;
  margin: 0;
  line-height: 1.4;
}
.card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-top: 0.15rem;
}
.card__tags .tag, .card__tags .status-tag {
  margin: 0;
}
.card__ratings {
  margin-top: 0.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}

.mini-rating {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.mini-rating__label {
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.62rem;
  color: #999390;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  min-width: 70px;
}
.mini-rating__track {
  flex: 1;
  height: 2px;
  background: #dedad4;
  border-radius: 1px;
  overflow: hidden;
}
.mini-rating__fill {
  height: 100%;
  background: #2d4739;
  opacity: 0.55;
}
.mini-rating__val {
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.62rem;
  color: #999390;
  min-width: 1.4em;
  text-align: right;
}

.reading-list-grid {
  columns: 2;
  column-gap: 2rem;
}
@media (max-width: 560px) {
  .reading-list-grid {
    columns: 1;
  }
}

.reading-list-row {
  break-inside: avoid;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid #eeeae4;
}
.reading-list-row:last-child {
  border-bottom: none;
}
.reading-list-row a {
  font-size: 0.85rem;
  border: none;
  color: #1c1b19;
  line-height: 1.3;
}
.reading-list-row a:hover {
  color: #2d4739;
  border: none;
}
.reading-list-row__author {
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.68rem;
  color: #999390;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.person-header {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eeeae4;
}
.person-header h1 {
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 0.3rem;
}
.person-header .person-desc {
  font-style: italic;
  color: #6b6865;
  margin-bottom: 0.5rem;
  font-size: 0.97rem;
}
.person-header .person-links {
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.78rem;
}
.person-header .person-links a {
  color: #6b6865;
  margin-right: 0.75rem;
  border: none;
}
.person-header .person-links a:hover {
  color: #2d4739;
  border: none;
}

.appearances-section {
  margin-bottom: 2rem;
}
.appearances-section h2 {
  font-family: "Spectral SC", "Spectral", Georgia, serif;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #999390;
  border-bottom: 1px solid #eeeae4;
  padding-bottom: 0.4rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.appearance-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.appearance-item {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #eeeae4;
  flex-wrap: wrap;
}
.appearance-item:last-child {
  border-bottom: none;
}
.appearance-item .role {
  font-family: "Spectral SC", "Spectral", Georgia, serif;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #999390;
  min-width: 52px;
  flex-shrink: 0;
}
.appearance-item a {
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(45, 71, 57, 0.2);
}
.appearance-item a:hover {
  color: #2d4739;
  border-bottom-color: #2d4739;
}

@media (max-width: 640px) {
  html {
    font-size: 16px;
  }
  .site-main {
    padding-top: 2rem;
  }
  h1 {
    font-size: 1.6rem;
  }
  .entry-title {
    font-size: 1.55rem;
  }
  .home-intro h1 {
    font-size: 1.7rem;
  }
  .site-header {
    padding: 0.9rem 1rem;
  }
  .site-header__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.7rem;
  }
  .site-nav {
    width: 100%;
    gap: 0.85rem 1rem;
    flex-wrap: wrap;
  }
  .site-nav a {
    font-size: 0.72rem;
  }
  .post-list__item,
  .project-list__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
  .post-list__item .post-date,
  .project-list__sub {
    white-space: normal;
    line-height: 1.35;
  }
  .cards {
    grid-template-columns: 1fr;
  }
  .media-section__header--stacked,
  .media-tools {
    align-items: stretch;
  }
  .media-section__header--stacked {
    flex-direction: column;
  }
  .media-search {
    width: 100%;
  }
  .media-filter {
    justify-content: flex-start;
  }
  .reading-list-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.1rem;
  }
  .reading-list-row__author {
    white-space: normal;
  }
}
#berlin-map, #world-map {
  width: 100%;
  height: 520px;
  border-radius: 4px;
  border: 1px solid #dedad4;
  margin: 1.5rem 0 1rem;
  background: #f3f0eb;
}
@media (max-width: 640px) {
  #berlin-map, #world-map {
    height: 380px;
  }
}

.map-controls {
  margin-bottom: 0.5rem;
}

.map-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.85rem;
  color: #6b6865;
  cursor: pointer;
  user-select: none;
}
.map-toggle input[type=checkbox] {
  accent-color: #2d4739;
  cursor: pointer;
}

.map-stats {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.82rem;
  color: #6b6865;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
.map-stats__sep {
  color: #dedad4;
}

.map-tooltip {
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.78rem;
  background: rgba(28, 27, 25, 0.88);
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 3px 7px;
  box-shadow: none;
}
.map-tooltip::before {
  display: none;
}

.project-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #dedad4;
}
.project-list__item {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid #eeeae4;
}
.project-list__link {
  font-family: "Spectral", Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 500;
  color: #1c1b19;
  text-decoration: none;
}
.project-list__link:hover {
  color: #2d4739;
}
.project-list__sub {
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.82rem;
  color: #6b6865;
}

.page-subtitle {
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.95rem;
  color: #6b6865;
  margin-top: -0.5rem;
  margin-bottom: 1.5rem;
}

/*# sourceMappingURL=style.css.map */