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

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

.ings_wrap_29517361 {
  max-width: 1108px;
  margin: 0 auto;
  padding: 24px 12px;
}

.sites_header_2fe1eb38 {
  background: hsl(288, 63%, 43%);
  color: hsl(288, 63%, 68%);
  padding: 12px 18px;
  margin-bottom: 24px;
}

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

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

.nav_07a1a7de { display: flex; }

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

.navItem_4f86996b { margin: 0; }

.link_8c1f4103 {
  color: hsl(288, 63%, 68%);
  text-decoration: none;
}

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

.esu_16e56165 { padding: 24px 0; }

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

.heading_0fecc658 {
  font-size: 1.75rem;
  color: hsl(288, 78%, 28%);
  margin: 0 0 12px;
}

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

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

.ngsi_listItem_6a93d50b { margin-bottom: 6px; }

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

.ti_1171df13 { max-width: 1108px; margin: 0 auto; }

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

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

.footerLink_ingsi_ff9698c7 { color: hsl(108, 63%, 43%); text-decoration: none; }

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

.meta2_ttin_3a6c9026 { display: block; font-size: 0.875rem; color: hsl(288, 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_c2785cd5) > h1 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 0;
}
.blogLayout_c2785cd5 {
  margin: 1rem 0 0;
  padding: 0;
}
.blogLayout_c2785cd5 .blogItem_87d02eff {
  margin: 0;
  padding: 0;
}
.meta2_ttin_3a6c9026 {
  display: block;
  font-size: 0.875rem;
  opacity: 0.75;
  margin-top: 0.25rem;
}
/* Article/single page published date */
main .meta2_ttin_3a6c9026 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.blogLayout_c2785cd5 .blogLink_8305fa4c {
  display: block;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* List */
.gsi_9c15a869 .blogLink_8305fa4c {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.gsi_9c15a869 .blogItem_87d02eff:last-child .blogLink_8305fa4c { border-bottom: none; }
/* Grid */
.ites_blogLayoutGrid_a351de12 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}
.ites_blogLayoutGrid_a351de12 .blogLink_8305fa4c {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.ites_blogLayoutGrid_a351de12 .blogLink_8305fa4c:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 3 */
.be_blogLayoutGrid3_a9f2ac9f {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .be_blogLayoutGrid3_a9f2ac9f { grid-template-columns: 1fr; }
}
.be_blogLayoutGrid3_a9f2ac9f .blogLink_8305fa4c {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.be_blogLayoutGrid3_a9f2ac9f .blogLink_8305fa4c:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 4 */
.blogLayoutGrid4_4c5e9ad8 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 992px) {
  .blogLayoutGrid4_4c5e9ad8 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .blogLayoutGrid4_4c5e9ad8 { grid-template-columns: 1fr; }
}
.blogLayoutGrid4_4c5e9ad8 .blogLink_8305fa4c {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid4_4c5e9ad8 .blogLink_8305fa4c:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Boxed */
.et_12f9884d {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.et_12f9884d .blogLink_8305fa4c {
  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;
}
.et_12f9884d .blogLink_8305fa4c:hover {
  border-color: rgba(0,0,0,0.2);
  background: #e8e9ec;
}
/* Cards */
.blogLayoutCards_ngsite_fcf4ba07 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .blogLayoutCards_ngsite_fcf4ba07 { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
}
@media (min-width: 900px) {
  .blogLayoutCards_ngsite_fcf4ba07 { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
}
.blogLayoutCards_ngsite_fcf4ba07 .blogLink_8305fa4c {
  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_ngsite_fcf4ba07 .blogLink_8305fa4c: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_0654e5b7 { overflow-x: hidden; }
  .container_cc164dd0 {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 48px;
  }
  .sites_header_2fe1eb38 {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 24px;
    padding: 16px;
    gap: 12px;
  }
  .brand_ttings_fdf12077 {
    font-size: 1.15rem;
    line-height: 1.25;
    word-break: break-word;
  }
  .si_navList_6b9642d3 { gap: 16px; flex-wrap: wrap; }
  .esu_16e56165 { padding: 20px 0; }
  .section_405907fd {
    padding: 20px 16px;
    margin-bottom: 20px;
  }
  .card_itesuk_bad33820 {
    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;
  }
  .footer_819fd185 {
    margin-top: 48px;
    padding: 24px 0;
  }
  .ingsi_footerText_e8c5f5d1 { margin-bottom: 12px; }
  .tesu_938e7f29 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
    font-size: 0.8125rem;
    line-height: 1.35;
  }
  .tesu_938e7f29 a {
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}
@media (max-width: 480px) {
  .sites_header_2fe1eb38 {
    flex-direction: column;
    align-items: flex-start;
  }
  .si_navList_6b9642d3 { width: 100%; }
  .tesu_938e7f29 { grid-template-columns: 1fr; }
}
