/* Unique palette - no shared class names */
.root_86c0561b {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  color: hsl(36, 12%, 12%);
  background: hsl(36, 8%, 98%);
  margin: 0;
  line-height: 1.5;
}

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

.wrap_4168700e {
  max-width: 1136px;
  margin: 0 auto;
  padding: 24px 12px;
}

.header_sp_35333b8a {
  background: hsl(36, 51%, 46%);
  color: hsl(36, 51%, 71%);
  padding: 12px 18px;
  margin-bottom: 24px;
}

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

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

.list_5fc2fca7 { display: flex; }

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

.stspor_d9551e63 { margin: 0; }

.link_topl_fb28c3b9 {
  color: hsl(36, 51%, 71%);
  text-decoration: none;
}

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

.oplist_d93c5ebb { padding: 24px 0; }

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

.tsp_heading_abec2179 {
  font-size: 1.75rem;
  color: hsl(36, 66%, 31%);
  margin: 0 0 12px;
}

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

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

.listItem_lis_33247d4a { margin-bottom: 6px; }

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

.list_strip_edf23822 { max-width: 1136px; margin: 0 auto; }

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

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

.footerLink_0ec99dc8 { color: hsl(216, 51%, 46%); text-decoration: none; }

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

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