.ul_root_65e2a293 { font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", serif; margin: 0; color: hsl(181, 12%, 12%); background: hsl(181, 8%, 98%); }

.body_ea_732eb065 { margin: 0; min-height: 100vh; display: flex; flex-direction: column; }

.bar_86b50304 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px 28px;
  background: hsl(1, 46%, 51%);
  color: hsl(1, 46%, 81%);
}

.emon_55e67937 { font-size: 1.2rem; font-weight: 700; }

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

.menuItem_8d9351a6 { margin: 0; }

.link_ett_b64b5def { color: inherit; text-decoration: none; }

.ntre_55496677 {
  flex: 1;
  max-width: 1041px;
  margin: 0 auto;
  width: 100%;
  padding: 56px 14px;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 56px;
}

@media (max-width: 640px) {
  .ntre_55496677 { grid-template-columns: 1fr; }
}

.emo_nav_a922d9ba { padding: 14px 0; }

.navList_oulet_7adc0bae { list-style: none; margin: 0; padding: 0; }

.roulet_93090097 { margin-bottom: 7px; }

.block_c81a6442 { padding: 14px 0; }

.roulet_1ddd41db { margin-bottom: 28px; padding: 21px 0; border-bottom: 1px solid hsl(181, 10%, 94%); }

.heading_ett_33735d1b { font-size: 1.5rem; margin: 0 0 21px; color: hsl(181, 61%, 36%); }

.subheading_04a19099 { font-size: 1.25rem; margin: 0 0 14px; color: hsl(181, 46%, 51%); }

.ulett_9710b34a { margin: 0 0 14px; color: hsl(181, 8%, 42%); line-height: 1.6; }

.ette_5c4e27d1 { margin: 14px 0; padding-left: 28px; }

.listItem_0872b3cf { margin-bottom: 7px; }

.footer_cbf82660 {
  padding: 28px 28px;
  background: hsl(181, 61%, 36%);
  color: hsl(181, 46%, 76%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.footerText_c132210c { margin: 0; font-size: 0.875rem; }

.footerLinks_0af9fe8b { display: flex; flex-wrap: wrap; align-items: baseline; row-gap: 14px; column-gap: 21px; }
.footerLinks_0af9fe8b > * { flex: 0 0 auto; }

.footerLink_42673791 { color: inherit; text-decoration: none; }

.meta2_te_3163fb42 { 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(.trea_blogLayout_e9418be7) > h1 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 0;
}
.trea_blogLayout_e9418be7 {
  margin: 1rem 0 0;
  padding: 0;
}
.trea_blogLayout_e9418be7 .blogItem_lettem_b0526ee6 {
  margin: 0;
  padding: 0;
}
.meta2_te_3163fb42 {
  display: block;
  font-size: 0.875rem;
  opacity: 0.75;
  margin-top: 0.25rem;
}
/* Article/single page published date */
main .meta2_te_3163fb42 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.trea_blogLayout_e9418be7 .blogLink_4b150b08 {
  display: block;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* List */
.blogLayoutList_ettemo_76304b2f .blogLink_4b150b08 {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.blogLayoutList_ettemo_76304b2f .blogItem_lettem_b0526ee6:last-child .blogLink_4b150b08 { border-bottom: none; }
/* Grid */
.blogLayoutGrid_roulet_304a3c79 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}
.blogLayoutGrid_roulet_304a3c79 .blogLink_4b150b08 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid_roulet_304a3c79 .blogLink_4b150b08:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 3 */
.ettemo_blogLayoutGrid3_e530ac43 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .ettemo_blogLayoutGrid3_e530ac43 { grid-template-columns: 1fr; }
}
.ettemo_blogLayoutGrid3_e530ac43 .blogLink_4b150b08 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.ettemo_blogLayoutGrid3_e530ac43 .blogLink_4b150b08:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 4 */
.blogLayoutGrid4_c50b7d27 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 992px) {
  .blogLayoutGrid4_c50b7d27 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .blogLayoutGrid4_c50b7d27 { grid-template-columns: 1fr; }
}
.blogLayoutGrid4_c50b7d27 .blogLink_4b150b08 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid4_c50b7d27 .blogLink_4b150b08:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Boxed */
.ro_blogLayoutBoxed_22d88070 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.ro_blogLayoutBoxed_22d88070 .blogLink_4b150b08 {
  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;
}
.ro_blogLayoutBoxed_22d88070 .blogLink_4b150b08:hover {
  border-color: rgba(0,0,0,0.2);
  background: #e8e9ec;
}
/* Cards */
.blogLayoutCards_mo_fcf5ecde {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .blogLayoutCards_mo_fcf5ecde { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
}
@media (min-width: 900px) {
  .blogLayoutCards_mo_fcf5ecde { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
}
.blogLayoutCards_mo_fcf5ecde .blogLink_4b150b08 {
  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_mo_fcf5ecde .blogLink_4b150b08: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_ea_732eb065 { overflow-x: hidden; }
  .ou_container_6c8fb455 {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 48px;
  }
  .header_roule_bde0f8f0 {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 24px;
    padding: 16px;
    gap: 12px;
  }
  .emon_55e67937 {
    font-size: 1.15rem;
    line-height: 1.25;
    word-break: break-word;
  }
  .navList_oulet_7adc0bae { gap: 16px; flex-wrap: wrap; }
  .tre_main_69e32e39 { padding: 20px 0; }
  .roulet_1ddd41db {
    padding: 20px 16px;
    margin-bottom: 20px;
  }
  .oul_card_ec779416 {
    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_cbf82660 {
    margin-top: 48px;
    padding: 24px 0;
  }
  .footerText_c132210c { margin-bottom: 12px; }
  .footerLinks_0af9fe8b {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
    font-size: 0.8125rem;
    line-height: 1.35;
  }
  .footerLinks_0af9fe8b a {
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}
@media (max-width: 480px) {
  .header_roule_bde0f8f0 {
    flex-direction: column;
    align-items: flex-start;
  }
  .navList_oulet_7adc0bae { width: 100%; }
  .footerLinks_0af9fe8b { grid-template-columns: 1fr; }
}
