.root_tt_f844882f { font-family: undefined; margin: 0; background: hsl(182, 8%, 98%); color: hsl(182, 12%, 12%); }

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

.container_ca_77d4b919 {
  max-width: 1082px;
  margin: 0 auto;
  padding: 0 24px 64px;
}

.inobit_header_6705ea90 {
  padding: 32px 0;
  margin-bottom: 64px;
  border-bottom: 3px solid hsl(2, 47%, 42%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.brand_obitt_bb58013e { font-weight: 700; font-size: 1.5rem; color: hsl(182, 47%, 42%); }

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

.asin_9fff1c6e { margin: 0; }

.link_bitt_fa5df259 { color: hsl(2, 47%, 42%); text-decoration: none; }

.it_111054ee { padding: 32px 0; }

.card_49362c83 {
  background: hsl(182, 10%, 94%);
  padding: 32px;
  margin-bottom: 32px;
  border-radius: 8px;
}

.cardTitle_itt_7ad72f0f { font-size: 1.35rem; margin: 0 0 16px; color: hsl(182, 62%, 27%); }

.obitt_57976bad { margin: 0 0 16px; color: hsl(182, 8%, 42%); }

.list_493cac38 { margin: 16px 0; padding-left: 32px; }

.listItem_02ed2ece { margin-bottom: 8px; }

.sino_92897ed9 {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid hsl(182, 10%, 94%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.9rem;
  color: hsl(182, 8%, 42%);
}

.sinobi_footerText_a46db06b { margin: 0; }

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

.footerLink_84a84cdc { color: hsl(2, 47%, 42%); text-decoration: none; }

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