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

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

.ingtip_wrap_26e1db98 {
  max-width: 900px;
  margin: 0 auto;
  padding: 24px 12px;
}

.header_8be4bcd5 {
  background: hsl(0, 45%, 35%);
  color: hsl(0, 45%, 60%);
  padding: 12px 18px;
  margin-bottom: 24px;
}

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

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

.gtips_nav_29bbc6a1 { display: flex; }

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

.navItem_8f705420 { margin: 0; }

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

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

.tingt_main_25ec1d4d { padding: 24px 0; }

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

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

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

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

.etti_dde9fa1f { margin-bottom: 6px; }

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

.ips_strip_6cff1f74 { max-width: 900px; margin: 0 auto; }

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

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

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

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

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