.jbl4-site-footer {
  background: linear-gradient(135deg, #3d2914 0%, #4a3218 100%);
  padding: 12px 2px;
  margin-top: 12px;
}
.jbl4-foot-wrap {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.jbl4-foot-links {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 4px;
}
.jbl4-foot-link {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  font-size: 14px;
}
.jbl4-foot-link:hover {
  color: #fff;
}
.jbl4-foot-info {
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  line-height: 1.5;
}
.jbl4-foot-info p {
  margin: 2px 0;
}
@media (min-width: 1024px) {
  .jbl4-foot-link {
    font-size: 16px;
  }
  .jbl4-foot-info {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  body, body * {
    font-size: 16px;
  }
  .jbl4-block-title,
.jbl4-page-title,
.jbl4-section-title,
.jbl4-match-title,
.jbl4-news-header > .jbl4-news-title,
.jbl4-topic-header > .jbl4-topic-title{
    font-size: 22px;
  }
}

/* PC font size overrides */
@media (min-width: 1024px) {
  html,
  body {
    min-height: 100%;
  }
  body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
  .jbl4-main-wrap {
    flex: 1 0 auto;
  }
  .jbl4-site-footer {
    flex-shrink: 0;
    margin-top: auto;
  }
  body, body * {
    font-size: 16px !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .jbl4-block-title,
  .jbl4-page-title,
  .jbl4-section-title,
  .jbl4-match-title,
  .jbl4-news-title,
  .jbl4-topic-title,
  .jbl4-swiper-title,
  .jbl4-site-brand {
    font-size: 22px !important;
  }
}
