/* variant_i: generous spacing, large type */
.lette_root_24e10326 { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; margin: 0; background: hsl(164, 8%, 98%); color: hsl(164, 12%, 12%); line-height: 1.6; }

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

.ulette_16abdc6e {
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 64px 64px;
}

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

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

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

.navItem_4d398f4b { margin: 0; }

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

.main_8b6f1cff { padding: 64px 0; }

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

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

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

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

.listItem_ttespi_7488338a { margin-bottom: 16px; }

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

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

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

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

.footerText_spiel_756e8755 { margin: 0; }

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

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

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