/* Unique palette - no shared class names */
.root_c0f2dbb4 {
  font-family: Verdana, Geneva, sans-serif;
  color: hsl(180, 12%, 12%);
  background: hsl(180, 8%, 98%);
  margin: 0;
  line-height: 1.5;
}

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

.ootb_wrap_e3018c2b {
  max-width: 960px;
  margin: 0 auto;
  padding: 24px 12px;
}

.header_4accd4f2 {
  background: hsl(180, 45%, 45%);
  color: hsl(180, 45%, 70%);
  padding: 12px 18px;
  margin-bottom: 24px;
}

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

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

.nav_hefoot_f04eef07 { display: flex; }

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

.navItem_efootb_b4280d7e { margin: 0; }

.ot_link_ec47ba86 {
  color: hsl(180, 45%, 70%);
  text-decoration: none;
}

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

.main_th_31e92ed7 { padding: 24px 0; }

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

.efoot_heading_61d2b1bb {
  font-size: 1.75rem;
  color: hsl(180, 60%, 30%);
  margin: 0 0 12px;
}

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

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

.oot_listItem_ad3950fd { margin-bottom: 6px; }

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

.hefoo_strip_6c9e3f30 { max-width: 960px; margin: 0 auto; }

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

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

.footerLink_cf544036 { color: hsl(0, 45%, 45%); text-decoration: none; }

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

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