/* variant_g: card shadows, rounded */
.ri_root_a78da39c { font-family: "Lucida Bright", Georgia, serif; margin: 0; background: hsl(126, 8%, 98%); color: hsl(126, 12%, 12%); }

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

.container_ricks_71c28aa7 {
  max-width: 1106px;
  margin: 0 auto;
  padding: 0 18px 48px;
}

.header_oddstr_739104a9 {
  padding: 24px 18px;
  margin-bottom: 48px;
  background: hsl(126, 10%, 94%);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.brand_ic_70d99b23 { font-weight: 700; font-size: 1.4rem; color: hsl(126, 51%, 41%); }

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

.str_d1db37bf { margin: 0; }

.link_tricks_f2a42cd4 { color: hsl(306, 51%, 41%); text-decoration: none; }

.main_tri_fe9769cb { padding: 24px 0; }

.ddstr_1585053a {
  background: hsl(126, 10%, 94%);
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.ddstr_531dfd5a { font-size: 1.35rem; margin: 0 0 12px; color: hsl(126, 66%, 26%); }

.dstric_text_e5530b0a { margin: 0; color: hsl(126, 8%, 42%); line-height: 1.6; }

.cks_list_ee6296b6 { margin: 12px 0; padding-left: 24px; }

.rick_listItem_68099cec { margin-bottom: 6px; }

.card_dstri_72a1cf9b {
  background: hsl(126, 10%, 94%);
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.cardTitle_80db3b30 { font-size: 1.35rem; margin: 0 0 12px; color: hsl(126, 66%, 26%); }

.cardText_47c095f3 { margin: 0; color: hsl(126, 8%, 42%); }

.dstric_footer_eae8a76f {
  margin-top: 48px;
  padding: 24px 18px;
  background: hsl(126, 10%, 94%);
  border-radius: 12px;
  font-size: 0.9rem;
  color: hsl(126, 8%, 42%);
}

.dstri_d48e2cb6 { margin: 0; }

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

.footerLink_41b03a84 { color: hsl(306, 51%, 41%); text-decoration: none; }

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