/* variant_h: compact, small spacing */
.root_ulet_bff3e927 { font-family: undefined; margin: 0; background: hsl(283, 8%, 98%); color: hsl(283, 12%, 12%); font-size: 0.9375rem; }

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

.ulett_930b610e {
  max-width: 1263px;
  margin: 0 auto;
  padding: 0 14px 28px;
}

.oule_header_20e3b7fb {
  padding: 14px 0;
  margin-bottom: 28px;
  border-bottom: 2px solid hsl(103, 58%, 48%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.ettehu_brand_6f5e78c5 { font-weight: 700; font-size: 1.2rem; color: hsl(283, 58%, 48%); }

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

.navItem_06f66f93 { margin: 0; }

.oule_link_aa2dd7a8 { color: hsl(103, 58%, 48%); text-decoration: none; }

.main_lett_faec7d50 { padding: 21px 0; }

.section_ttehub_78272e21 {
  padding: 21px;
  margin-bottom: 21px;
  background: hsl(283, 10%, 94%);
}

.heading_c9a63bf0 { font-size: 1.2rem; margin: 0 0 7px; color: hsl(283, 73%, 33%); }

.text_8f42df17 { margin: 0; color: hsl(283, 8%, 42%); line-height: 1.55; }

.roule_list_a5ac7ef5 { margin: 7px 0; padding-left: 21px; }

.ett_9fe6504a { margin-bottom: 2px; }

.card_ou_37bb552d {
  background: hsl(283, 10%, 94%);
  padding: 21px;
  margin-bottom: 21px;
}

.cardTitle_4a600fcb { font-size: 1.2rem; margin: 0 0 7px; color: hsl(283, 73%, 33%); }

.roul_cardText_e427e92e { margin: 0; color: hsl(283, 8%, 42%); font-size: 0.9rem; }

.footer_ette_bccc7627 {
  margin-top: 28px;
  padding-top: 14px;
  border-top: 1px solid hsl(283, 10%, 94%);
  font-size: 0.8125rem;
  color: hsl(283, 8%, 42%);
}

.lett_991c123f { margin: 0; }

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

.ett_footerLink_28d3ef1a { color: hsl(103, 58%, 48%); text-decoration: none; }

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

/* Articles/blog/news listing — hashed class names per site (no footprint) */
main:has(.blogLayout_478dc6a4) > h1 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 0;
}
.blogLayout_478dc6a4 {
  margin: 1rem 0 0;
  padding: 0;
}
.blogLayout_478dc6a4 .tteh_170ba10f {
  margin: 0;
  padding: 0;
}
.blogLayout_478dc6a4 .roule_blogLink_2368c8e0 {
  display: block;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* List */
.blogLayoutList_4f7aaf38 .roule_blogLink_2368c8e0 {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.blogLayoutList_4f7aaf38 .tteh_170ba10f:last-child .roule_blogLink_2368c8e0 { border-bottom: none; }
/* Grid */
.blogLayoutGrid_etteh_b6582e6e {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}
.blogLayoutGrid_etteh_b6582e6e .roule_blogLink_2368c8e0 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid_etteh_b6582e6e .roule_blogLink_2368c8e0:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 3 */
.blogLayoutGrid3_06ca5bd9 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .blogLayoutGrid3_06ca5bd9 { grid-template-columns: 1fr; }
}
.blogLayoutGrid3_06ca5bd9 .roule_blogLink_2368c8e0 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid3_06ca5bd9 .roule_blogLink_2368c8e0:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 4 */
.ro_blogLayoutGrid4_6cd19c8c {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 992px) {
  .ro_blogLayoutGrid4_6cd19c8c { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .ro_blogLayoutGrid4_6cd19c8c { grid-template-columns: 1fr; }
}
.ro_blogLayoutGrid4_6cd19c8c .roule_blogLink_2368c8e0 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.ro_blogLayoutGrid4_6cd19c8c .roule_blogLink_2368c8e0:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Boxed */
.blogLayoutBoxed_oulett_b8b37a3d {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blogLayoutBoxed_oulett_b8b37a3d .roule_blogLink_2368c8e0 {
  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_oulett_b8b37a3d .roule_blogLink_2368c8e0:hover {
  border-color: rgba(0,0,0,0.2);
  background: #e8e9ec;
}
/* Cards */
.blogLayoutCards_c7af5471 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .blogLayoutCards_c7af5471 { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
}
@media (min-width: 900px) {
  .blogLayoutCards_c7af5471 { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
}
.blogLayoutCards_c7af5471 .roule_blogLink_2368c8e0 {
  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_c7af5471 .roule_blogLink_2368c8e0: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);
}
