.bct-menu-item a {
  white-space: nowrap;
}

/* フッター「関連サービス」欄。テーマの footer-copyright 直前に挿入される。
   色はテーマのフッター(.site-footer / --green-900等)に合わせて自己完結で指定。 */
.bct-related-services {
  padding: 8px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 20px;
}

.bct-related-services__title {
  text-align: center;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffc72c;
  margin-bottom: 14px;
}

.bct-related-services__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 22px;
}

.bct-related-services__list li {
  margin: 0;
}

.bct-related-services__list a {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s;
}

.bct-related-services__list a:hover {
  color: #ffffff;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .bct-related-services__list {
    gap: 6px 16px;
  }
}
