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

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

.lin_wrap_e107f5ff {
  max-width: 996px;
  margin: 0 auto;
  padding: 24px 12px;
}

.header_4b0c4d42 {
  background: hsl(336, 51%, 56%);
  color: hsl(336, 51%, 81%);
  padding: 12px 18px;
  margin-bottom: 24px;
}

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

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

.go_53ef26db { display: flex; }

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

.navItem_c24f5566 { margin: 0; }

.link_8ac9e3b8 {
  color: hsl(336, 51%, 81%);
  text-decoration: none;
}

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

.main_c7b6ed7f { padding: 24px 0; }

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

.bingo4_16ea7b8a {
  font-size: 1.75rem;
  color: hsl(336, 66%, 41%);
  margin: 0 0 12px;
}

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

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

.ngo4u_56771ae9 { margin-bottom: 6px; }

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

.on_strip_22a646b2 { max-width: 996px; margin: 0 auto; }

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

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

.ebing_footerLink_23d50dce { color: hsl(156, 51%, 56%); text-decoration: none; }

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

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