/*
Theme Name: Tsunapro
Theme URI: https://tsunapro.jp/
Author: OpenAI Codex
Description: つなぷろ用のWordPressテーマ
Version: 1.0.0
Text Domain: tsunapro
*/

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.article-body iframe {
  max-width: 100%;
}

.article-body a {
  font-weight: bold;
  text-decoration: underline;
  color: var(--color-text);
}

.empty-state {
  grid-column: 1 / -1;
  width: 100%;
  margin: 0;
  padding: 40px 24px;
  border: 1px solid #d9dfe8;
  border-radius: 24px;
  background: #ffffff;
  color: #293355;
  box-shadow: 0 12px 24px rgba(41, 51, 85, 0.08);
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
