/* variant_j: dark footer block */
.vedo_5724cfbd { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; margin: 0; background: hsl(105, 8%, 98%); color: hsl(105, 12%, 12%); }

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

.container_86b7f6ec {
  max-width: 965px;
  margin: 0 auto;
  padding: 0 27px 72px;
}

.vedon_1b40a83b {
  padding: 36px 0;
  margin-bottom: 72px;
  border-bottom: 2px solid hsl(285, 60%, 50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.brand_46dd1c06 { font-weight: 700; font-size: 1.4rem; color: hsl(105, 60%, 50%); }

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

.navItem_873115cd { margin: 0; }

.link_ve_70a66122 { color: hsl(285, 60%, 50%); text-decoration: none; }

.yonti_main_6c586d7e { padding: 36px 0; }

.section_ly_382b9028 {
  padding: 36px;
  margin-bottom: 36px;
  background: hsl(105, 10%, 94%);
}

.heading_853fc797 { font-size: 1.35rem; margin: 0 0 18px; color: hsl(105, 75%, 35%); }

.nlyo_9f0f05f9 { margin: 0; color: hsl(105, 8%, 42%); line-height: 1.6; }

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

.onti_listItem_aa83c4d8 { margin-bottom: 9px; }

.edonl_card_252af7bc {
  background: hsl(105, 10%, 94%);
  padding: 36px;
  margin-bottom: 36px;
}

.cardTitle_yontis_716e0d61 { font-size: 1.35rem; margin: 0 0 18px; color: hsl(105, 75%, 35%); }

.cardText_edon_f3c13b7e { margin: 0; color: hsl(105, 8%, 42%); }

.footer_4c6197b0 {
  margin: 0 calc(-1 * 27px) 0;
  padding: 36px 27px;
  background: hsl(105, 75%, 35%);
  color: hsl(105, 60%, 75%);
  font-size: 0.9rem;
}

.footerText_ontis_fd587fb2 { margin: 0; }

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

.yontis_footerLink_ae27aeac { color: hsl(105, 60%, 75%); text-decoration: none; }

.meta2_838dec4b { 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(.blogLayout_49936ccb) > h1 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 0;
}
.blogLayout_49936ccb {
  margin: 1rem 0 0;
  padding: 0;
}
.blogLayout_49936ccb .yont_blogItem_605bf98a {
  margin: 0;
  padding: 0;
}
.meta2_838dec4b {
  display: block;
  font-size: 0.875rem;
  opacity: 0.75;
  margin-top: 0.25rem;
}
/* Article/single page published date */
main .meta2_838dec4b {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.blogLayout_49936ccb .blogLink_is_71f94285 {
  display: block;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* List */
.yo_blogLayoutList_2b730835 .blogLink_is_71f94285 {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.yo_blogLayoutList_2b730835 .yont_blogItem_605bf98a:last-child .blogLink_is_71f94285 { border-bottom: none; }
/* Grid */
.blogLayoutGrid_c592fbf4 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}
.blogLayoutGrid_c592fbf4 .blogLink_is_71f94285 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid_c592fbf4 .blogLink_is_71f94285:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 3 */
.nlyon_9ca658dd {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .nlyon_9ca658dd { grid-template-columns: 1fr; }
}
.nlyon_9ca658dd .blogLink_is_71f94285 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.nlyon_9ca658dd .blogLink_is_71f94285:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 4 */
.lyon_95d9f02a {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 992px) {
  .lyon_95d9f02a { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .lyon_95d9f02a { grid-template-columns: 1fr; }
}
.lyon_95d9f02a .blogLink_is_71f94285 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.lyon_95d9f02a .blogLink_is_71f94285:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Boxed */
.on_blogLayoutBoxed_2a3502f8 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.on_blogLayoutBoxed_2a3502f8 .blogLink_is_71f94285 {
  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;
}
.on_blogLayoutBoxed_2a3502f8 .blogLink_is_71f94285:hover {
  border-color: rgba(0,0,0,0.2);
  background: #e8e9ec;
}
/* Cards */
.blogLayoutCards_c6d49cb7 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .blogLayoutCards_c6d49cb7 { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
}
@media (min-width: 900px) {
  .blogLayoutCards_c6d49cb7 { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
}
.blogLayoutCards_c6d49cb7 .blogLink_is_71f94285 {
  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_c6d49cb7 .blogLink_is_71f94285: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_edo_b94ba56b { overflow-x: hidden; }
  .container_86b7f6ec {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 48px;
  }
  .vedon_1b40a83b {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 24px;
    padding: 16px;
    gap: 12px;
  }
  .brand_46dd1c06 {
    font-size: 1.15rem;
    line-height: 1.25;
    word-break: break-word;
  }
  .onti_navList_2bc25969 { gap: 16px; flex-wrap: wrap; }
  .yonti_main_6c586d7e { padding: 20px 0; }
  .section_ly_382b9028 {
    padding: 20px 16px;
    margin-bottom: 20px;
  }
  .edonl_card_252af7bc {
    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_4c6197b0 {
    margin-top: 48px;
    padding: 24px 0;
  }
  .footerText_ontis_fd587fb2 { margin-bottom: 12px; }
  .footerLinks_07be5e1a {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
    font-size: 0.8125rem;
    line-height: 1.35;
  }
  .footerLinks_07be5e1a a {
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}
@media (max-width: 480px) {
  .vedon_1b40a83b {
    flex-direction: column;
    align-items: flex-start;
  }
  .onti_navList_2bc25969 { width: 100%; }
  .footerLinks_07be5e1a { grid-template-columns: 1fr; }
}
