/*
Theme Name: BFJ Scope
Theme URI: https://example.com
Author: BFJ
Author URI: https://example.com
Description: 認知広告の効果を可視化する特許取得の分析サービス「BFJ Scope」のテーマ
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bfj-scope
*/

/* 個別投稿ページのスタイル */
.single-post-content {
    color: #1f2937;
    line-height: 1.8;
}

/* hタグのスタイル */
.single-post-content h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #111827;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e5e7eb;
}

.single-post-content h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #111827;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e5e7eb;
}

.single-post-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1f2937;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.single-post-content h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #374151;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
}

.single-post-content h5 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #4b5563;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.single-post-content h6 {
    font-size: 1rem;
    font-weight: 600;
    color: #6b7280;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

/* テーブルのスタイル */
.single-post-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    background-color: #ffffff;
}

.single-post-content table th {
    background-color: #f3f4f6;
    color: #111827;
    font-weight: 600;
    padding: 0.75rem 1rem;
    text-align: left;
    border: 1px solid #e5e7eb;
    border-bottom: 2px solid #d1d5db;
}

.single-post-content table td {
    padding: 0.75rem 1rem;
    border: 1px solid #e5e7eb;
    color: #374151;
}

.single-post-content table tbody tr:nth-child(even) {
    background-color: #f9fafb;
}

.single-post-content table tbody tr:hover {
    background-color: #f3f4f6;
}

/* その他のコンテンツ要素 */
.single-post-content p {
    margin-bottom: 1rem;
    line-height: 1.8;
}

.single-post-content ul,
.single-post-content ol {
    margin: 1rem 0;
    padding-left: 2rem;
}

.single-post-content li {
    margin-bottom: 0.5rem;
}

.single-post-content a {
    color: #C8191E;
    text-decoration: underline;
}

.single-post-content a:hover {
    color: #a81519;
}

.single-post-content img {
    max-width: 100%;
    height: auto;
    margin: 1.5rem 0;
    border-radius: 0.5rem;
}

.single-post-content blockquote {
    border-left: 4px solid #C8191E;
    padding-left: 1.5rem;
    margin: 1.5rem 0;
    color: #6b7280;
    font-style: italic;
}

.single-post-content code {
    background-color: #f3f4f6;
    padding: 0.125rem 0.375rem;
    border-radius: 0.25rem;
    font-size: 0.875em;
    color: #C8191E;
}

.single-post-content pre {
    background-color: #1f2937;
    color: #f9fafb;
    padding: 1rem;
    border-radius: 0.5rem;
    overflow-x: auto;
    margin: 1.5rem 0;
}

.single-post-content pre code {
    background-color: transparent;
    color: inherit;
    padding: 0;
}

