/* Unique palette - no shared class names */
.root_4e844b94 {
  font-family: undefined;
  color: hsl(180, 12%, 12%);
  background: hsl(180, 8%, 98%);
  margin: 0;
  line-height: 1.5;
}

.body_errei_3ff21a7c { margin: 0; min-height: 100vh; }

.slo_wrap_a0934fbc {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 12px;
}

.oester_51e602d2 {
  background: hsl(180, 45%, 40%);
  color: hsl(180, 45%, 65%);
  padding: 12px 18px;
  margin-bottom: 24px;
}

.bar_c235022d {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.brand_ste_35ef8089 { font-weight: 700; font-size: 1.25rem; }

.nav_4900c331 { display: flex; }

.navList_eichsl_b9f8fd0b {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 18px;
}

.navItem_413daacc { margin: 0; }

.terre_link_2237e4eb {
  color: hsl(180, 45%, 65%);
  text-decoration: none;
}

.terre_link_2237e4eb:hover { text-decoration: underline; }

.main_c8a73f31 { padding: 24px 0; }

.chs_905065b9 {
  margin-bottom: 48px;
  padding: 18px 0;
}

.sterr_127ca7dc {
  font-size: 1.75rem;
  color: hsl(180, 60%, 25%);
  margin: 0 0 12px;
}

.text_0dccc2c0 { margin: 0 0 12px; color: hsl(180, 8%, 42%); }

.terrei_list_2e1cb9bf {
  list-style: disc;
  margin: 12px 0;
  padding-left: 24px;
}

.ich_listItem_2bc98ca4 { margin-bottom: 6px; }

.rre_5d0c1a11 {
  background: hsl(180, 10%, 94%);
  color: hsl(180, 8%, 42%);
  padding: 24px 18px;
  margin-top: 48px;
}

.terrei_strip_a1d5168a { max-width: 1280px; margin: 0 auto; }

.footerText_esterr_fe225502 { margin: 0 0 12px; font-size: 0.9rem; }

.footerLinks_te_3d4ff5e1 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  row-gap: 12px;
  column-gap: 18px;
}
.footerLinks_te_3d4ff5e1 > li { flex: 0 0 auto; }

.footerLink_4594b7ca { color: hsl(0, 45%, 40%); text-decoration: none; }

.footerLink_4594b7ca:hover { text-decoration: underline; }

.ster_meta2_6f66a3b0 { display: block; font-size: 0.875rem; color: hsl(180, 8%, 42%); margin-top: 0.25rem; }

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

/* Articles/blog/news listing — hashed class names per site (no footprint) */
main:has(.est_1ebf5efe) > h1 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 0;
}
.est_1ebf5efe {
  margin: 1rem 0 0;
  padding: 0;
}
.est_1ebf5efe .err_blogItem_aaa8d24c {
  margin: 0;
  padding: 0;
}
.ster_meta2_6f66a3b0 {
  display: block;
  font-size: 0.875rem;
  opacity: 0.75;
  margin-top: 0.25rem;
}
/* Article/single page published date */
main .ster_meta2_6f66a3b0 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.est_1ebf5efe .blogLink_cc401715 {
  display: block;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* List */
.hs_99842f7c .blogLink_cc401715 {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.hs_99842f7c .err_blogItem_aaa8d24c:last-child .blogLink_cc401715 { border-bottom: none; }
/* Grid */
.ch_55bee5b5 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}
.ch_55bee5b5 .blogLink_cc401715 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.ch_55bee5b5 .blogLink_cc401715:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 3 */
.blogLayoutGrid3_482ee7f8 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .blogLayoutGrid3_482ee7f8 { grid-template-columns: 1fr; }
}
.blogLayoutGrid3_482ee7f8 .blogLink_cc401715 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid3_482ee7f8 .blogLink_cc401715:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 4 */
.hsl_blogLayoutGrid4_6078ceaf {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 992px) {
  .hsl_blogLayoutGrid4_6078ceaf { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .hsl_blogLayoutGrid4_6078ceaf { grid-template-columns: 1fr; }
}
.hsl_blogLayoutGrid4_6078ceaf .blogLink_cc401715 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.hsl_blogLayoutGrid4_6078ceaf .blogLink_cc401715:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Boxed */
.blogLayoutBoxed_ichslo_b7f59f2b {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blogLayoutBoxed_ichslo_b7f59f2b .blogLink_cc401715 {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 1.25rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.12);
  background: #f0f1f3;
  box-shadow: none;
}
.blogLayoutBoxed_ichslo_b7f59f2b .blogLink_cc401715:hover {
  border-color: rgba(0,0,0,0.2);
  background: #e8e9ec;
}
/* Cards */
.blogLayoutCards_ichs_f3f499ae {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .blogLayoutCards_ichs_f3f499ae { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
}
@media (min-width: 900px) {
  .blogLayoutCards_ichs_f3f499ae { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
}
.blogLayoutCards_ichs_f3f499ae .blogLink_cc401715 {
  display: block;
  padding: 1.25rem;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.06);
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  min-height: 4rem;
}
.blogLayoutCards_ichs_f3f499ae .blogLink_cc401715:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.08);
  border-color: rgba(0,0,0,0.1);
}

/* Mobile responsive layout */
@media (max-width: 768px) {
  .body_errei_3ff21a7c { overflow-x: hidden; }
  .ter_d592e20a {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 48px;
  }
  .oester_51e602d2 {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 24px;
    padding: 16px;
    gap: 12px;
  }
  .brand_ste_35ef8089 {
    font-size: 1.15rem;
    line-height: 1.25;
    word-break: break-word;
  }
  .navList_eichsl_b9f8fd0b { gap: 16px; flex-wrap: wrap; }
  .main_c8a73f31 { padding: 20px 0; }
  .chs_905065b9 {
    padding: 20px 16px;
    margin-bottom: 20px;
  }
  .card_8661ed47 {
    padding: 20px 16px;
    margin-bottom: 20px;
  }
  .layout-content-sidebar {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1rem;
  }
  .layout-content-sidebar .layout-main,
  .layout-content-sidebar main.layout-main {
    order: 1;
    width: 100%;
  }
  .site-sidebar-aside,
  .layout-content-sidebar .layout-sidebar.site-sidebar-aside,
  .layout-content-sidebar .layout-sidebar {
    order: 2;
    flex: 1 1 100%;
    width: 100%;
    max-width: none;
  }
  .rre_5d0c1a11 {
    margin-top: 48px;
    padding: 24px 0;
  }
  .footerText_esterr_fe225502 { margin-bottom: 12px; }
  .footerLinks_te_3d4ff5e1 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
    font-size: 0.8125rem;
    line-height: 1.35;
  }
  .footerLinks_te_3d4ff5e1 a {
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}
@media (max-width: 480px) {
  .oester_51e602d2 {
    flex-direction: column;
    align-items: flex-start;
  }
  .navList_eichsl_b9f8fd0b { width: 100%; }
  .footerLinks_te_3d4ff5e1 { grid-template-columns: 1fr; }
}
