/* variant_d: dark header bar, soft cards */
.root_499e4011 { font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", serif; margin: 0; background: hsl(99, 8%, 98%); color: hsl(99, 12%, 12%); }

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

.container_okero_b98eb30a {
  max-width: 919px;
  margin: 0 auto;
  padding: 0 27px 72px;
}

.roest_header_61742a34 {
  padding: 27px 36px;
  margin: 0 calc(-1 * 27px) 72px;
  background: hsl(99, 69%, 39%);
  color: hsl(99, 54%, 79%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.okero_1ece8850 { font-weight: 700; font-size: 1.4rem; letter-spacing: 0.02em; }

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

.navItem_terrei_bd7e1c05 { margin: 0; }

.eroest_1d1577bf { color: hsl(99, 54%, 79%); text-decoration: none; }

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

.ch_d542eca4 { padding: 36px 0; }

.section_48b53ae7 {
  background: hsl(99, 10%, 94%);
  padding: 36px;
  margin-bottom: 36px;
  border-left: 4px solid hsl(279, 54%, 54%);
}

.errei_heading_a7b48bea { font-size: 1.4rem; margin: 0 0 18px; color: hsl(99, 69%, 39%); }

.oe_text_27737ecb { margin: 0 0 18px; color: hsl(99, 8%, 42%); line-height: 1.6; }

.list_03b83529 { margin: 18px 0; padding-left: 36px; }

.listItem_ic_bd845e99 { margin-bottom: 9px; }

.card_terrei_77e7aac6 {
  background: hsl(99, 10%, 94%);
  padding: 36px;
  margin-bottom: 36px;
  border-left: 4px solid hsl(279, 54%, 54%);
}

.cardTitle_894d90bf { font-size: 1.35rem; margin: 0 0 18px; color: hsl(99, 69%, 39%); }

.cardText_44e6e915 { margin: 0 0 18px; color: hsl(99, 8%, 42%); }

.okero_10f74648 {
  margin-top: 72px;
  padding: 36px 0;
  border-top: 2px solid hsl(99, 10%, 94%);
  font-size: 0.875rem;
  color: hsl(99, 8%, 42%);
}

.oke_5156c327 { margin: 0; }

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

.footerLink_83c726ef { color: hsl(279, 54%, 54%); text-decoration: none; }

.roeste_1ae96f91 { display: block; font-size: 0.875rem; opacity: 0.75; 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(.roe_95ba99b3) > h1 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 0;
}
.roe_95ba99b3 {
  margin: 1rem 0 0;
  padding: 0;
}
.roe_95ba99b3 .blogItem_4ba581a8 {
  margin: 0;
  padding: 0;
}
.roeste_1ae96f91 {
  display: block;
  font-size: 0.875rem;
  opacity: 0.75;
  margin-top: 0.25rem;
}
/* Article/single page published date */
main .roeste_1ae96f91 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.roe_95ba99b3 .ok_blogLink_e14fc47c {
  display: block;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* List */
.blogLayoutList_40bf6b7c .ok_blogLink_e14fc47c {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.blogLayoutList_40bf6b7c .blogItem_4ba581a8:last-child .ok_blogLink_e14fc47c { border-bottom: none; }
/* Grid */
.blogLayoutGrid_41fa57d5 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}
.blogLayoutGrid_41fa57d5 .ok_blogLink_e14fc47c {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid_41fa57d5 .ok_blogLink_e14fc47c:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 3 */
.blogLayoutGrid3_0528d750 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .blogLayoutGrid3_0528d750 { grid-template-columns: 1fr; }
}
.blogLayoutGrid3_0528d750 .ok_blogLink_e14fc47c {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid3_0528d750 .ok_blogLink_e14fc47c:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 4 */
.blogLayoutGrid4_0e25f713 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 992px) {
  .blogLayoutGrid4_0e25f713 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .blogLayoutGrid4_0e25f713 { grid-template-columns: 1fr; }
}
.blogLayoutGrid4_0e25f713 .ok_blogLink_e14fc47c {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid4_0e25f713 .ok_blogLink_e14fc47c:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Boxed */
.blogLayoutBoxed_pokero_70f8c8c4 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blogLayoutBoxed_pokero_70f8c8c4 .ok_blogLink_e14fc47c {
  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_pokero_70f8c8c4 .ok_blogLink_e14fc47c:hover {
  border-color: rgba(0,0,0,0.2);
  background: #e8e9ec;
}
/* Cards */
.est_blogLayoutCards_6cbeaee6 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .est_blogLayoutCards_6cbeaee6 { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
}
@media (min-width: 900px) {
  .est_blogLayoutCards_6cbeaee6 { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
}
.est_blogLayoutCards_6cbeaee6 .ok_blogLink_e14fc47c {
  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;
}
.est_blogLayoutCards_6cbeaee6 .ok_blogLink_e14fc47c: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) {
  .okeroe_1ccd205c { overflow-x: hidden; }
  .container_okero_b98eb30a {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 48px;
  }
  .roest_header_61742a34 {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 24px;
    padding: 16px;
    gap: 12px;
  }
  .okero_1ece8850 {
    font-size: 1.15rem;
    line-height: 1.25;
    word-break: break-word;
  }
  .navList_46bd1a56 { gap: 16px; flex-wrap: wrap; }
  .ch_d542eca4 { padding: 20px 0; }
  .section_48b53ae7 {
    padding: 20px 16px;
    margin-bottom: 20px;
  }
  .card_terrei_77e7aac6 {
    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;
  }
  .okero_10f74648 {
    margin-top: 48px;
    padding: 24px 0;
  }
  .oke_5156c327 { margin-bottom: 12px; }
  .eic_footerLinks_21a5a615 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
    font-size: 0.8125rem;
    line-height: 1.35;
  }
  .eic_footerLinks_21a5a615 a {
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}
@media (max-width: 480px) {
  .roest_header_61742a34 {
    flex-direction: column;
    align-items: flex-start;
  }
  .navList_46bd1a56 { width: 100%; }
  .eic_footerLinks_21a5a615 { grid-template-columns: 1fr; }
}
