/* variant_j: dark footer block */
.root_islot_fe7584f8 { font-family: "Gill Sans", "Trebuchet MS", sans-serif; margin: 0; background: hsl(165, 8%, 98%); color: hsl(165, 12%, 12%); }

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

.it_9a889680 {
  max-width: 1065px;
  margin: 0 auto;
  padding: 0 27px 72px;
}

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

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

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

.suo_navItem_ae80fb2e { margin: 0; }

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

.main_uomisl_f09ac607 { padding: 36px 0; }

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

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

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

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

.is_listItem_a698066f { margin-bottom: 9px; }

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

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

.cardText_477b8ba7 { margin: 0; color: hsl(165, 8%, 42%); }

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

.slotit_93aad8ac { margin: 0; }

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

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

.mislot_meta2_a40df019 { 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_omisl_3c49259f) > h1 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 0;
}
.blogLayout_omisl_3c49259f {
  margin: 1rem 0 0;
  padding: 0;
}
.blogLayout_omisl_3c49259f .blogItem_82739bad {
  margin: 0;
  padding: 0;
}
.mislot_meta2_a40df019 {
  display: block;
  font-size: 0.875rem;
  opacity: 0.75;
  margin-top: 0.25rem;
}
/* Article/single page published date */
main .mislot_meta2_a40df019 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.blogLayout_omisl_3c49259f .uomisl_blogLink_6bf5c499 {
  display: block;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* List */
.blogLayoutList_mislo_fdbf0075 .uomisl_blogLink_6bf5c499 {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.blogLayoutList_mislo_fdbf0075 .blogItem_82739bad:last-child .uomisl_blogLink_6bf5c499 { border-bottom: none; }
/* Grid */
.blogLayoutGrid_8ed01a78 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}
.blogLayoutGrid_8ed01a78 .uomisl_blogLink_6bf5c499 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid_8ed01a78 .uomisl_blogLink_6bf5c499:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 3 */
.uomisl_blogLayoutGrid3_642a6ff7 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .uomisl_blogLayoutGrid3_642a6ff7 { grid-template-columns: 1fr; }
}
.uomisl_blogLayoutGrid3_642a6ff7 .uomisl_blogLink_6bf5c499 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.uomisl_blogLayoutGrid3_642a6ff7 .uomisl_blogLink_6bf5c499:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 4 */
.blogLayoutGrid4_uomisl_f6e45bb6 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 992px) {
  .blogLayoutGrid4_uomisl_f6e45bb6 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .blogLayoutGrid4_uomisl_f6e45bb6 { grid-template-columns: 1fr; }
}
.blogLayoutGrid4_uomisl_f6e45bb6 .uomisl_blogLink_6bf5c499 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid4_uomisl_f6e45bb6 .uomisl_blogLink_6bf5c499:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Boxed */
.blogLayoutBoxed_0726389d {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blogLayoutBoxed_0726389d .uomisl_blogLink_6bf5c499 {
  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_0726389d .uomisl_blogLink_6bf5c499:hover {
  border-color: rgba(0,0,0,0.2);
  background: #e8e9ec;
}
/* Cards */
.blogLayoutCards_84a325b5 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .blogLayoutCards_84a325b5 { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
}
@media (min-width: 900px) {
  .blogLayoutCards_84a325b5 { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
}
.blogLayoutCards_84a325b5 .uomisl_blogLink_6bf5c499 {
  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_84a325b5 .uomisl_blogLink_6bf5c499: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_43a68e29 { overflow-x: hidden; }
  .it_9a889680 {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 48px;
  }
  .header_omis_bf4ee2de {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 24px;
    padding: 16px;
    gap: 12px;
  }
  .brand_tit_b31d327c {
    font-size: 1.15rem;
    line-height: 1.25;
    word-break: break-word;
  }
  .navList_40ab5eca { gap: 16px; flex-wrap: wrap; }
  .main_uomisl_f09ac607 { padding: 20px 0; }
  .section_slo_33796a7c {
    padding: 20px 16px;
    margin-bottom: 20px;
  }
  .card_4d753ed5 {
    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;
  }
  .lotit_footer_ad93615f {
    margin-top: 48px;
    padding: 24px 0;
  }
  .slotit_93aad8ac { margin-bottom: 12px; }
  .lo_5457e9f8 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
    font-size: 0.8125rem;
    line-height: 1.35;
  }
  .lo_5457e9f8 a {
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}
@media (max-width: 480px) {
  .header_omis_bf4ee2de {
    flex-direction: column;
    align-items: flex-start;
  }
  .navList_40ab5eca { width: 100%; }
  .lo_5457e9f8 { grid-template-columns: 1fr; }
}
