/* --- 投稿本文：スプレッドシート（テーブル）スタイル --- */
.hr-table-wrapper {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #30363d;
    border-radius: 8px;
    background: #0d1117;
    margin-bottom: 20px;
}

.hr-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
    color: #c9d1d9;
}

.hr-table th {
    background: #161b22;
    color: #58a6ff;
    font-weight: bold;
    text-align: left;
    padding: 12px 10px;
    border-bottom: 2px solid #30363d;
    white-space: nowrap;
}

.hr-table td {
    padding: 12px 10px;
    border-bottom: 1px solid #21262d;
    white-space: nowrap;
}

.hr-table tr:hover td {
    background: rgba(88, 166, 255, 0.05);
}

/* チーム列アクセント */
.team-cell {
    color: #fff;
    font-weight: bold;
    border-left: 3px solid #f85149;
}

/* 数値列スタイル（Consolas + オレンジ） */
.num-cell {
    font-family: 'Consolas', monospace;
    color: #ffa657;
    font-weight: bold;
    text-align: right !important;
}

/* --- サイドバー共通：タイトル中央揃え --- */
.widget-item h3 {
    color: #58a6ff;
    font-size: 0.9rem;
    border-bottom: 1px solid #30363d;
    padding-bottom: 8px;
    margin-bottom: 15px;
    text-align: center; /* タイトルを中央揃え */
    width: 100%;
}

/* --- カレンダー専用スタイル --- */
#wp-calendar {
    width: 100%;
    color: #c9d1d9;
    border-collapse: collapse;
    font-size: 0.8rem;
}

#wp-calendar caption {
    color: #ffa657;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

#wp-calendar th {
    background: #21262d;
    color: #8b949e;
    text-align: center;
}

#wp-calendar td {
    border: 1px solid #30363d;
    text-align: center;
    padding: 6px 2px;
}

/* 日付リンク（記事がある日） */
#wp-calendar td a {
    color: #58a6ff;
    font-weight: bold;
    text-decoration: underline;
}

/* カレンダー下部の前月・次月ナビゲーション */
#wp-calendar tfoot td {
    padding-top: 10px;
    border: none;
}

#wp-calendar tfoot #prev {
    text-align: left;
}

#wp-calendar tfoot #next {
    text-align: right;
}

#wp-calendar tfoot a {
    color: #58a6ff;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.75rem;
}

#wp-calendar tfoot a:hover {
    color: #ffa657;
}
