.match-list-vertical-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.match-list-vertical-item {
  background: #f8fafc;
  border-radius: 8px;
  box-shadow: 0 1px 4px #0001;
  padding: 12px 16px 10px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.match-list-vertical-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 2px;
}
.match-list-vertical-id {
  font-weight: bold;
  font-size: 1.1em;
  color: #2563eb;
}
.match-list-vertical-date {
  color: #666;
  font-size: 0.95em;
  margin-right: auto;
}
.match-list-vertical-team {
  padding: 2px 0 2px 8px;
  font-size: 1.08em;
}
.match-list-vertical-team.team-a,
.match-list-vertical-team.team-b {
  color: #1e293b;
  font-weight: 600;
}
/* 検索プルダウンの縦幅を入力欄と揃える */
.match-list-search-select {
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 10px;
  font-size: 16px;
  height: 40px;
  box-sizing: border-box;
  background: #fff;
  margin-right: 0;
}
:root {
  --max-width: 980px;
  --gap: 16px;
  --radius: 12px;
  --border: #e5e7eb;
  --bg: #f8fafc;
  --card: #ffffff;
  --text: #111827;
  --muted: #6b7280;
  --link: #2563eb;
  --header-height: 56px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding-top: var(--header-height);
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
  color: var(--text);
  background: transparent;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("./images/背景2.png") center repeat;
  z-index: -1;
}

body.no-scroll {
  overflow: hidden;
}

/* reCAPTCHA badge: prevent text clipping on pages with global line-height */
.grecaptcha-badge {
  line-height: normal !important;
  bottom: 12px !important;
}

.grecaptcha-badge * {
  line-height: normal !important;
}

/* レイアウト */
.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 16px;
}

/* ヘッダー */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--card);
  border-bottom: 1px solid var(--border);
  z-index: 1000;
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap);
  min-height: var(--header-height);
  padding: 0 16px;
  margin: 0 auto;
}

.order-confirm-section-title {
  margin-top: 20px;
}

.brand {
  font-size: 18px;
  font-weight: 700;
}

.brand a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.brand-logo {
  height: 32px;
  width: auto;
  display: block;
}

.brand-title {
  height: 28px;
  width: auto;
  display: block;
}

/* エクスポート用ブランディング（カード画像エクスポート） */
.export-brand-header {
  margin-bottom: 8px;
}
.export-brand {
  display: flex;
  align-items: center;
  gap: 8px;
}
.export-brand-logo {
  height: 32px;
  width: auto;
  display: block;
}
.export-brand-title-img {
  height: 28px;
  width: auto;
  display: block;
}

/* タイトル画像（index の h1 内） */
.title-image {
  height: 3em;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.title-image {
  height: 3em;
  width: auto;
  display: block;
  margin: 0 auto;
}

/* PC向けナビ（デフォルト） */
.nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100dvh;
  width: min(80vw, 320px);
  background: var(--card);
  border-left: 1px solid var(--border);
  padding: 0 16px 16px 16px;

  display: flex;
  flex-direction: column;
  gap: 12px;

  z-index: 1000;
  transform: translateX(100%);
  transition: transform 220ms ease;
}

.nav.active {
  transform: translateX(0);
}

.nav a {
  display: flex;
  align-items: center;
  padding: 12px;
  color: var(--link);
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
}

.nav a:hover {
  background: rgba(0, 0, 0, 0.04);
}

/* カード */
.card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px;
}

/* 入力UI */
input[type="text"],
input[type="password"] {
  width: 100%;
  max-width: 520px;
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 10px;
  font-size: 16px;
}

.select-full-width {
  width: 100%;
  max-width: 520px;
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 10px;
  font-size: 16px;
  min-height: 44px;
}

/* 通常ボタン（メニュー以外） */
button:not(.menu-toggle) {
  padding: 10px 14px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #111827;
  color: white;
  font-weight: 700;
  cursor: pointer;
}

button:not(.menu-toggle):hover {
  opacity: 0.9;
}

/* ログインフォーム */
form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-weight: 600;
  font-size: 14px;
}

.form-group input {
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-size: 16px;
}

.form-group input:focus {
  outline: none;
  border-color: var(--link);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.btn {
  padding: 10px 16px;
  background: var(--link);
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}

.btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.error-message {
  padding: 12px 16px;
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fecaca;
  border-radius: 8px;
  font-size: 14px;
}

/* ログインページ */
.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 16px;
  flex: 1;
}

.login-box {
  width: 100%;
  max-width: 400px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 40px 32px;
}

.login-box h1 {
  margin: 0 0 32px 0;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

.login-guide {
  margin: 0 0 12px 0;
  font-size: 14px;
  color: var(--muted);
  text-align: center;
}

.login-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.login-form input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 6px;
  font-size: 16px;
  font-family: inherit;
}

.login-form input:focus {
  outline: none;
  border-color: var(--link);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.login-btn {
  width: 100%;
  padding: 12px 16px;
  background: var(--link);
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.login-btn:hover {
  opacity: 0.9;
}

.login-btn:active {
  transform: translateY(1px);
}

.login-footer {
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}

.login-footer:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.login-info {
  text-align: center;
  margin-bottom: 16px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
}

.login-info p {
  margin: 0;
}

.signup-prompt {
  margin: 0 0 8px 0;
  font-size: 14px;
  color: var(--muted);
}

.signup-link {
  display: inline-block;
  color: var(--link);
  text-decoration: none;
  font-weight: 600;
  padding: 4px 0;
}

.signup-link:hover {
  text-decoration: underline;
}

.login-links {
  text-align: center;
}

.forgot-link {
  color: var(--link);
  text-decoration: none;
  font-size: 14px;
}

.forgot-link:hover {
  text-decoration: underline;
}

/* コード表示用（もし使うなら） */
.pre {
  background: #0b1020;
  color: #e5e7eb;
  border-radius: var(--radius);
  padding: 12px;
  overflow: auto;
}

/* 表（対戦カード・結果が想定） */
.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}

th,
td {
  border-bottom: 1px solid var(--border);
  padding: 10px 8px;
  text-align: left;
}

th {
  color: var(--muted);
  font-weight: 700;
}

/* 運営者セクション */
.organizer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.organizer:last-child {
  margin-bottom: 0;
}

.organizer-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.organizer-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.organizer-name {
  font-weight: 700;
  font-size: 18px;
  color: var(--text);
}

.organizer-info a {
  color: var(--link);
  text-decoration: none;
  font-size: 14px;
}

.organizer-info a:hover {
  text-decoration: underline;
}

.organizer-support {
  margin-top: 4px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #000;
  font-size: 14px;
}

/* フッター */
#footerSlot {
  margin-top: auto;
}

.footer {
  background: var(--card);
  border-top: 1px solid var(--border);
}

.footer-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 40px 16px 24px;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 32px;
}

.footer-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
}

.footer-heading {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
}

.footer-description {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}

.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-list li {
  margin: 0;
}

.footer-list a {
  color: var(--link);
  font-size: 13px;
  text-decoration: none;
}

.footer-list a:hover {
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 16px;
  text-align: center;
}

.footer-copyright {
  margin: 0 0 8px 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.footer-note {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

/* モバイル対応 */
@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0;
  }

  .footer-section {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 16px;
  }

  .footer-section:nth-child(1) {
    border-left: 4px solid #3b82f6;
  }

  .footer-section:nth-child(2) {
    border-left: 4px solid #ec4899;
  }

  .footer-inner {
    padding: 24px 16px;
  }
}

/* ここから：ハンバーガー（≡→×） */
.menu-toggle {
  /* すべての端末で表示 */
  display: block;
  width: 44px;
  height: 44px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text);

  position: relative;
  z-index: 1101;
}

.menu-icon {
  position: relative;
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  margin: 0 auto;
  transition: background 220ms ease;
}

.menu-icon::before,
.menu-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background: currentColor;
  transition:
    transform 220ms ease,
    top 220ms ease,
    bottom 220ms ease;
}

.menu-icon::before {
  top: -7px;
}

.menu-icon::after {
  bottom: -7px;
}

.menu-toggle[aria-expanded="true"] .menu-icon {
  background: transparent;
}

.menu-toggle[aria-expanded="true"] .menu-icon::before {
  top: 0;
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-icon::after {
  bottom: 0;
  transform: rotate(-45deg);
}

/* overlay（暗幕） */
.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
  z-index: 900;
}

/* スマホ向け：右からスライドするメニュー */
@media (max-width: 768px) {
  /* PC・スマホ共通のドロワーメニューを使用 */
  .menu-overlay.active {
    opacity: 1;
    pointer-events: auto;
  }
}

.menu-title {
  font-size: 14px;
  color: var(--text);
  font-weight: 700;
  line-height: var(--header-height);
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.menu-separator {
  border: none;
  border-top: 1px solid var(--border);
  margin: -12px 0 0 0;
}

.menu-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: var(--header-height);
  padding: 10px 8px;
  border-radius: 10px;
  color: var(--link);
  text-decoration: none;
  font-weight: 700;
}

.menu-item:hover {
  background: rgba(0, 0, 0, 0.04);
}

.menu-item.is-current {
  color: #1d4ed8;
  font-weight: 700;
  pointer-events: none; /* クリック不可 */
  background: rgba(37, 99, 235, 0.1);
  border-radius: 4px;
}
.menu-header {
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.menu-close {
  width: 44px;
  height: 44px;
  padding: 0;
  background: none;
  border: none;
  color: var(--text);
  font-size: 24px;
  cursor: pointer;
}

.auth-shell {
  max-width: 1040px;
  margin: 0 auto;
  padding: 32px 16px 64px;
}

.auth-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 28px 28px 32px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow:
    0 24px 50px rgba(15, 23, 42, 0.08),
    0 4px 10px rgba(15, 23, 42, 0.06);
}

.auth-card-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}

.auth-eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #64748b;
  margin: 0;
}

.auth-card h1 {
  font-size: 28px;
  margin: 0;
  color: #0f172a;
}

.auth-lead {
  margin: 0;
  color: #475569;
  font-size: 15px;
}

.auth-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 24px;
  align-items: start;
}

.auth-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.auth-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #0f172a;
  font-weight: 600;
}

.auth-input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.15);
  background: #f8fafc;
  font-size: 16px;
  font-family: inherit;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.auth-input:focus {
  outline: none;
  border-color: #38bdf8;
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.25);
  background: #ffffff;
}

.auth-input-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.auth-input-row .auth-input {
  flex: 1;
}

.auth-spacer {
  min-width: 72px;
}

.auth-password {
  display: flex;
  align-items: center;
  gap: 10px;
}

.auth-password .auth-input {
  flex: 1;
}

.auth-toggle {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.2);
  background: #ffffff;
  color: #0f172a;
  font-weight: 600;
  cursor: pointer;
  min-width: 72px;
  text-align: center;
  white-space: nowrap;
  opacity: 1;
  transition: none;
}

.auth-button {
  width: 100%;
  padding: 12px 16px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(120deg, #0ea5e9, #6366f1);
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.auth-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 20px rgba(79, 70, 229, 0.2);
}

.auth-message {
  min-height: 20px;
  color: #b91c1c;
  font-size: 14px;
}

.auth-side-card {
  background: #0f172a;
  color: #f8fafc;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.auth-side-card h2 {
  margin: 0;
  font-size: 18px;
}

.auth-side-card p {
  margin: 0;
  font-size: 14px;
  color: rgba(248, 250, 252, 0.8);
}

.auth-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f8fafc;
  color: #0f172a;
  font-weight: 700;
  text-decoration: none;
}

.auth-help {
  font-size: 12px;
  color: rgba(248, 250, 252, 0.65);
}

@media (max-width: 860px) {
  .auth-grid {
    display: flex;
    flex-direction: column;
  }

  .auth-form,
  .auth-side {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }

  .auth-side {
    order: -1;
  }

  .auth-card {
    padding: 22px 20px 26px;
  }
}

/* ログイン情報表示 */
#playerStatusDisplay {
  background: #fef08a;
  color: #713f12;
  padding: 8px 12px !important;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  height: auto !important;
  cursor: default !important;
  opacity: 1 !important;
  align-items: center;
  gap: 4px;
  border: 1px solid #fcd34d;
}

#playerStatusDisplay.admin-status {
  background: #fee2e2;
  color: #991b1b;
  border-color: #fca5a5;
}

#playerStatusDisplay.leader-status {
  background: #dcfce7;
  color: #166534;
  border-color: #86efac;
}

#playerNameDisplay {
  font-weight: 800;
}

.match-section {
  margin-top: 16px;
}

.match-section-title {
  margin-top: 0;
}

.match-section-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.match-toggle-btn {
  min-width: 88px;
}

.match-list-status-select {
  display: none;
  min-width: 120px;
}

#todaySectionContent.is-collapsed {
  display: none;
}

.upcoming-filter-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
  padding: 12px;
  border: 1px solid #d9e5f2;
  border-radius: 10px;
  background: linear-gradient(135deg, #f8fbff 0%, #fff8f3 100%);
}

.upcoming-filter-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.upcoming-filter-item label {
  font-size: 12px;
  font-weight: 700;
  color: #1e3a5f;
}

.upcoming-filter-item input,
.upcoming-filter-item select {
  width: 100%;
  min-width: 0;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid #c8d6e5;
  border-radius: 8px;
  background: #fff;
  font: inherit;
}

.upcoming-filter-item input[type="date"] {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

#resultDateFrom,
#resultDateTo {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

.upcoming-filter-team {
  min-width: 0;
}

.upcoming-filter-action {
  justify-content: flex-end;
}

.upcoming-filter-action .btn {
  width: 100%;
  min-height: 38px;
}

@media (max-width: 900px) {
  .upcoming-filter-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .upcoming-filter-bar {
    grid-template-columns: 1fr;
  }

  .team-detail-meta-grid {
    grid-template-columns: 1fr;
  }
}

/* 対戦カード */
.match-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px 16px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.result-match-card {
  margin-top: 12px;
}

.result-date-group + .result-date-group {
  margin-top: 24px;
}

.result-date-group-title {
  margin: 0 0 10px;
  padding: 10px 14px;
  border-left: 5px solid #2563eb;
  background: #eff6ff;
  color: #1e3a8a;
  border-radius: 10px;
  font-size: 18px;
}

.result-empty-message {
  margin: 0;
  color: #6b7280;
}

.result-error-message {
  margin: 0;
  color: #c62828;
}

.match-detail-toggle-btn {
  min-width: 88px;
}

.match-datetime.has-detail-toggle {
  position: relative;
  padding-bottom: 56px;
}

.match-card.exporting .match-datetime.has-detail-toggle {
  padding-bottom: 12px;
}

.match-datetime.has-detail-toggle .match-detail-toggle-btn {
  position: absolute;
  right: 12px;
  bottom: 12px;
}

.match-card-detail.is-collapsed {
  display: none;
}

/* エクスポート時のスタイル */
.match-card.exporting {
  width: 480px;
  margin: 0 auto;
}

.match-card.exporting .player-item {
  min-height: 0;
}

.match-datetime {
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.6;
  padding: 12px;
  background: linear-gradient(135deg, #f8fbff 0%, #fff8f3 100%);
  border: 1px solid #d9e5f2;
  border-radius: 10px;
}

.match-meta-grid {
  display: grid;
  gap: 10px;
}

.match-meta-section {
  display: grid;
  gap: 6px;
}

.match-meta-title {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #1e3a5f;
}

.match-meta-team-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.match-meta-team-chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.team-a-chip {
  background: #e4f1ff;
  color: #0f4f8a;
  border: 1px solid #9ac8f3;
}

.team-b-chip {
  background: #ffe8e6;
  color: #a3342c;
  border: 1px solid #f2a9a2;
}

.match-meta-datetime-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.match-meta-datetime {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
}

.team-detail-meta-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.team-detail-meta-value {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
}

.team-detail-status-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.team-detail-status-badge.is-win {
  color: #166534;
  background: #e8f5e9;
  border: 1px solid #9ed9b1;
}

.team-detail-status-badge.is-lose {
  color: #b91c1c;
  background: #fff;
  border: 1px solid #f4a7b4;
}

.team-detail-status-badge.is-progress {
  color: #9a6700;
  background: #fff6cc;
  border: 1px solid #e9d18b;
}

.match-status-pill {
  display: inline-flex;
  align-items: center;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.match-status-pill.status-before {
  background: #fff6cc;
  color: #8a5c00;
  border: 1px solid #e9d18b;
}

.match-status-pill.status-confirmed-before-start {
  background: #e0f2fe;
  color: #0c4a6e;
  border: 1px solid #93c5fd;
}

.match-status-pill.status-in-progress {
  background: #ffdfe1;
  color: #9f1239;
  border: 1px solid #f4a7b4;
}

.match-status-pill.status-finished {
  background: #e3f8ea;
  color: #166534;
  border: 1px solid #9ed9b1;
}

.teams-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
}

.match-card .team {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  padding: 20px;
  border-radius: var(--radius);
}

.match-card .team-a {
  background: rgba(52, 152, 219, 0.1);
  border: 2px solid #3498db;
}

.match-card .team-b {
  background: rgba(231, 76, 60, 0.1);
  border: 2px solid #e74c3c;
}

.match-card .team-name {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 4px 0 2px;
}

.team-header-divider {
  width: 100%;
  border-top: 2px solid;
  margin: 0 0 8px;
}

.team-win-summary {
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  color: #1f2937;
  background: #eef2f7;
  border: 1px solid #d0dae6;
  border-radius: 999px;
  padding: 2px 10px;
  align-self: center;
}

.team-result-summary-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  align-self: center;
  margin-top: -2px;
  margin-bottom: 4px;
}

.team-result-badge {
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.team-result-badge.is-win {
  color: #166534;
  background: #e8f5e9;
  border: 1px solid #9ed9b1;
}

.team-result-badge.is-lose {
  color: #b91c1c;
  background: #fff;
  border: 1px solid #f4a7b4;
}

.team-result-badge.is-pending {
  color: #4b5563;
  background: #f3f4f6;
  border: 1px solid #d1d5db;
}

.player-game-result-row {
  display: flex;
  justify-content: center;
  margin-bottom: 2px;
}

.match-card .team-a .team-name {
  color: #3498db;
}

.match-card .team-a .team-header-divider {
  border-top-color: #3498db;
}

.match-card .team-b .team-name {
  color: #e74c3c;
}

.match-card .team-b .team-header-divider {
  border-top-color: #e74c3c;
}

.match-card .player {
  padding: 10px 12px;
  text-align: center;
  border: 1px solid currentColor;
  border-radius: 4px;
  background: white;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.match-card .team-a .player {
  color: #3498db;
}

.match-card .team-b .player {
  color: #e74c3c;
}

.player-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px;
  background: white;
  border-radius: 4px;
  font-size: 13px;
  min-height: 95px;
  justify-content: flex-start;
  box-sizing: border-box;
}

.player-item.result-player-item {
  min-height: 0;
  gap: 4px;
  justify-content: center;
}

.player-name {
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}

.player-personal-win {
  text-align: center;
  font-size: 11px;
  color: #4b5563;
  font-weight: 700;
}

.match-card .team-a .player-name {
  color: #000;
}

.match-card .team-b .player-name {
  color: #000;
}

.player-separator {
  height: 1px;
  background: linear-gradient(to right, transparent, currentColor, transparent);
  margin: 2px 0;
}

.player-status {
  text-align: center;
  font-size: 12px;
  color: #000;
}

.player-status.unavailable {
  color: #999;
}

.player-live-badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  color: #ffffff;
  background: #d32f2f;
  margin-bottom: 4px;
}

.player-live-badges {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-bottom: 4px;
}

.player-live-badges .player-live-badge {
  margin-bottom: 0;
}

.player-win-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  color: #0f4f8a;
  background: #e4f1ff;
  border: 1px solid #9ac8f3;
}

/* 対戦結果 */
.result-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 32px 16px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.result-datetime {
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.6;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.05);
  border-left: 3px solid var(--primary);
  border-radius: 4px;
  text-align: center;
}

.result-teams {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
}

.result-team {
  flex: 1;
  max-width: 300px;
  padding: 20px 16px;
  text-align: center;
  border: 2px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg);
  transition: all 0.3s;
}

.result-team.winner {
  background: linear-gradient(135deg, #ffd700 0%, #ffa500 100%);
  border-color: #ffd700;
  box-shadow: 0 4px 20px rgba(255, 215, 0, 0.4);
  transform: scale(1.05);
}

.result-label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}

.result-label.win {
  background: rgba(255, 255, 255, 0.3);
  color: #000;
}

.result-label.lose {
  background: rgba(0, 0, 0, 0.1);
  color: #666;
}

.result-team .team-name {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.result-team.winner .team-name {
  color: #000;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
}

.result-vs {
  font-size: 20px;
  font-weight: 700;
  color: var(--muted);
}

.result-score {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 48px;
  font-weight: 700;
}

.score {
  color: #333;
  min-width: 60px;
  text-align: center;
}

.score.winner-score {
  color: #ffd700;
  text-shadow: 0 2px 4px rgba(255, 215, 0, 0.3);
}

.score-separator {
  color: var(--muted);
  font-size: 32px;
}

@media (max-width: 480px) {
  .result-card {
    padding: 24px 12px;
    gap: 16px;
  }

  .result-datetime {
    font-size: 14px;
    padding: 6px 10px;
  }

  .result-teams {
    flex-direction: column;
    gap: 12px;
  }

  .result-team {
    max-width: 100%;
    padding: 16px 12px;
  }

  .result-label {
    font-size: 12px;
    padding: 3px 6px;
    margin-bottom: 6px;
  }

  .result-team .team-name {
    font-size: 16px;
  }

  .result-vs {
    font-size: 16px;
  }

  .result-score {
    font-size: 36px;
    gap: 12px;
  }

  .score {
    min-width: 40px;
  }

  .score-separator {
    font-size: 24px;
  }
}

.player-link {
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  padding: 2px 0;
  transition:
    color 0.2s,
    text-decoration 0.2s;
  font-weight: 500;
  color: #16a085;
}

.player-link-row {
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.player-link-placeholder {
  display: inline-block;
  height: 1em;
  visibility: hidden;
}

.player-link:hover {
  text-decoration: underline;
  color: #117a65;
}

.team-detail-match-card-host {
  background: transparent;
}

.team-detail-match-card {
  margin-top: 0;
}

.team-reserve-box {
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px solid rgba(17, 24, 39, 0.12);
}

.team-reserve-title {
  font-size: 12px;
  font-weight: 800;
  color: #374151;
  text-align: center;
  margin-bottom: 6px;
}

.team-reserve-list {
  display: grid;
  gap: 6px;
}

.team-reserve-item,
.team-reserve-empty {
  padding: 6px 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.75);
  text-align: center;
  font-size: 12px;
  color: #374151;
}

.export-btn {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 20px auto 0;
  padding: 12px 24px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

.export-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.export-btn:active {
  transform: translateY(0);
}

.export-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

/* 画像保存時のみ非表示にする */
body.export-mode .hide-for-export {
  display: none;
}

.export-brand-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 14px;
  padding: 10px 14px;
  border: 1px solid #d9e5f2;
  border-radius: 12px;
  background: linear-gradient(135deg, #f8fbff 0%, #fff8f3 100%);
}

.export-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #d0dae6;
  overflow: hidden;
}

.export-brand-mark img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}

.export-brand-title {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #1f2937;
}

.mirrativ-link {
  display: inline-block;
  padding: 12px 24px;
  margin-top: 8px;
  background: linear-gradient(135deg, #ff6b6b 0%, #ff5252 100%);
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3);
}

.mirrativ-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 107, 107, 0.4);
}

.mirrativ-link:active {
  transform: translateY(0);
}

/* iPhone6以下の画面対応 */
@media (max-width: 480px) {
  .match-card {
    padding: 24px 12px;
  }

  .match-datetime {
    font-size: 14px;
    padding: 6px 10px;
    margin-bottom: 4px;
  }

  .teams-container {
    gap: 0;
  }

  .match-card .team {
    gap: 6px;
    padding: 12px;
  }

  .match-card .team-name {
    font-size: 12px;
    padding: 6px 0;
    margin-bottom: 6px;
  }

  .player-item {
    padding: 6px;
    font-size: 12px;
    min-height: 85px;
  }

  .player-name {
    font-size: 12px;
  }

  .player-status {
    font-size: 11px;
  }

  .player-link {
    font-size: 11px;
    padding: 2px 0;
  }
}

@media (max-width: 375px) {
  .match-card {
    padding: 20px 8px;
  }

  .match-datetime {
    font-size: 13px;
    padding: 5px 8px;
    line-height: 1.4;
  }

  .match-card .team {
    gap: 5px;
    padding: 10px;
  }

  .match-card .team-name {
    font-size: 12px;
    padding: 5px 0;
    margin-bottom: 5px;
  }

  .player-item {
    padding: 5px;
    font-size: 12px;
    min-height: 80px;
  }

  .player-name {
    font-size: 12px;
  }

  .player-status {
    font-size: 11px;
  }

  .player-link {
    font-size: 11px;
    padding: 2px 0;
  }
}
.modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.modal-content {
  position: relative;
  background: var(--card);
  border-radius: var(--radius);
  max-width: 600px;
  width: 90%;
  max-height: 70vh;
  overflow-y: auto;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  z-index: 2001;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid var(--border);
  background: var(--bg);
  border-radius: var(--radius) var(--radius) 0 0;
}

.modal-header h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
}

.modal-close {
  background: none;
  border: none;
  font-size: 28px;
  color: var(--muted);
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-close:hover {
  color: var(--text);
}

.modal-body {
  padding: 20px;
}

.confirm-delete-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2100;
}

.confirm-delete-modal.hidden {
  display: none;
}

.confirm-delete-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.confirm-delete-panel {
  position: relative;
  width: min(92vw, 460px);
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.25);
  padding: 20px;
  z-index: 1;
}

.confirm-delete-title {
  margin: 0 0 10px;
  font-size: 18px;
}

.confirm-delete-text {
  margin: 0;
  font-size: 15px;
  color: var(--text);
  line-height: 1.65;
}

.confirm-delete-actions {
  margin-top: 18px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.confirm-btn-no {
  background: #6b7280;
}

.urgent-notice {
  background: #fef08a;
  border: 1px solid #fcd34d;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 20px;
}

.urgent-notice h3 {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 700;
  color: #713f12;
}

.urgent-notice p {
  margin: 0;
  font-size: 13px;
  color: #713f12;
  line-height: 1.5;
}

.modal-body h3 {
  margin: 0 0 16px 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
}

.faq-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}

.faq-item:last-of-type {
  border-bottom: 1px solid var(--border);
  margin-bottom: 24px;
  padding-bottom: 20px;
}

.faq-question {
  margin: 0 0 8px 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
}

.faq-answer {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}

.support-text {
  margin: 0 0 12px 0;
  font-size: 13px;
  color: var(--muted);
}

.support-list {
  margin: 0;
  padding-left: 20px;
  font-size: 13px;
}

.support-list li {
  margin-bottom: 8px;
  color: var(--muted);
}

.support-list a {
  color: var(--link);
  text-decoration: none;
  font-weight: 600;
}

.support-list a:hover {
  text-decoration: underline;
}

/* 管理者ログイン状態の色 */
.menu-item.admin-status {
  color: #fff !important; /* 白色 */
  background-color: #ff6b6b !important; /* 赤色背景 */
  font-weight: bold !important;
  border-radius: 6px !important;
}

/* 管理者フォーム */
.admin-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 16px 0;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.form-group label {
  font-weight: 600;
  color: var(--text);
}

.form-group input {
  padding: 8px 12px;
  border: 1px solid var(--border);
  border-radius: 6px;
  font-size: 14px;
  font-family: inherit;
}

.form-group input:focus {
  outline: none;
  border-color: var(--link);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.btn {
  padding: 10px 16px;
  background-color: var(--link);
  color: white;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.2s;
}

a.btn:link,
a.btn:visited {
  color: white;
  text-decoration: none;
}

.btn:hover {
  background-color: #1d4ed8;
}

.btn:active {
  background-color: #1e40af;
}

.message {
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 14px;
  margin-top: 8px;
}

.message.error {
  background-color: #fee2e2;
  color: #dc2626;
}

.message.success {
  background-color: #dcfce7;
  color: #14532d;
  font-weight: 700;
}

.message.toast-bottom {
  position: fixed;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%) translateY(24px);
  opacity: 0;
  z-index: 2000;
  min-width: 280px;
  max-width: min(92vw, 640px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.message.toast-bottom.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.hidden {
  display: none !important;
}

.match-list-search-row {
  margin-bottom: 16px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.match-list-search-row input {
  flex: 1;
}

.match-list-count {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 14px;
}

.match-list-table-wrap {
  overflow-x: auto;
}

.match-list-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: auto;
  min-width: 1040px;
}

.match-list-table thead tr {
  border-bottom: 2px solid #ccc;
}

.match-list-table th,
.match-list-table td {
  padding: 6px;
  border-bottom: 1px solid #eee;
}

.match-list-col-id,
.match-list-cell-id {
  width: 90px;
  text-align: center;
  border-right: 2px solid #999;
}

.match-list-col-card,
.match-list-cell-card {
  width: 140px;
  text-align: left;
  white-space: normal;
  word-break: break-all;
  border-right: 2px dotted #ccc;
}

.match-list-col-date,
.match-list-cell-date {
  width: 180px;
  text-align: left;
  white-space: nowrap;
  border-right: 2px dotted #ccc;
}

.match-list-col-status,
.match-list-cell-status {
  width: 110px;
  text-align: center;
  white-space: nowrap;
  border-right: 2px dotted #ccc;
}

/* 進行数列削除 */

.match-list-col-admin,
.match-list-cell-admin {
  width: 140px;
  text-align: left;
  white-space: nowrap;
  border-right: 2px dotted #ccc;
}

.match-list-col-actions,
.match-list-cell-actions {
  width: 200px;
  text-align: center;
}

.match-list-actions {
  display: flex;
  gap: 6px;
  justify-content: center;
  flex-wrap: wrap;
}

.match-list-action-link {
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  padding: 6px 10px;
}

.match-list-empty-message {
  text-align: center;
  color: #666;
  display: none;
}

.match-edit-back-card {
  margin-bottom: 16px;
}

.match-edit-unstarted-box {
  margin-bottom: 24px;
}

.match-edit-search-form {
  margin: 12px 0 24px;
}

.match-edit-search-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.match-edit-search-type-label {
  margin-bottom: 0;
  white-space: nowrap;
}

.match-edit-search-type {
  padding: 6px;
  min-width: 150px;
}

.match-edit-search-input {
  width: 220px;
  min-width: 220px;
  flex: 0 1 auto !important;
}

.match-edit-detail-box {
  margin: 12px 0;
  color: #333;
}

.match-edit-error {
  color: red;
  margin-top: 8px;
}

.match-edit-select {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid var(--border);
  border-radius: 6px;
  font-size: 14px;
  font-family: inherit;
  box-sizing: border-box;
  height: 40px;
}

.match-edit-unstarted-box .table-wrap {
  overflow-x: auto;
}

.match-edit-unstarted-box table {
  min-width: 640px;
}

.match-edit-unstarted-box th:nth-child(1),
.match-edit-unstarted-box td:nth-child(1) {
  width: 90px;
  text-align: center;
}

.match-edit-unstarted-box th:nth-child(5),
.match-edit-unstarted-box td:nth-child(5) {
  width: 120px;
  text-align: center;
}

@media (max-width: 640px) {
  .match-list-search-row {
    flex-wrap: wrap;
  }

  .match-list-search-row .btn {
    white-space: nowrap;
  }

  .match-edit-search-row {
    flex-wrap: wrap;
  }
}

/* Entry form image styling */
.entry-form-image {
  display: block;
  max-width: 420px;
  width: 100%;
  height: auto;
  margin: 12px auto;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}

/* Entry form layout */
.entry-forms {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 8px;
}

.entry-form-item {
  flex: 1 1 260px;
  max-width: 420px;
  text-align: center;
}

.entry-form-caption {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
}

.entry-note {
  margin-top: 8px;
  font-size: 13px;
  color: #666;
  text-align: left;
  line-height: 1.5;
}

/* 小タイトル（サブタイトル） */
.entry-form-item > p:first-child {
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 15px;
  color: #000;
  text-align: left;
  position: relative;
  padding-left: 22px;
}

.entry-form-item > p:first-child::before {
  content: "・";
  position: absolute;
  left: 4px;
  top: 0.08em;
  color: #000;
  font-size: 18px;
  line-height: 1;
}

.entry-subtitle {
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 15px;
  color: var(--text);
  text-align: center;
}

@media (max-width: 640px) {
  .entry-form-item > p:first-child,
  .entry-subtitle {
    font-size: 14px;
  }
  .entry-form-item > p:first-child::before {
    font-size: 16px;
    left: 3px;
    top: 0.06em;
  }
}
