@charset "UTF-8";
header.site-header {
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 0.5rem;
}
header.site-header .navbar {
  background-color: #fff !important;
}
header.site-header .navbar li {
  margin-left: 15px;
}
header.site-header .navbar li a {
  font-size: 0.9rem;
  color: #444;
}
header.site-header .navbar li a:hover {
  color: #111;
}

@media (max-width: 765px) {
  header.site-header {
    padding: 0.5rem 0;
    margin-bottom: 0.2rem;
  }

  .navbar {
    --bs-navbar-padding-y: .25rem;
  }

  ul.navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1.5rem 0 0 0;
  }
  ul.navbar-nav li {
    border-top: 1px solid #eee;
    margin-left: 0;
    padding: 0.2rem 0.75rem;
    text-align: center;
    min-width: 66%;
  }
  ul.navbar-nav li:first-child {
    border-top: none;
  }

  .navbar-collapse {
    text-align: center;
  }
}
.navbar-nav li {
  margin-left: var(--bs-navbar-nav-link-padding-x, 0.5rem);
  font-size: 0.95rem;
}

.navbar .navbar-toggler {
  padding: 0.25rem 0.5rem;
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
}
.navbar .navbar-toggler:focus, .navbar .navbar-toggler:active, .navbar .navbar-toggler:focus-visible {
  border: none;
  outline: none;
  box-shadow: none;
}
.navbar .navbar-brand {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.navbar .navbar-brand img.custom-logo {
  height: auto;
  width: auto;
  display: block;
  max-width: var(--dw-logo-max-width, 300px);
}
.navbar .navbar-brand svg.custom-logo {
  height: auto;
  width: auto;
  display: block;
  max-width: var(--dw-logo-max-width, 300px);
  min-width: var(--dw-logo-min-width, 120px);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  align-items: center;
}

body small,
body .small {
  font-size: 0.87em;
  line-height: 1.3;
  color: var(--bs-secondary-color, #6c757d);
}

.muted,
.text-muted {
  color: var(--bs-secondary-color, #6c757d) !important;
}

.lh-tight {
  line-height: 1.1 !important;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  line-height: 1.25;
  font-weight: 700;
  color: var(--bs-body-color, #212529);
}
.entry-content h1 {
  font-size: 2rem;
  margin: 2.5rem 0 1rem;
}
.entry-content h2 {
  font-size: 1.6rem;
  margin: 2.25rem 0 0.75rem;
}
.entry-content h3 {
  font-size: 1.3rem;
  margin: 2rem 0 0.6rem;
}
.entry-content h4 {
  font-size: 1.1rem;
  margin: 1.75rem 0 0.5rem;
}
.entry-content h5, .entry-content h6 {
  font-size: 1rem;
  margin: 1.5rem 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--bs-secondary-color, #6c757d);
}
.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child {
  margin-top: 0;
}
.entry-content p {
  margin: 0 0 1.25rem;
  line-height: 1.7;
}
.entry-content > p:first-child {
  font-size: 1.125rem;
  line-height: 1.65;
  color: #333;
}
.entry-content ul, .entry-content ol {
  margin: 0 0 1.25rem;
  padding-left: 1.5em;
  line-height: 1.7;
}
.entry-content li {
  margin-bottom: 0.35rem;
}
.entry-content li > ul,
.entry-content li > ol {
  margin-top: 0.35rem;
  margin-bottom: 0;
}
.entry-content hr {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 2rem 0;
}
.entry-content code {
  font-size: 0.875em;
  padding: 0.15em 0.4em;
  background: #f5f5f5;
  color: #d63384;
}
.entry-content pre {
  margin: 0 0 1.5rem;
  padding: 1rem 1.25rem;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  overflow-x: auto;
  font-size: 0.875rem;
  line-height: 1.6;
}
.entry-content pre code {
  padding: 0;
  background: transparent;
  border-radius: 0;
  color: inherit;
}
.entry-content table {
  width: 100%;
  margin: 0 0 1.5rem;
  border-collapse: collapse;
  font-size: 0.925rem;
  line-height: 1.5;
}
.entry-content th, .entry-content td {
  padding: 0.6rem 0.75rem;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
}
.entry-content th {
  font-weight: 600;
  color: var(--bs-body-color, #212529);
  border-bottom-width: 2px;
}
.entry-content tbody tr:last-child td {
  border-bottom: none;
}
.entry-content img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
}
.entry-content figcaption {
  font-size: 0.875rem;
  color: var(--bs-secondary-color, #6c757d);
  margin-top: 0.5rem;
  text-align: center;
  font-style: italic;
}
.entry-content strong {
  font-weight: 600;
}

.footnote > hr,
.footnote > p:empty,
.footnotes > hr,
.footnotes > p:empty,
section.footnotes > hr,
section.footnotes > p:empty {
  display: none;
}
.footnote ol, .footnote ul,
.footnotes ol,
.footnotes ul,
section.footnotes ol,
section.footnotes ul {
  list-style-type: decimal;
}

.footnote-ref {
  font-size: 0.85em;
  font-weight: 600;
  vertical-align: super;
  line-height: 0;
}

blockquote {
  position: relative;
  margin: 1.5rem 0;
  padding: 0.25rem 0 0.25rem 1.25rem;
  background: transparent;
  border-left: 3px solid var(--rubric, #710500);
  color: var(--ink-soft, #52525b);
}
blockquote::before {
  content: none;
}
blockquote p {
  margin: 0.5rem 0 0;
  line-height: 1.6;
  font-style: italic;
}
blockquote p:first-child {
  margin-top: 0.25rem;
}
blockquote p:last-child {
  margin-bottom: 0.25rem;
}
blockquote cite,
blockquote footer {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-style: normal;
  color: var(--bs-secondary-color, #6c757d);
}
blockquote cite::before,
blockquote footer::before {
  content: "— ";
}

@media (max-width: 575.98px) {
  blockquote {
    padding-left: 2rem;
  }
  blockquote::before {
    font-size: 3rem;
    left: -0.25rem;
    top: -0.35rem;
  }
  blockquote p {
    line-height: 1.7;
  }
}
.secondary {
  color: var(--bs-secondary-color, #6c757d) !important;
  font-size: 0.9rem;
  line-height: 1.5;
}

.subtle {
  color: color-mix(in oklab, var(--bs-body-color, #212529) 60%, white);
}

.inherit-color {
  color: inherit !important;
}

footer.site-footer {
  padding: 2.5rem 0;
  margin-top: 3rem;
  font-size: var(--dw-text-sm, 0.875rem);
  color: var(--ink-mute, #64748b);
}
footer.site-footer a {
  color: var(--ink-mute, #64748b);
  text-decoration: none;
}
footer.site-footer a:hover {
  color: var(--ink, #212529);
}

.dw-bc {
  margin: 0.25rem 0 0.75rem;
}

.dw-bc-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dw-bc-item {
  display: inline-flex;
  align-items: center;
  color: #6c757d;
  font-size: 0.95rem;
  line-height: 1.2;
}

.dw-bc-item .dw-bc-link {
  color: inherit;
  text-decoration: none;
}
.dw-bc-item .dw-bc-link:hover, .dw-bc-item .dw-bc-link:focus {
  text-decoration: underline;
}

.dw-bc-item.is-current .dw-bc-text {
  color: #212529;
  font-weight: 600;
}

.dw-bc-sep {
  opacity: 0.6;
  padding: 0 0.125rem;
}

.dw-bc-list.ctx-page .dw-bc-item.is-current .dw-bc-text {
  color: #212529;
}

.dw-bc-list.ctx-archive .dw-bc-item.is-current .dw-bc-text {
  color: #212529;
}

@media print {
  .dw-vis-online .dw-bc {
    display: none !important;
  }
}
@media screen {
  .dw-vis-print .dw-bc {
    display: none !important;
  }
}
.dw-socialsharing .dwss-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 1rem 0;
  justify-content: center;
}
.dw-socialsharing .dwss-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 180px;
  width: auto;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  border: 0;
  background: var(--bg-2, #f6f6f7);
  color: var(--ink, #18181b);
  text-decoration: none;
  transition: 0.15s ease-in-out;
}
.dw-socialsharing .dwss-btn:hover, .dw-socialsharing .dwss-btn:focus {
  background: var(--bg-3, #eeeeef);
  text-decoration: none;
  color: var(--rubric, #710500);
}
.dw-socialsharing .dwss-btn .dwss-ico {
  width: 1em;
  height: 1em;
  margin-right: 0.5rem;
  fill: currentColor;
  flex: 0 0 auto;
}
.dw-socialsharing .dwss-btn .dwss-text {
  line-height: inherit;
}
@media (max-width: 767.98px) {
  .dw-socialsharing .dwss-btn {
    flex: 0 0 calc(50% - .25rem);
  }
}

.widget_dw_video_or_featured_widget .entry-title, .dw-vof .entry-title {
  margin: 0;
  line-height: 1.2;
}
.widget_dw_video_or_featured_widget .entry-meta, .dw-vof .entry-meta {
  margin: 0 0 0.75rem 0;
  color: var(--bs-secondary-color, #6c757d);
  font-size: 0.875rem;
}
.widget_dw_video_or_featured_widget .dw-embed iframe, .widget_dw_video_or_featured_widget .dw-embed video, .widget_dw_video_or_featured_widget .dw-embed embed, .widget_dw_video_or_featured_widget .dw-embed object, .dw-vof .dw-embed iframe, .dw-vof .dw-embed video, .dw-vof .dw-embed embed, .dw-vof .dw-embed object {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.widget_dw_video_or_featured_widget img, .dw-vof img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--rule, #e5e5e8);
  border-radius: 0;
}

.dw-vof .dw-vof-header {
  position: static;
}
.dw-vof .dw-vof-header .entry-title {
  font-weight: 800 !important;
  font-size: clamp(31px, 2rem + 1.5vw, 40px) !important;
  letter-spacing: -0.03em;
  line-height: 1.07 !important;
  margin: 0 0 12px;
  color: var(--ink);
}
.dw-vof .dw-vof-header .entry-meta.dw-meta {
  display: block;
  font-size: 0.875em;
  color: var(--ink-mute);
}
.dw-vof .dw-vof-header .dw-meta .dw-meta-kind {
  display: none;
}
.dw-vof .dw-vof-header .dw-meta .dw-meta-date {
  color: var(--rubric);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.note .dw-vof-header .entry-meta.dw-meta .dw-meta-read,
.note .dw-vof-header .entry-meta.dw-meta .dw-meta-image-title,
.note .dw-vof-header .entry-meta.dw-meta .dw-meta-sep {
  display: none;
}

@media print {
  .dw-vof img {
    display: none;
  }
}
.widget_dw_smartposts_widget .dwsp-wrapper {
  margin: 0 0 1.25rem 0;
}
.widget_dw_smartposts_widget .dwsp-grid {
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_dw_smartposts_widget .dwsp-item,
.widget_dw_smartposts_widget .dwsp-item > article {
  height: 100%;
}
.widget_dw_smartposts_widget .card {
  border-radius: 0;
}
.widget_dw_smartposts_widget .card-title {
  margin-bottom: 0.25rem;
}
.widget_dw_smartposts_widget .card-text {
  margin-bottom: 0.25rem;
}
.widget_dw_smartposts_widget .card {
  position: relative;
}
.widget_dw_smartposts_widget .dw-card-kicker {
  position: absolute;
  top: 4px;
  right: 8px;
  z-index: 1;
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.75em;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c81e2c;
  line-height: 1;
  margin: 0;
}
.widget_dw_smartposts_widget article:not(.has-post-thumbnail) .card {
  background-color: #f5f2eb;
}
.widget_dw_smartposts_widget article:not(.has-post-thumbnail) .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.25rem 0.75rem 1rem;
}
@media (max-width: 768px) {
  .widget_dw_smartposts_widget .card-title {
    font-size: 0.95rem;
    line-height: 1.3;
  }
  .widget_dw_smartposts_widget .dw-card-kicker {
    font-size: 0.625em;
    top: 3px;
    right: 5px;
    letter-spacing: 0.1em;
  }
  .widget_dw_smartposts_widget article:not(.has-post-thumbnail) .card-body {
    padding: 1.75rem 0.875rem 1rem;
  }
}
@media (max-width: 420px) {
  .widget_dw_smartposts_widget .card-title {
    font-size: 0.875rem;
  }
  .widget_dw_smartposts_widget .dw-card-kicker {
    display: none;
  }
  .widget_dw_smartposts_widget article:not(.has-post-thumbnail) .card-body {
    padding: 1.5rem 0.875rem 1rem;
  }
}
.widget_dw_smartposts_widget .dwsp-title-with-selector {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
}
.widget_dw_smartposts_widget .dwsp-title-text {
  flex: 1 1 auto;
  min-width: 0;
}
.widget_dw_smartposts_widget .dwsp-lang-selector {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.widget_dw_smartposts_widget .dwsp-lang-btn {
  text-decoration: none !important;
  color: #999;
  padding: 0 0.15em;
  transition: color 0.15s ease;
}
.widget_dw_smartposts_widget .dwsp-lang-btn:hover {
  color: #333;
  text-decoration: none;
}
.widget_dw_smartposts_widget .dwsp-lang-btn.dwsp-lang-active {
  color: #8b1a1a;
  font-weight: 600;
}
.widget_dw_smartposts_widget .dwsp-lang-btn + .dwsp-lang-btn::before {
  content: "·";
  margin-right: 0.15em;
  color: #ccc;
  font-weight: 400;
}

.widget_dw_timeline_widget .dwtl-wrapper {
  position: relative;
  margin: 0 0 1.25rem 0;
}
.widget_dw_timeline_widget .dwtl-rail {
  position: absolute;
  top: 0.85rem;
  bottom: 0.85rem;
  left: 12px;
  width: 1px;
  background: #d0c8b6;
  pointer-events: none;
}
.widget_dw_timeline_widget .dwtl-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.widget_dw_timeline_widget .dwtl-row {
  position: relative;
}
.widget_dw_timeline_widget .dwtl-row > article {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  column-gap: 1.25rem;
  align-items: start;
}
.widget_dw_timeline_widget .dwtl-row .dwtl-aside {
  padding-top: 0.15rem;
  text-align: left;
}
.widget_dw_timeline_widget .dwtl-row .dwtl-content {
  min-width: 0;
  padding-left: 1.5rem;
}
.widget_dw_timeline_widget .dwtl-chip {
  display: inline-block;
  background: #c81e2c;
  color: #fff !important;
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
  padding: 0.25rem 0.5rem;
  line-height: 1;
  text-decoration: none;
}
.widget_dw_timeline_widget .dwtl-chip time {
  display: inline;
}
.widget_dw_timeline_widget .dwtl-chip:hover, .widget_dw_timeline_widget .dwtl-chip:focus {
  background: #a31621;
  color: #fff !important;
  text-decoration: none;
}
.widget_dw_timeline_widget .dwtl-kicker {
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.625rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 0.4rem;
  line-height: 1;
}
.widget_dw_timeline_widget .dwtl-kicker--essay,
.widget_dw_timeline_widget .dwtl-kicker--note {
  color: #c81e2c;
}
.widget_dw_timeline_widget .dwtl-content .dwtl-kicker {
  display: none;
}
.widget_dw_timeline_widget .dwtl-aside .dwtl-kicker {
  display: inline-block;
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1;
}
.widget_dw_timeline_widget .dwtl-title {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.3;
}
.widget_dw_timeline_widget .dwtl-title a {
  color: inherit;
  text-decoration: none;
}
.widget_dw_timeline_widget .dwtl-title a:hover, .widget_dw_timeline_widget .dwtl-title a:focus {
  text-decoration: underline;
}
.widget_dw_timeline_widget .dwtl-excerpt {
  margin: 0.5rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #3a352f;
}
.widget_dw_timeline_widget .dwtl-image {
  display: block;
  margin: 0.875rem 0 0;
  overflow: hidden;
  text-decoration: none;
}
.widget_dw_timeline_widget .dwtl-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.widget_dw_timeline_widget .dwtl-image.dwtl-image--native img {
  height: auto;
  object-fit: initial;
}
.widget_dw_timeline_widget .dwtl-image--float {
  margin-top: 0;
}
.widget_dw_timeline_widget .dwtl-text {
  min-width: 0;
}
@media (min-width: 481px) {
  .widget_dw_timeline_widget .dwtl-row > article {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    align-items: stretch;
  }
  .widget_dw_timeline_widget .dwtl-aside {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .widget_dw_timeline_widget .dwtl-content:has(.dwtl-image--float) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
  .widget_dw_timeline_widget .dwtl-image--float {
    flex: 0 0 45%;
    max-width: 360px;
    margin: 0.25rem 0 0.5rem;
  }
  .widget_dw_timeline_widget .dwtl-content:has(.dwtl-image--float) > .dwtl-text {
    flex: 1 1 0;
    min-width: 0;
  }
}
.widget_dw_timeline_widget .dwtl-foot {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #7a736a;
}
.widget_dw_timeline_widget .dwtl-readmore {
  display: inline-block;
  margin-top: 0.5rem;
  color: #c81e2c;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.widget_dw_timeline_widget .dwtl-readmore:hover, .widget_dw_timeline_widget .dwtl-readmore:focus {
  color: #a31621;
  text-decoration: underline;
}
.widget_dw_timeline_widget .dwml-langs {
  color: #7a736a;
}
.widget_dw_timeline_widget .dwtl-anchor {
  display: block;
  height: 0;
  scroll-margin-top: 1rem;
}
.widget_dw_timeline_widget .dwtl-pagination {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  align-items: baseline;
  font-size: 0.875rem;
}
.widget_dw_timeline_widget .dwtl-pagination .page-numbers {
  display: inline-block;
  padding: 0.3rem 0.6rem;
  min-width: 2.25rem;
  text-align: center;
  text-decoration: none;
  color: #3a352f;
  border: 1px solid transparent;
  line-height: 1.2;
}
.widget_dw_timeline_widget .dwtl-pagination .page-numbers:hover, .widget_dw_timeline_widget .dwtl-pagination .page-numbers:focus {
  border-color: #d0c8b6;
  background: #faf6ee;
  text-decoration: none;
}
.widget_dw_timeline_widget .dwtl-pagination .page-numbers.current {
  background: #c81e2c;
  color: #fff;
  font-weight: 600;
  border-color: #c81e2c;
}
.widget_dw_timeline_widget .dwtl-pagination .page-numbers.dots {
  border: none;
  cursor: default;
}
.widget_dw_timeline_widget .dwtl-pagination .page-numbers.dots:hover, .widget_dw_timeline_widget .dwtl-pagination .page-numbers.dots:focus {
  background: none;
  border-color: transparent;
}
.widget_dw_timeline_widget .dwtl-pagination .page-numbers.prev, .widget_dw_timeline_widget .dwtl-pagination .page-numbers.next {
  font-weight: 600;
  letter-spacing: 0.02em;
}
.widget_dw_timeline_widget .dwtl-title-with-selector {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
}
.widget_dw_timeline_widget .dwtl-title-text {
  flex: 1 1 auto;
  min-width: 0;
}
.widget_dw_timeline_widget .dwtl-lang-selector {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.widget_dw_timeline_widget .dwtl-lang-btn {
  text-decoration: none !important;
  color: #999;
  padding: 0 0.15em;
  transition: color 0.15s ease;
}
.widget_dw_timeline_widget .dwtl-lang-btn:hover {
  color: #333;
  text-decoration: none;
}
.widget_dw_timeline_widget .dwtl-lang-btn.dwtl-lang-active {
  color: #8b1a1a;
  font-weight: 600;
}
.widget_dw_timeline_widget .dwtl-lang-btn + .dwtl-lang-btn::before {
  content: "·";
  margin-right: 0.15em;
  color: #ccc;
  font-weight: 400;
}
@media (max-width: 480px) {
  .widget_dw_timeline_widget .dwtl-row > article {
    display: block;
  }
  .widget_dw_timeline_widget .dwtl-list {
    gap: 1.75rem;
  }
  .widget_dw_timeline_widget .dwtl-aside {
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.5rem;
  }
  .widget_dw_timeline_widget .dwtl-aside .dwtl-kicker {
    font-size: 0.6875rem;
  }
  .widget_dw_timeline_widget .dwtl-chip {
    position: relative;
    font-size: 0.6875rem;
    padding: 0.1875rem 0.4375rem;
  }
  .widget_dw_timeline_widget .dwtl-content {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }
  .widget_dw_timeline_widget .dwtl-text {
    display: contents;
  }
  .widget_dw_timeline_widget .dwtl-title {
    order: 1;
  }
  .widget_dw_timeline_widget .dwtl-image {
    order: 2;
    margin: 0;
  }
  .widget_dw_timeline_widget .dwtl-excerpt {
    order: 3;
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.5;
  }
  .widget_dw_timeline_widget .dwtl-readmore {
    order: 4;
    margin: 0;
  }
  .widget_dw_timeline_widget .dwtl-foot {
    order: 5;
    margin: 0;
  }
}

.dwml-langs a {
  color: #c81e2c;
  text-decoration: none;
}
.dwml-langs a:hover, .dwml-langs a:focus {
  text-decoration: underline;
}

.dwml-langs--badges {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.dw-meta-kind {
  display: inline-block;
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c81e2c;
  line-height: 1;
}

.dw-meta-date-group {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.dwml-lang-badge {
  display: inline-block;
  padding: 0.05rem 0.45rem;
  border: 1px solid #e6e0d6;
  background: #faf6ee;
  color: #3a352f;
  font-size: 0.75em;
  line-height: 1.4;
}
.dwml-lang-badge a {
  color: inherit;
  text-decoration: none;
}
.dwml-lang-badge a:hover, .dwml-lang-badge a:focus {
  text-decoration: underline;
}

.widget_dw_conditional_html_widget {
  margin-bottom: 1.25rem;
}
.widget_dw_conditional_html_widget .widget-content p {
  margin: 0 0 0.5rem 0;
}
.widget_dw_conditional_html_widget .widget-content a {
  text-decoration: underline;
}
.widget_dw_conditional_html_widget .is-muted {
  color: #6c757d;
}

/* DW MailerLite Subscribe styles */
.dw-ml-desc {
  margin-bottom: 0.5rem;
}

.dw-ml-form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.dw-ml-field input[type=email],
.dw-ml-field input[type=text] {
  width: 100%;
  padding: 0.5rem 0.6rem;
  border: 1px solid #ced4da;
  font: inherit;
}

.dw-ml-field input:focus {
  outline: 0;
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.dw-ml-field-gdpr label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.95rem;
}

.dw-ml-actions {
  margin-top: 0.25rem;
}

.dw-ml-submit {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.dw-ml-message {
  margin-top: 0.25rem;
  font-size: 0.95rem;
}

.dw-ml-success {
  color: #0a7b25;
}

.dw-ml-already {
  color: #0a6d8c;
}

.dw-ml-error {
  color: #b42318;
}

:root {
  --dw-text-sm: 0.875rem;
}

html {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family: var(--font-sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  font-size: var(--bs-body-font-size, 1rem);
  line-height: var(--bs-body-line-height, 1.6);
  color: var(--bs-body-color, #1a1a1a);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 1.5rem 1rem;
}

.widget_dw_theme_shoplinks_widget.essay,
.widget_dw_mailerlite_subscribe_widget.essay {
  border: 1px solid var(--rule);
  background: var(--bg-2);
  padding: 22px 24px;
  margin: 36px 0;
}
.widget_dw_theme_shoplinks_widget.essay .widget-title,
.widget_dw_mailerlite_subscribe_widget.essay .widget-title {
  font-size: 17px !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em;
  margin: 0 0 6px !important;
  color: var(--ink);
}

.widget_dw_theme_shoplinks_widget.essay .dwshoplinks-button {
  display: block;
  text-align: center;
  border: 1px solid var(--positive) !important;
  border-radius: 9px !important;
  padding: 12px !important;
  font-weight: 700;
  color: var(--positive-ink) !important;
  background: var(--positive) !important;
  text-decoration: none;
}
.widget_dw_theme_shoplinks_widget.essay .dwshoplinks-button:hover {
  background: var(--positive-2) !important;
  border-color: var(--positive-2) !important;
  color: var(--positive-ink) !important;
  text-decoration: none;
}
.widget_dw_theme_shoplinks_widget.essay p a {
  color: var(--rubric);
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
}
.widget_dw_theme_shoplinks_widget.essay p a:hover {
  text-decoration: underline;
}

.widget_dw_mailerlite_subscribe_widget.essay .dw-ml-desc {
  font-size: 14px;
  color: var(--ink-soft);
  margin: 0 0 14px;
  line-height: 1.55;
}
.widget_dw_mailerlite_subscribe_widget.essay .dw-ml input[type=email] {
  border: 1px solid var(--rule);
  border-radius: 0;
  background: var(--bg);
  padding: 11px 13px;
  font: inherit;
  color: var(--ink);
}
.widget_dw_mailerlite_subscribe_widget.essay .dw-ml button.btn-primary {
  background: var(--positive) !important;
  color: var(--positive-ink) !important;
  border: 0 !important;
  border-radius: 9px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  width: auto !important;
  padding: 10px 16px !important;
}
.widget_dw_mailerlite_subscribe_widget.essay .dw-ml button.btn-primary:hover {
  background: var(--positive-2) !important;
}

body.single-buecher #primary.site-main {
  max-width: var(--read, 800px);
}

body.single-buecher .widget_dw_content_widget ul {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body.single-buecher .widget_dw_content_widget ul li {
  margin: 0;
}
body.single-buecher .widget_dw_content_widget ul li a {
  display: block;
  text-align: center;
  background: var(--positive);
  color: var(--positive-ink);
  font-weight: 700;
  padding: 13px;
  border-radius: 9px;
  text-decoration: none;
}
body.single-buecher .widget_dw_content_widget ul li a:hover {
  background: var(--positive-2);
  color: var(--positive-ink);
  text-decoration: none;
}

.ml-embedded {
  margin: 26px 0 32px !important;
}

.ml-form-embedContainer {
  border: 1px solid var(--rule);
  background: var(--bg-2);
  padding: 22px 24px;
  border-radius: 0;
}
.ml-form-embedContainer .ml-form-embedWrapper,
.ml-form-embedContainer .ml-form-embedBody,
.ml-form-embedContainer .ml-form-align-left,
.ml-form-embedContainer .ml-form-embedContent {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  max-width: 100% !important;
}
.ml-form-embedContainer .ml-form-embedHeader img {
  display: none;
}
.ml-form-embedContainer h4 {
  font-size: 17px !important;
  font-weight: 700 !important;
  color: var(--ink) !important;
  margin: 0 0 6px !important;
}
.ml-form-embedContainer .ml-form-embedContent p,
.ml-form-embedContainer .ml-form-embedPermissions p,
.ml-form-embedContainer p {
  color: var(--ink-soft) !important;
  font-size: 14px !important;
}
.ml-form-embedContainer input[type=email],
.ml-form-embedContainer .ml-form-formContent input,
.ml-form-embedContainer .ml-field-group input {
  border: 1px solid var(--rule) !important;
  border-radius: 0 !important;
  background: var(--bg) !important;
  color: var(--ink) !important;
  box-shadow: none !important;
  font: inherit !important;
}
.ml-form-embedContainer .ml-form-embedSubmit button,
.ml-form-embedContainer button[type=submit] {
  background: var(--positive) !important;
  color: var(--positive-ink) !important;
  border: 0 !important;
  border-radius: 9px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}
.ml-form-embedContainer .ml-form-embedSubmit button:hover,
.ml-form-embedContainer button[type=submit]:hover {
  background: var(--positive-2) !important;
}
