/* variant_e: accent top strip, light body */
.root_044646e0 { font-family: Verdana, Geneva, sans-serif; margin: 0; background: hsl(256, 8%, 98%); color: hsl(256, 12%, 12%); }

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

.container_chwe_f8f4742f {
  max-width: 1076px;
  margin: 0 auto;
  padding: 0 30px 80px;
}

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

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

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

.navItem_c3ea3f4c { margin: 0; }

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

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

.main_028d6214 { padding: 40px 0; }

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

.tte_heading_64b21ce9 { font-size: 1.4rem; margin: 0 0 20px; color: hsl(256, 61%, 36%); }

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

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

.ch_listItem_a40f62e4 { margin-bottom: 10px; }

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

.cardTitle_eschwe_f473c157 { font-size: 1.35rem; margin: 0 0 20px; color: hsl(256, 61%, 36%); }

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

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

.oule_107ea355 { margin: 0; }

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

.footerLink_8b0b7a43 { color: hsl(76, 61%, 36%); text-decoration: none; }

.teschw_d09adc1a { 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_4ed75094) > h1 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 0;
}
.blogLayout_4ed75094 {
  margin: 1rem 0 0;
  padding: 0;
}
.blogLayout_4ed75094 .sch_blogItem_a89428ec {
  margin: 0;
  padding: 0;
}
.teschw_d09adc1a {
  display: block;
  font-size: 0.875rem;
  opacity: 0.75;
  margin-top: 0.25rem;
}
/* Article/single page published date */
main .teschw_d09adc1a {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.blogLayout_4ed75094 .lette_blogLink_6cc0f75f {
  display: block;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* List */
.blogLayoutList_849f50c9 .lette_blogLink_6cc0f75f {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.blogLayoutList_849f50c9 .sch_blogItem_a89428ec:last-child .lette_blogLink_6cc0f75f { border-bottom: none; }
/* Grid */
.blogLayoutGrid_ttes_3ee10065 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}
.blogLayoutGrid_ttes_3ee10065 .lette_blogLink_6cc0f75f {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid_ttes_3ee10065 .lette_blogLink_6cc0f75f:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 3 */
.oul_blogLayoutGrid3_628bef31 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .oul_blogLayoutGrid3_628bef31 { grid-template-columns: 1fr; }
}
.oul_blogLayoutGrid3_628bef31 .lette_blogLink_6cc0f75f {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.oul_blogLayoutGrid3_628bef31 .lette_blogLink_6cc0f75f:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 4 */
.blogLayoutGrid4_04c6bc48 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 992px) {
  .blogLayoutGrid4_04c6bc48 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .blogLayoutGrid4_04c6bc48 { grid-template-columns: 1fr; }
}
.blogLayoutGrid4_04c6bc48 .lette_blogLink_6cc0f75f {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid4_04c6bc48 .lette_blogLink_6cc0f75f:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Boxed */
.teschw_56631a4b {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.teschw_56631a4b .lette_blogLink_6cc0f75f {
  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;
}
.teschw_56631a4b .lette_blogLink_6cc0f75f:hover {
  border-color: rgba(0,0,0,0.2);
  background: #e8e9ec;
}
/* Cards */
.ou_9e39f391 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .ou_9e39f391 { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
}
@media (min-width: 900px) {
  .ou_9e39f391 { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
}
.ou_9e39f391 .lette_blogLink_6cc0f75f {
  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;
}
.ou_9e39f391 .lette_blogLink_6cc0f75f: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);
}
