/* variant_i: generous spacing, large type */
.ette_50f5f3b4 { font-family: "Gill Sans", "Trebuchet MS", sans-serif; margin: 0; background: hsl(224, 8%, 98%); color: hsl(224, 12%, 12%); line-height: 1.6; }

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

.te_container_26224573 {
  max-width: 1164px;
  margin: 0 auto;
  padding: 0 64px 64px;
}

.leu_header_ee35b465 {
  padding: 64px 0;
  margin-bottom: 64px;
  border-bottom: 3px solid hsl(224, 59%, 49%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
}

.let_brand_60af49f3 { font-weight: 700; font-size: 1.75rem; color: hsl(224, 59%, 49%); }

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

.navItem_lette_ff80fb8a { margin: 0; }

.link_eur_30f0af93 { color: hsl(44, 59%, 49%); text-decoration: none; font-size: 1.05rem; }

.ett_main_af9e053f { padding: 64px 0; }

.ulet_section_6d777e22 {
  padding: 64px;
  margin-bottom: 64px;
  background: hsl(224, 10%, 94%);
}

.ill_heading_27322b13 { font-size: 1.65rem; margin: 0 0 24px; color: hsl(224, 74%, 34%); }

.text_870489e3 { margin: 0; color: hsl(224, 8%, 42%); line-height: 1.75; font-size: 1.05rem; }

.urro_list_a55008d3 { margin: 24px 0; padding-left: 64px; }

.listItem_oul_3740ef7e { margin-bottom: 16px; }

.card_47de8ea6 {
  background: hsl(224, 10%, 94%);
  padding: 64px;
  margin-bottom: 64px;
}

.tt_cardTitle_6a17d335 { font-size: 1.65rem; margin: 0 0 24px; color: hsl(224, 74%, 34%); }

.cardText_8f1eb430 { margin: 0; color: hsl(224, 8%, 42%); font-size: 1.05rem; }

.lleu_footer_617500d9 {
  margin-top: 64px;
  padding: 64px 0;
  border-top: 2px solid hsl(224, 10%, 94%);
  font-size: 1rem;
  color: hsl(224, 8%, 42%);
}

.tte_footerText_eec59498 { margin: 0; }

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

.urro_footerLink_2947e703 { color: hsl(44, 59%, 49%); text-decoration: none; }

.rroul_15fe4f51 { 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_0e52be09) > h1 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 0;
}
.blogLayout_0e52be09 {
  margin: 1rem 0 0;
  padding: 0;
}
.blogLayout_0e52be09 .blogItem_0518a82c {
  margin: 0;
  padding: 0;
}
.rroul_15fe4f51 {
  display: block;
  font-size: 0.875rem;
  opacity: 0.75;
  margin-top: 0.25rem;
}
/* Article/single page published date */
main .rroul_15fe4f51 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.blogLayout_0e52be09 .ill_blogLink_e18ff8c8 {
  display: block;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* List */
.blogLayoutList_0d209bbe .ill_blogLink_e18ff8c8 {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.blogLayoutList_0d209bbe .blogItem_0518a82c:last-child .ill_blogLink_e18ff8c8 { border-bottom: none; }
/* Grid */
.blogLayoutGrid_8aedd030 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}
.blogLayoutGrid_8aedd030 .ill_blogLink_e18ff8c8 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid_8aedd030 .ill_blogLink_e18ff8c8:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 3 */
.ille_d508b2f5 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .ille_d508b2f5 { grid-template-columns: 1fr; }
}
.ille_d508b2f5 .ill_blogLink_e18ff8c8 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.ille_d508b2f5 .ill_blogLink_e18ff8c8:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 4 */
.blogLayoutGrid4_il_35eb2098 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 992px) {
  .blogLayoutGrid4_il_35eb2098 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .blogLayoutGrid4_il_35eb2098 { grid-template-columns: 1fr; }
}
.blogLayoutGrid4_il_35eb2098 .ill_blogLink_e18ff8c8 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid4_il_35eb2098 .ill_blogLink_e18ff8c8:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Boxed */
.blogLayoutBoxed_ur_31dcea51 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blogLayoutBoxed_ur_31dcea51 .ill_blogLink_e18ff8c8 {
  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_ur_31dcea51 .ill_blogLink_e18ff8c8:hover {
  border-color: rgba(0,0,0,0.2);
  background: #e8e9ec;
}
/* Cards */
.ei_9e9cdaf6 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .ei_9e9cdaf6 { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
}
@media (min-width: 900px) {
  .ei_9e9cdaf6 { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
}
.ei_9e9cdaf6 .ill_blogLink_e18ff8c8 {
  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;
}
.ei_9e9cdaf6 .ill_blogLink_e18ff8c8: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) {
  .urro_body_2a5ddebb { overflow-x: hidden; }
  .te_container_26224573 {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 48px;
  }
  .leu_header_ee35b465 {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 24px;
    padding: 16px;
    gap: 12px;
  }
  .let_brand_60af49f3 {
    font-size: 1.15rem;
    line-height: 1.25;
    word-break: break-word;
  }
  .oule_navList_6f7c6586 { gap: 16px; flex-wrap: wrap; }
  .ett_main_af9e053f { padding: 20px 0; }
  .ulet_section_6d777e22 {
    padding: 20px 16px;
    margin-bottom: 20px;
  }
  .card_47de8ea6 {
    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;
  }
  .lleu_footer_617500d9 {
    margin-top: 48px;
    padding: 24px 0;
  }
  .tte_footerText_eec59498 { margin-bottom: 12px; }
  .footerLinks_8f39f9f7 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
    font-size: 0.8125rem;
    line-height: 1.35;
  }
  .footerLinks_8f39f9f7 a {
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}
@media (max-width: 480px) {
  .leu_header_ee35b465 {
    flex-direction: column;
    align-items: flex-start;
  }
  .oule_navList_6f7c6586 { width: 100%; }
  .footerLinks_8f39f9f7 { grid-template-columns: 1fr; }
}
