.root_tt_bbf0fed1 { font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; margin: 0; color: hsl(133, 12%, 12%); background: hsl(133, 8%, 98%); }

.tteclu_10ba1390 { margin: 0; min-height: 100vh; display: flex; flex-direction: column; }

.bar_8635fd0e {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px 28px;
  background: hsl(313, 58%, 58%);
  color: hsl(313, 58%, 88%);
}

.eclu_d2e66a7e { font-size: 1.2rem; font-weight: 700; }

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

.menuItem_oulett_b37a39b0 { margin: 0; }

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

.oulett_18ffb5d6 {
  flex: 1;
  max-width: 1073px;
  margin: 0 auto;
  width: 100%;
  padding: 56px 14px;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 56px;
}

@media (max-width: 640px) {
  .oulett_18ffb5d6 { grid-template-columns: 1fr; }
}

.ett_da472a4c { padding: 14px 0; }

.navList_ulett_3d002100 { list-style: none; margin: 0; padding: 0; }

.clu_9bedfb23 { margin-bottom: 7px; }

.block_ett_339f3cb7 { padding: 14px 0; }

.section_8520535f { margin-bottom: 28px; padding: 21px 0; border-bottom: 1px solid hsl(133, 10%, 94%); }

.ulett_heading_69d79357 { font-size: 1.5rem; margin: 0 0 21px; color: hsl(133, 73%, 43%); }

.club_subheading_e8c3ddeb { font-size: 1.25rem; margin: 0 0 14px; color: hsl(133, 58%, 58%); }

.text_tteclu_7f8e2554 { margin: 0 0 14px; color: hsl(133, 8%, 42%); line-height: 1.6; }

.ub_list_ed60e9f8 { margin: 14px 0; padding-left: 28px; }

.ette_56ace6c7 { margin-bottom: 7px; }

.footer_8effaac2 {
  padding: 28px 28px;
  background: hsl(133, 73%, 43%);
  color: hsl(133, 58%, 83%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.footerText_8615ffb4 { margin: 0; font-size: 0.875rem; }

.footerLinks_ul_fcbfa256 { display: flex; gap: 21px; }

.lett_footerLink_a2b831ba { color: inherit; 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(.oulet_5dbc90e1) > h1 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 0;
}
.oulet_5dbc90e1 {
  margin: 1rem 0 0;
  padding: 0;
}
.oulet_5dbc90e1 .blogItem_ette_3f76e4ff {
  margin: 0;
  padding: 0;
}
.oulet_5dbc90e1 .blogLink_49edcb3c {
  display: block;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* List */
.blogLayoutList_tt_7dda2219 .blogLink_49edcb3c {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.blogLayoutList_tt_7dda2219 .blogItem_ette_3f76e4ff:last-child .blogLink_49edcb3c { border-bottom: none; }
/* Grid */
.ettecl_5134f1c0 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}
.ettecl_5134f1c0 .blogLink_49edcb3c {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.ettecl_5134f1c0 .blogLink_49edcb3c:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 3 */
.ec_blogLayoutGrid3_acb3414e {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .ec_blogLayoutGrid3_acb3414e { grid-template-columns: 1fr; }
}
.ec_blogLayoutGrid3_acb3414e .blogLink_49edcb3c {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.ec_blogLayoutGrid3_acb3414e .blogLink_49edcb3c:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 4 */
.te_9522df2d {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 992px) {
  .te_9522df2d { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .te_9522df2d { grid-template-columns: 1fr; }
}
.te_9522df2d .blogLink_49edcb3c {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.te_9522df2d .blogLink_49edcb3c:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Boxed */
.lette_1549d2a9 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.lette_1549d2a9 .blogLink_49edcb3c {
  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;
}
.lette_1549d2a9 .blogLink_49edcb3c:hover {
  border-color: rgba(0,0,0,0.2);
  background: #e8e9ec;
}
/* Cards */
.blogLayoutCards_tecl_bf3d9be3 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .blogLayoutCards_tecl_bf3d9be3 { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
}
@media (min-width: 900px) {
  .blogLayoutCards_tecl_bf3d9be3 { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
}
.blogLayoutCards_tecl_bf3d9be3 .blogLink_49edcb3c {
  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_tecl_bf3d9be3 .blogLink_49edcb3c: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);
}
