/* =========================================================
   Site Presentation Layer
   This file is allowed to change.
   ========================================================= */

:root {
  --site-header-bg: none;
}


/* =========================================================
   Layout primitives
   ========================================================= */

/*
 * Default theme wrapper.
 * Templates use this as the full-width page canvas.
 */
.mlark-wrap {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

/*
 * Constrained inner content.
 * Nest inside .mlark-wrap when a section should stop at 1200px.
 */
.mlark-const {
  width: min(100% - 3rem, 1200px);
  margin-left: auto;
  margin-right: auto;
}


/* =========================================================
   Main Content Shell
   ========================================================= */

#content {
 position:relative;
        display: block;
        z-index:2;
}

/* =========================================================
   Sections (design system choice)
   ========================================================= */

.section,
.wp-block-group.is-style-section {
  padding: 4rem 1.5rem;
}

.wp-block-group.is-style-section-tight {
  padding: 2rem 1.5rem;
}

.wp-block-group.is-style-section-dark {
  padding: 4rem 1.5rem;
  background: #111;
  color: #fff;
}

.wp-block-group.is-style-section-dark a {
  color: #fff;
}

/* Optional separation between sections */
.section + .section,
.wp-block-group.is-style-section + .wp-block-group.is-style-section {
  border-top: 1px solid #eee;
}

/* =========================================================
   Section inner constraint
   ========================================================= */

.section > *,
.wp-block-group.is-style-section > * {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* =========================================================
   Archives & Post Lists (WordPress-specific)
   ========================================================= */

.archive-header {
  padding: 2rem 1.5rem;
  border-bottom: 1px solid #eee;
}

.archive-list {
  padding: 2rem 1.5rem;
}

.archive-item {
  margin-bottom: 2rem;
}

.archive-item h2 {
  margin-bottom: 0.25em;
}

.archive-pagination {
  padding: 2rem 1.5rem;
}
