/* variant_d: dark header bar, soft cards */
.root_ig_b61be232 { font-family: "Georgia", "Times New Roman", serif; margin: 0; background: hsl(99, 8%, 98%); color: hsl(99, 12%, 12%); }

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

.container_geliv_b1216ae0 {
  max-width: 959px;
  margin: 0 auto;
  padding: 0 27px 72px;
}

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

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

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

.ivec_5d4b743c { margin: 0; }

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

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

.sin_d41959d7 { padding: 36px 0; }

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

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

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

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

.as_19516219 { margin-bottom: 9px; }

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

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

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

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

.iv_footerText_68a73166 { margin: 0; }

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

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

.rigel_141c92e5 { 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(.verig_da835cf1) > h1 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 0;
}
.verig_da835cf1 {
  margin: 1rem 0 0;
  padding: 0;
}
.verig_da835cf1 .li_dced2f3e {
  margin: 0;
  padding: 0;
}
.rigel_141c92e5 {
  display: block;
  font-size: 0.875rem;
  opacity: 0.75;
  margin-top: 0.25rem;
}
/* Article/single page published date */
main .rigel_141c92e5 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.verig_da835cf1 .gel_blogLink_a6e1d345 {
  display: block;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* List */
.blogLayoutList_897eadf0 .gel_blogLink_a6e1d345 {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.blogLayoutList_897eadf0 .li_dced2f3e:last-child .gel_blogLink_a6e1d345 { border-bottom: none; }
/* Grid */
.blogLayoutGrid_086a2eb0 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}
.blogLayoutGrid_086a2eb0 .gel_blogLink_a6e1d345 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid_086a2eb0 .gel_blogLink_a6e1d345:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 3 */
.blogLayoutGrid3_0c405fb6 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .blogLayoutGrid3_0c405fb6 { grid-template-columns: 1fr; }
}
.blogLayoutGrid3_0c405fb6 .gel_blogLink_a6e1d345 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid3_0c405fb6 .gel_blogLink_a6e1d345:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 4 */
.ge_d76e35ec {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 992px) {
  .ge_d76e35ec { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .ge_d76e35ec { grid-template-columns: 1fr; }
}
.ge_d76e35ec .gel_blogLink_a6e1d345 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.ge_d76e35ec .gel_blogLink_a6e1d345:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Boxed */
.er_blogLayoutBoxed_a510a597 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.er_blogLayoutBoxed_a510a597 .gel_blogLink_a6e1d345 {
  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;
}
.er_blogLayoutBoxed_a510a597 .gel_blogLink_a6e1d345:hover {
  border-color: rgba(0,0,0,0.2);
  background: #e8e9ec;
}
/* Cards */
.blogLayoutCards_ca34a4f2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .blogLayoutCards_ca34a4f2 { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
}
@media (min-width: 900px) {
  .blogLayoutCards_ca34a4f2 { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
}
.blogLayoutCards_ca34a4f2 .gel_blogLink_a6e1d345 {
  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_ca34a4f2 .gel_blogLink_a6e1d345: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) {
  .erig_95604543 { overflow-x: hidden; }
  .container_geliv_b1216ae0 {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 48px;
  }
  .header_cfd6a3b6 {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 24px;
    padding: 16px;
    gap: 12px;
  }
  .erig_1415cbba {
    font-size: 1.15rem;
    line-height: 1.25;
    word-break: break-word;
  }
  .navList_vecasi_b3e93091 { gap: 16px; flex-wrap: wrap; }
  .sin_d41959d7 { padding: 20px 0; }
  .section_48017070 {
    padding: 20px 16px;
    margin-bottom: 20px;
  }
  .card_sve_b670b392 {
    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;
  }
  .footer_ecas_fce6cb6c {
    margin-top: 48px;
    padding: 24px 0;
  }
  .iv_footerText_68a73166 { margin-bottom: 12px; }
  .footerLinks_418004a0 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
    font-size: 0.8125rem;
    line-height: 1.35;
  }
  .footerLinks_418004a0 a {
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}
@media (max-width: 480px) {
  .header_cfd6a3b6 {
    flex-direction: column;
    align-items: flex-start;
  }
  .navList_vecasi_b3e93091 { width: 100%; }
  .footerLinks_418004a0 { grid-template-columns: 1fr; }
}
