/* 共通枠 */
.tf-event-section {
    background: #fcfbf9;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 32px 24px;
    margin-top: 40px;
  }
  
  /* セクション見出し */
  .tf-event-section h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #444;
    border-bottom: 1px solid #eee;
    padding-bottom: 4px;
  }
  
  /* 基本文字 */
  .tf-event-section p,
  .tf-event-section li {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    margin: 0 0 0.5em 0;
  }
  
  /* 開催情報ブロック */
  .tf-event-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .tf-event-info-list li {
    display: flex;
    gap: 12px;
    margin-bottom: 8px;
  }
  
  .tf-event-info-label {
    font-weight: bold;
    color: #333;
    min-width: 80px;
  }
  
  /* カスタムラベル */
  .tf-event-badge {
    display: inline-block;
    background: #fff;
    border: 1px solid var(--wp--preset--color--vk-color-primary-dark);
    color: var(--wp--preset--color--vk-color-primary-dark);
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 7px;
    margin-right: 6px;
    line-height: 1.2;
  }
  
  /* 持ち物・服装など */
  .tf-event-bullet-list {
    padding-left: 1em;
    list-style: disc;
    margin-top: 0.5em;
  }
  
  /* 体験会の画像 */
  .tf-event-image {
    margin-top: 16px;
    max-width: 100%;
    border-radius: 6px;
    border: 1px solid #ddd;
    object-fit: cover;
  }
  
  /* Google Map 埋め込み調整 */
  .tf-event-map {
    width: 100%;
    height: 300px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-top: 16px;
  }
  
  /* 小さい注意書きや補足テキスト */
  .tf-note {
    font-size: 12px;
    color: #888;
  }
  
.tf-trial-event-block {
  margin-bottom: 0.5em;
}

.tf-trial-event-info {
  background: #fdfdfc;
  padding: 1em;
  border-radius: 8px;
  border: 1px solid #eee;
}

.tf-trial-event-entry {
  margin-bottom: 1.2em;
  padding-bottom: 0.8em;
  border-bottom: 1px dashed #ddd;
}

.tf-trial-event-entry:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.tf-trial-event-date {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 0.4em;
  color: #333;
}

.tf-trial-event-detail {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
  padding-left: 1.2em;
  color: #444;
  font-size: 0.95em;
}

.tf-trial-event-date,
.tf-trial-event-time,
.tf-trial-event-reception,
.tf-trial-event-place {
  display: flex;
  align-items: center;
}

.tf-trial-event-date::before {
  content: '📅';
  margin-right: 0.3em;
}

.tf-trial-event-time::before {
  content: '🕙';
  margin-right: 0.3em;
}

.tf-trial-event-reception::before {
  content: '📝';
  margin-right: 0.3em;
}

.tf-trial-event-place::before {
  content: '📍';
  margin-right: 0.3em;
}

.tf-trial-venue-title {
  font-size: 1.00rem;         /* 少し大きめで見出しらしさを */
  font-weight: 600;           /* 太字で強調 */
  color: #333;                /* 黒に近い落ち着いた色 */
  background-color: #f0f0f0;  /* やさしいグレーの背景 */
  padding: 0.5em 1em;
  border-left: 5px solid #007ACC;  /* アクセントカラーのライン */
  margin: 1em 0;
  border-radius: 4px;
}


.tf-trial-event-status {
    display: inline-block;
    background: #fff;
    border: 1px solid var(--wp--preset--color--vk-color-primary-dark);
    color: var(--wp--preset--color--vk-color-primary-dark);
    font-size: 14px;
    padding: 4px 8px;
    border-radius: 7px;
    margin-right: 6px;
    line-height: 1.2;
}
