/* variant_e: accent top strip, light body */
.ots_root_a9244bb4 { font-family: undefined; margin: 0; background: hsl(16, 8%, 98%); color: hsl(16, 12%, 12%); }

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

.esl_container_af9a25c4 {
  max-width: 1156px;
  margin: 0 auto;
  padding: 0 30px 80px;
}

.header_c3981776 {
  background: hsl(196, 61%, 41%);
  color: hsl(196, 61%, 71%);
  padding: 20px 40px;
  margin: 0 calc(-1 * 30px) 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.brand_eslot_b8aa68fd { font-weight: 700; font-size: 1.35rem; }

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

.oule_navItem_e27e5f31 { margin: 0; }

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

.link_4274be63:hover { text-decoration: underline; }

.teslot_18a723ea { padding: 40px 0; }

.section_ulette_77d67643 {
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 20px;
  background: hsl(16, 10%, 94%);
}

.heading_c85eebaf { font-size: 1.4rem; margin: 0 0 20px; color: hsl(16, 61%, 41%); }

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

.roul_d705821e { margin: 20px 0; padding-left: 40px; }

.sl_listItem_276a413d { margin-bottom: 10px; }

.slo_card_a8bbc6ce {
  background: hsl(16, 10%, 94%);
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 20px;
}

.cardTitle_sl_b989c1df { font-size: 1.35rem; margin: 0 0 20px; color: hsl(16, 61%, 41%); }

.cardText_81d7edd3 { margin: 0 0 20px; color: hsl(16, 8%, 42%); }

.footer_484fd239 {
  padding: 40px 0;
  border-top: 1px solid hsl(16, 10%, 94%);
  font-size: 0.9rem;
  color: hsl(16, 8%, 42%);
}

.oulet_footerText_29f64213 { margin: 0; }

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

.let_d7b97f5d { color: hsl(196, 61%, 41%); text-decoration: none; }

.meta2_823af9e4 { 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(.roule_blogLayout_666cf946) > h1 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 0;
}
.roule_blogLayout_666cf946 {
  margin: 1rem 0 0;
  padding: 0;
}
.roule_blogLayout_666cf946 .let_df4e1e1e {
  margin: 0;
  padding: 0;
}
.meta2_823af9e4 {
  display: block;
  font-size: 0.875rem;
  opacity: 0.75;
  margin-top: 0.25rem;
}
/* Article/single page published date */
main .meta2_823af9e4 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.roule_blogLayout_666cf946 .blogLink_8ded28da {
  display: block;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* List */
.ro_58ca5899 .blogLink_8ded28da {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.ro_58ca5899 .let_df4e1e1e:last-child .blogLink_8ded28da { border-bottom: none; }
/* Grid */
.blogLayoutGrid_esl_fb35e08e {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}
.blogLayoutGrid_esl_fb35e08e .blogLink_8ded28da {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid_esl_fb35e08e .blogLink_8ded28da:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 3 */
.blogLayoutGrid3_oulet_7ca75cea {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .blogLayoutGrid3_oulet_7ca75cea { grid-template-columns: 1fr; }
}
.blogLayoutGrid3_oulet_7ca75cea .blogLink_8ded28da {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid3_oulet_7ca75cea .blogLink_8ded28da:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 4 */
.blogLayoutGrid4_eslots_72408dd6 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 992px) {
  .blogLayoutGrid4_eslots_72408dd6 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .blogLayoutGrid4_eslots_72408dd6 { grid-template-columns: 1fr; }
}
.blogLayoutGrid4_eslots_72408dd6 .blogLink_8ded28da {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid4_eslots_72408dd6 .blogLink_8ded28da:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Boxed */
.roulet_9cca4f92 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.roulet_9cca4f92 .blogLink_8ded28da {
  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;
}
.roulet_9cca4f92 .blogLink_8ded28da:hover {
  border-color: rgba(0,0,0,0.2);
  background: #e8e9ec;
}
/* Cards */
.blogLayoutCards_c301bd33 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .blogLayoutCards_c301bd33 { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
}
@media (min-width: 900px) {
  .blogLayoutCards_c301bd33 { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
}
.blogLayoutCards_c301bd33 .blogLink_8ded28da {
  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_c301bd33 .blogLink_8ded28da: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) {
  .teslot_body_2eab7f38 { overflow-x: hidden; }
  .esl_container_af9a25c4 {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 48px;
  }
  .header_c3981776 {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 24px;
    padding: 16px;
    gap: 12px;
  }
  .brand_eslot_b8aa68fd {
    font-size: 1.15rem;
    line-height: 1.25;
    word-break: break-word;
  }
  .lett_d805605d { gap: 16px; flex-wrap: wrap; }
  .teslot_18a723ea { padding: 20px 0; }
  .section_ulette_77d67643 {
    padding: 20px 16px;
    margin-bottom: 20px;
  }
  .slo_card_a8bbc6ce {
    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_484fd239 {
    margin-top: 48px;
    padding: 24px 0;
  }
  .oulet_footerText_29f64213 { margin-bottom: 12px; }
  .oulett_58e74519 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
    font-size: 0.8125rem;
    line-height: 1.35;
  }
  .oulett_58e74519 a {
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}
@media (max-width: 480px) {
  .header_c3981776 {
    flex-direction: column;
    align-items: flex-start;
  }
  .lett_d805605d { width: 100%; }
  .oulett_58e74519 { grid-template-columns: 1fr; }
}
