/* Club archive, club single, and club sidebar styles. */
.single-club .entry-header {
  margin-bottom: 18px;
}

.single-club .entry-title {
  display: inline-block;
  margin: 0;
  padding-bottom: 6px;
  border-bottom: 2px solid #1ba0eb;
  line-height: 1.2;
}

.single-club .entry-body {
  font-size: 1rem;
  line-height: 1.9;
  color: #333;
}

.single-club .entry-body > .yabane-club-single-meta {
  margin: 0 0 22px;
}

.single-club .entry-body > h2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  font-size: 1.75rem;
  line-height: 1.4;
}

.single-club .entry-body > h2::before {
  content: "";
  width: 4px;
  height: 1.05em;
  background: #1ba0eb;
  border-radius: 2px;
}

.single-club .entry-body > h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.9;
  font-weight: 400;
  color: #333;
}

.single-club .entry-body > h3 strong,
.single-club .entry-body > h3 b {
  font-weight: 700;
}

.yabane-club-page .entry-body > p:first-child {
  margin-top: 0;
}

.yabane-club-sections-wrap {
  margin-top: 24px;
}

.yabane-club-archive-title {
  margin: 0 0 18px;
  font-size: 1.75rem;
  line-height: 1.4;
}

.yabane-club-list,
.yabane-club-sidebar-top,
.yabane-club-sidebar-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.yabane-club-list {
  border-top: 1px dotted #b9b9b9;
}

.yabane-club-item {
  padding: 18px 0 24px;
  border-bottom: 1px dotted #b9b9b9;
}

.yabane-club-item-title {
  margin: 0 0 8px;
  padding: 0 0 0 12px;
  border-left: 5px solid #1ba0eb;
  font-size: 1.55rem;
  line-height: 1.1;
}

.yabane-club-link {
  color: #2b6fbe;
  text-decoration: none;
}

.yabane-club-link:hover,
.yabane-club-link:focus {
  color: #1b5e93;
  text-decoration: underline;
}

.yabane-club-thread {
  margin: 0 0 10px;
  color: #444;
  font-size: 0.98rem;
}

.yabane-club-summary {
  margin: 0 0 14px;
  color: #333;
  line-height: 1.8;
}

.yabane-club-meta-table {
  width: 100%;
  max-width: 100%;
  margin: 0 0 14px;
  border-collapse: collapse;
}

.yabane-club-meta-table th,
.yabane-club-meta-table td {
  padding: 6px 14px;
  border: 1px solid #d6d6d6;
}

.yabane-club-meta-table th {
  width: 33.333%;
  background: #f2f2f2;
  color: #333;
  font-weight: 700;
}

.yabane-club-meta-table td {
  background: transparent;
  color: #333;
}

.yabane-club-detail {
  margin: 0;
}

.yabane-club-detail a {
  color: #2b6fbe;
  text-decoration: underline;
}

.yabane-club-sidebar {
  width: 100%;
}

.yabane-club-sidebar-inner {
  padding-left: 0;
}

.yabane-club-sidebar-top,
.yabane-club-sidebar-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.yabane-club-sidebar-top {
  margin-bottom: 10px;
}

.yabane-club-sidebar-top li,
.yabane-club-sidebar-list li {
  border-bottom: 1px dotted #c7c7c7;
}

.yabane-club-sidebar-top a,
.yabane-club-sidebar-list a {
  display: block;
  padding: 8px 0;
  color: #333;
  text-decoration: none;
  word-break: keep-all;
  line-break: strict;
}

.yabane-club-sidebar-top .is-current > a,
.yabane-club-sidebar-list .is-current > a,
.yabane-club-accordion.is-current > .yabane-club-accordion-summary a {
  color: #1b5e93;
  font-weight: 700;
}

.yabane-club-accordion {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.yabane-club-accordion-summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 0 0 8px 18px;
  font-weight: 700;
}

.yabane-club-accordion-summary::-webkit-details-marker {
  display: none;
}

.yabane-club-accordion-summary::before {
  content: '▶';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 11px;
  color: #555;
}

.yabane-club-accordion[open] .yabane-club-accordion-summary::before {
  content: '▼';
}

.yabane-club-accordion-summary a {
  color: #222;
  text-decoration: none;
  word-break: keep-all;
  line-break: strict;
}

.yabane-club-accordion-summary a:hover,
.yabane-club-accordion-summary a:focus {
  color: #1b5e93;
}

.yabane-club-sidebar-list {
  padding-bottom: 6px;
}

.yabane-club-sidebar-list a {
  padding-left: 18px;
  font-size: 0.95rem;
}

.single-club .main-section {
  width: calc(100% - var(--yabane-sidebar-width) - 24px);
  flex: 0 0 calc(100% - var(--yabane-sidebar-width) - 24px);
  max-width: calc(100% - var(--yabane-sidebar-width) - 24px);
  box-sizing: border-box;
}

.single-club .sub-section--col--two {
  width: var(--yabane-sidebar-width);
  flex: 0 0 var(--yabane-sidebar-width);
  max-width: var(--yabane-sidebar-width);
  box-sizing: border-box;
}

.page-template-page-club .sub-section--col--two > .yabane-club-sidebar,
.single-club .sub-section--col--two > .yabane-club-sidebar,
.yabane-news-sidebar {
  margin: 0;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .page-template-page-club .main-section,
  .single-club .main-section,
  .yabane-club-sidebar {
    width: 100%;
  }

  .yabane-club-sidebar-inner {
    padding-left: 0;
    margin-top: 24px;
  }

}
