/* variant_f: minimal, thin borders only */
.eewin_568e6ba8 { font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", serif; margin: 0; background: hsl(101, 8%, 98%); color: hsl(101, 12%, 12%); }

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

.ewin_container_ea7c1c8d {
  max-width: 1161px;
  margin: 0 auto;
  padding: 0 44px 88px;
}

.ewi_header_60cd7d79 {
  padding: 44px 0;
  margin-bottom: 88px;
  border-bottom: 1px solid hsl(101, 8%, 42%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}

.brand_cc762ebc { font-weight: 600; font-size: 1.25rem; color: hsl(101, 71%, 31%); }

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

.navItem_eewi_b517ce59 { margin: 0; }

.link_freew_7fce7ba9 { color: hsl(281, 56%, 46%); text-decoration: none; }

.main_freewi_77d95138 { padding: 44px 0; }

.section_c2316d72 {
  padding: 33px 0;
  margin-bottom: 44px;
  border-bottom: 1px solid hsl(101, 10%, 94%);
}

.reew_heading_a5dcf7aa { font-size: 1.3rem; margin: 0 0 22px; color: hsl(101, 12%, 12%); font-weight: 600; }

.eewin_d4f5b22c { margin: 0; color: hsl(101, 8%, 42%); line-height: 1.65; }

.re_df2bf40e { margin: 22px 0; padding-left: 44px; }

.ree_listItem_6af54a19 { margin-bottom: 11px; }

.card_44130606 {
  padding: 44px 0;
  margin-bottom: 44px;
  border-bottom: 1px solid hsl(101, 10%, 94%);
}

.cardTitle_reewin_33c61dee { font-size: 1.3rem; margin: 0 0 22px; font-weight: 600; }

.re_12e41d06 { margin: 0; color: hsl(101, 8%, 42%); }

.freew_11377cc3 {
  margin-top: 88px;
  padding-top: 44px;
  border-top: 1px solid hsl(101, 8%, 42%);
  font-size: 0.875rem;
  color: hsl(101, 8%, 42%);
}

.footerText_fre_f81a62e5 { margin: 0; }

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

.footerLink_86b73db4 { color: hsl(281, 56%, 46%); text-decoration: none; }

.meta2_0c0773bc { 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(.reew_194e7997) > h1 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 0;
}
.reew_194e7997 {
  margin: 1rem 0 0;
  padding: 0;
}
.reew_194e7997 .blogItem_8a5eb02c {
  margin: 0;
  padding: 0;
}
.meta2_0c0773bc {
  display: block;
  font-size: 0.875rem;
  opacity: 0.75;
  margin-top: 0.25rem;
}
/* Article/single page published date */
main .meta2_0c0773bc {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.reew_194e7997 .ewi_5f8914f6 {
  display: block;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* List */
.free_blogLayoutList_ed2e12fe .ewi_5f8914f6 {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.free_blogLayoutList_ed2e12fe .blogItem_8a5eb02c:last-child .ewi_5f8914f6 { border-bottom: none; }
/* Grid */
.blogLayoutGrid_c7ea2a71 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}
.blogLayoutGrid_c7ea2a71 .ewi_5f8914f6 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid_c7ea2a71 .ewi_5f8914f6:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 3 */
.eewin_blogLayoutGrid3_6da62f23 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .eewin_blogLayoutGrid3_6da62f23 { grid-template-columns: 1fr; }
}
.eewin_blogLayoutGrid3_6da62f23 .ewi_5f8914f6 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.eewin_blogLayoutGrid3_6da62f23 .ewi_5f8914f6:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 4 */
.blogLayoutGrid4_8220263c {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 992px) {
  .blogLayoutGrid4_8220263c { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .blogLayoutGrid4_8220263c { grid-template-columns: 1fr; }
}
.blogLayoutGrid4_8220263c .ewi_5f8914f6 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid4_8220263c .ewi_5f8914f6:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Boxed */
.freewi_blogLayoutBoxed_e63ac3e4 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.freewi_blogLayoutBoxed_e63ac3e4 .ewi_5f8914f6 {
  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;
}
.freewi_blogLayoutBoxed_e63ac3e4 .ewi_5f8914f6:hover {
  border-color: rgba(0,0,0,0.2);
  background: #e8e9ec;
}
/* Cards */
.blogLayoutCards_freewi_734df3bc {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .blogLayoutCards_freewi_734df3bc { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
}
@media (min-width: 900px) {
  .blogLayoutCards_freewi_734df3bc { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
}
.blogLayoutCards_freewi_734df3bc .ewi_5f8914f6 {
  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_freewi_734df3bc .ewi_5f8914f6: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) {
  .body_4bb6d5fa { overflow-x: hidden; }
  .ewin_container_ea7c1c8d {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 48px;
  }
  .ewi_header_60cd7d79 {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 24px;
    padding: 16px;
    gap: 12px;
  }
  .brand_cc762ebc {
    font-size: 1.15rem;
    line-height: 1.25;
    word-break: break-word;
  }
  .navList_ewin_378bee2e { gap: 16px; flex-wrap: wrap; }
  .main_freewi_77d95138 { padding: 20px 0; }
  .section_c2316d72 {
    padding: 20px 16px;
    margin-bottom: 20px;
  }
  .card_44130606 {
    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;
  }
  .freew_11377cc3 {
    margin-top: 48px;
    padding: 24px 0;
  }
  .footerText_fre_f81a62e5 { margin-bottom: 12px; }
  .footerLinks_ew_3b89860b {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
    font-size: 0.8125rem;
    line-height: 1.35;
  }
  .footerLinks_ew_3b89860b a {
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}
@media (max-width: 480px) {
  .ewi_header_60cd7d79 {
    flex-direction: column;
    align-items: flex-start;
  }
  .navList_ewin_378bee2e { width: 100%; }
  .footerLinks_ew_3b89860b { grid-template-columns: 1fr; }
}
