@charset 'UTF-8';
/* fallback.css - Sidebar styles extracted from sidebar.tsx <style jsx> block */
/* Included both with and without jsx hash for compatibility */

/* ===== Without hash (global) ===== */
.side {
  width: 25%;
  max-width: 215px;
}
.sidebar-wrapper {
  font-size: 12px;
}
.side h4 {
  background: #b7212b;
}
.kousha-side {
  margin-bottom: 15px !important;
}
.kousha-side h4 {
  color: #fff;
  margin: 0;
  padding: 8px 12px;
  font-weight: bold;
  text-align: center;
  line-height: normal !important;
}
.kousha-side a {
  display: block;
  text-decoration: none;
}
.kousha-side .inner-content .child {
  padding: 8px;
}
.kousha-side .inner-content .child a {
  margin-bottom: 6px;
  padding: 12px;
  color: #374151;
  background: #FFF;
  border: 1px solid #e5e7eb;
  text-align: center;
  transition: all 0.2s;
  font-size: 12px;
}

.kousha-side .inner-content > a:hover {
  border-color: #b7212b;
  color: #b7212b;
}
.kousha-side .inner-content > a:last-child {
  margin-bottom: 0;
}
.kousha-side .inner-content > a img {
  width: 100%;
  height: auto;
  display: block;
}
.side .event-latest .inner-content {
  font-size: 14px;
}

.side-page .event-latest, .side-page .banner-links {
  clear: both;
}