/* Unique palette - no shared class names */
.tte365_root_aee8bb31 {
  font-family: undefined;
  color: hsl(348, 12%, 12%);
  background: hsl(348, 8%, 98%);
  margin: 0;
  line-height: 1.5;
}

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

.in_wrap_aa3598e9 {
  max-width: 1088px;
  margin: 0 auto;
  padding: 24px 12px;
}

.let_53fd0d01 {
  background: hsl(348, 63%, 48%);
  color: hsl(348, 63%, 73%);
  padding: 12px 18px;
  margin-bottom: 24px;
}

.bar_c4eecc48 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.ette36_brand_af7f9476 { font-weight: 700; font-size: 1.25rem; }

.ul_nav_ae756ed6 { display: flex; }

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

.navItem_83662a11 { margin: 0; }

.link_ul_7d0a59c3 {
  color: hsl(348, 63%, 73%);
  text-decoration: none;
}

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

.oroule_main_6d21c94f { padding: 24px 0; }

.norou_175af695 {
  margin-bottom: 48px;
  padding: 18px 0;
}

.roulet_98a47485 {
  font-size: 1.75rem;
  color: hsl(348, 78%, 33%);
  margin: 0 0 12px;
}

.rou_text_205d593a { margin: 0 0 12px; color: hsl(348, 8%, 42%); }

.list_oul_73224325 {
  list-style: disc;
  margin: 12px 0;
  padding-left: 24px;
}

.oulett_d84f2438 { margin-bottom: 6px; }

.ette3_footer_2cfa2544 {
  background: hsl(348, 10%, 94%);
  color: hsl(348, 8%, 42%);
  padding: 24px 18px;
  margin-top: 48px;
}

.ro_strip_ec36e1ba { max-width: 1088px; margin: 0 auto; }

.footerText_06aaa260 { margin: 0 0 12px; font-size: 0.9rem; }

.rou_footerLinks_2636d5ae {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.365_footerLink_6b518136 { color: hsl(168, 63%, 48%); text-decoration: none; }

.365_footerLink_6b518136:hover { text-decoration: underline; }

.meta2_095ea6f5 { display: block; font-size: 0.875rem; color: hsl(348, 8%, 42%); 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_cc00afe7) > h1 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 0;
}
.blogLayout_cc00afe7 {
  margin: 1rem 0 0;
  padding: 0;
}
.blogLayout_cc00afe7 .tt_5e00db5f {
  margin: 0;
  padding: 0;
}
.meta2_095ea6f5 {
  display: block;
  font-size: 0.875rem;
  opacity: 0.75;
  margin-top: 0.25rem;
}
/* Article/single page published date */
main .meta2_095ea6f5 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.blogLayout_cc00afe7 .blogLink_48a7e857 {
  display: block;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* List */
.blogLayoutList_orou_33d33f11 .blogLink_48a7e857 {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.blogLayoutList_orou_33d33f11 .tt_5e00db5f:last-child .blogLink_48a7e857 { border-bottom: none; }
/* Grid */
.oule_blogLayoutGrid_e63eda1f {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}
.oule_blogLayoutGrid_e63eda1f .blogLink_48a7e857 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.oule_blogLayoutGrid_e63eda1f .blogLink_48a7e857:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 3 */
.te3_blogLayoutGrid3_a00e1893 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .te3_blogLayoutGrid3_a00e1893 { grid-template-columns: 1fr; }
}
.te3_blogLayoutGrid3_a00e1893 .blogLink_48a7e857 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.te3_blogLayoutGrid3_a00e1893 .blogLink_48a7e857:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 4 */
.blogLayoutGrid4_rou_b1e42675 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 992px) {
  .blogLayoutGrid4_rou_b1e42675 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .blogLayoutGrid4_rou_b1e42675 { grid-template-columns: 1fr; }
}
.blogLayoutGrid4_rou_b1e42675 .blogLink_48a7e857 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid4_rou_b1e42675 .blogLink_48a7e857:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Boxed */
.inoro_blogLayoutBoxed_6d364560 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.inoro_blogLayoutBoxed_6d364560 .blogLink_48a7e857 {
  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;
}
.inoro_blogLayoutBoxed_6d364560 .blogLink_48a7e857:hover {
  border-color: rgba(0,0,0,0.2);
  background: #e8e9ec;
}
/* Cards */
.blogLayoutCards_031231dc {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .blogLayoutCards_031231dc { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
}
@media (min-width: 900px) {
  .blogLayoutCards_031231dc { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
}
.blogLayoutCards_031231dc .blogLink_48a7e857 {
  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_031231dc .blogLink_48a7e857: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);
}
