/* Unique palette - no shared class names */
.root_cb89f395 {
  font-family: "Georgia", "Times New Roman", serif;
  color: hsl(84, 12%, 12%);
  background: hsl(84, 8%, 98%);
  margin: 0;
  line-height: 1.5;
}

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

.wrap_cc267046 {
  max-width: 984px;
  margin: 0 auto;
  padding: 24px 12px;
}

.tt_d7c0094e {
  background: hsl(84, 69%, 44%);
  color: hsl(84, 69%, 69%);
  padding: 12px 18px;
  margin-bottom: 24px;
}

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

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

.ttips_93b9f141 { display: flex; }

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

.r2_dbaa93b0 { margin: 0; }

.tipste_link_a9bdbf9e {
  color: hsl(84, 69%, 69%);
  text-decoration: none;
}

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

.ter2_main_e066ca9c { padding: 24px 0; }

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

.ter_dcfdf2d7 {
  font-size: 1.75rem;
  color: hsl(84, 80%, 29%);
  margin: 0 0 12px;
}

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

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

.pster2_54dbe41f { margin-bottom: 6px; }

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

.tipst_54564b5a { max-width: 984px; margin: 0 auto; }

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

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

.ster24_footerLink_e08d0c08 { color: hsl(264, 69%, 44%); text-decoration: none; }

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

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