/*
Theme Name: Fujisawa Base Theme
Theme URI: https://www.fujisawa-kogyo.com
Author: Fujisawa Kougyou
Author URI: https://www.fujisawa-kogyo.com
Description: 株式会社藤沢興業のWebサイト用WordPressテーマ。グリストラップ清掃サービスに特化した企業サイトに最適化されています。
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fujisawa-base
Tags: corporate, business, custom-logo, custom-menu, featured-images, translation-ready

藤沢興業テーマ - グリストラップ清掃専門企業のためのWordPressテーマ

=== 使い方 ===

1. 固定ページの作成
   以下のスラッグで固定ページを作成してください：
   - service (サービス・料金) - テンプレート: サービス・料金ページ
   - company (会社概要) - テンプレート: 会社概要ページ
   - qa (よくある質問) - テンプレート: よくある質問ページ
   - recruit (採用情報) - テンプレート: 採用情報ページ
   - contact (お問い合わせ) - テンプレート: お問い合わせページ

2. カスタム投稿タイプ
   - お知らせ: トップページや一覧ページに表示されます
   - よくある質問: よくある質問ページに表示されます
   - 特徴: トップページの特徴セクションに表示されます

3. カスタマイザー
   外観 > カスタマイズ > 会社情報 から以下を設定できます：
   - 電話番号
   - 受付時間
   - メールアドレス
   - 住所
   - ブログURL

4. メニュー
   外観 > メニュー から以下のメニューを設定できます：
   - メインメニュー: ヘッダーのナビゲーション
   - フッターメニュー: フッターのリンク

*/

/* WordPress管理バーの調整 */
body.admin-bar .block_header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar .block_header {
        top: 46px;
    }
}

/* WordPress固有のスタイル調整 */
.wp-block-image img {
    height: auto;
}

.alignleft {
    float: left;
    margin-right: 1.5rem;
}

.alignright {
    float: right;
    margin-left: 1.5rem;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* ページエディタでのコンテンツスタイル */
.entry-content {
    line-height: 1.8;
}

.entry-content h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 2rem 0 1rem;
    color: var(--color01, #2767fa);
}

.entry-content h3 {
    font-size: 1.25rem;
    font-weight: bold;
    margin: 1.5rem 0 0.75rem;
}

.entry-content p {
    margin-bottom: 1rem;
}

.entry-content ul,
.entry-content ol {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.entry-content ul {
    list-style-type: disc;
}

.entry-content ol {
    list-style-type: decimal;
}

.entry-content a {
    color: var(--color01, #2767fa);
    text-decoration: underline;
}

.entry-content a:hover {
    text-decoration: none;
}

/* ==========================================================================
   以下、子テーマから統合したスタイル
   ========================================================================== */

/* ==========================================================================
   カスタムカラー設定
   ========================================================================== */

:root {
    /* ブランドカラー上書き */
    --color-primary: #004c97;
    --color-primary-dark: #003366;
    --color-primary-light: #e6f0f8;
    --color-accent: #e65100;
    
    /* 追加のブランドカラー */
    --color-brand-blue: #004c97;
    --color-brand-navy: #003366;
    --color-brand-orange: #e65100;
}

/* ==========================================================================
   ヘッダーカスタマイズ
   ========================================================================== */

.site-header {
    border-bottom: 3px solid var(--color-primary);
}

.site-title a:hover {
    color: var(--color-primary);
}

/* ヘッダーナビゲーション強調 */
.primary-menu > li > a {
    position: relative;
}

.primary-menu > li > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: var(--color-primary);
    transition: all var(--transition-base);
    transform: translateX(-50%);
}

.primary-menu > li > a:hover::after,
.primary-menu > li.current-menu-item > a::after {
    width: calc(100% - var(--space-lg));
}

/* ==========================================================================
   ヒーローセクション強化
   ========================================================================== */

.hero-section {
    min-height: 500px;
    background: linear-gradient(135deg, var(--color-brand-blue) 0%, var(--color-brand-navy) 100%);
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    z-index: 0;
}

.hero-content {
    padding: var(--space-xxl) 0;
}

.hero-title {
    font-size: 3rem;
    letter-spacing: 0.05em;
    margin-bottom: var(--space-lg);
}

.hero-description {
    font-size: 1.25rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
}

/* CTAボタン */
.hero-cta {
    margin-top: var(--space-xl);
}

.hero-cta .btn {
    margin: 0 var(--space-sm);
}

.btn-white {
    background-color: #fff;
    color: var(--color-primary);
    border-color: #fff;
}

.btn-white:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

/* ==========================================================================
   セクションスタイル
   ========================================================================== */

.section-title {
    font-size: 2rem;
    letter-spacing: 0.05em;
}

.section-subtitle {
    text-align: center;
    color: var(--color-text-light);
    max-width: 700px;
    margin: calc(-1 * var(--space-lg)) auto var(--space-xl);
}

/* お知らせセクション */
.news-section {
    background-color: #f8fafc;
}

.news-item {
    background-color: #fff;
    padding: var(--space-md);
    border-radius: var(--radius-sm);
    margin-bottom: var(--space-sm);
    border: 1px solid var(--color-border-light);
    transition: box-shadow var(--transition-fast);
}

.news-item:hover {
    box-shadow: var(--shadow-sm);
}

.news-category {
    background-color: var(--color-primary);
}

/* カテゴリーバリエーション */
.news-category--important {
    background-color: var(--color-danger);
}

.news-category--event {
    background-color: var(--color-success);
}

.news-category--media {
    background-color: var(--color-accent);
}

/* ==========================================================================
   サービスセクション
   ========================================================================== */

.services-section {
    padding: var(--space-xxl) 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--space-lg);
}

.service-card {
    background-color: #fff;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
    overflow: hidden;
    transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.service-card-image {
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.service-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-base);
}

.service-card:hover .service-card-image img {
    transform: scale(1.05);
}

.service-card-content {
    padding: var(--space-lg);
}

.service-card-title {
    font-size: 1.25rem;
    margin-bottom: var(--space-sm);
    color: var(--color-primary);
}

.service-card-description {
    color: var(--color-text-light);
    margin-bottom: var(--space-md);
    font-size: var(--font-size-sm);
}

.service-card-link {
    font-weight: 600;
    color: var(--color-primary);
}

.service-card-link::after {
    content: " →";
}

/* ==========================================================================
   会社概要テーブル
   ========================================================================== */

.company-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: var(--shadow-sm);
    border-radius: var(--radius-md);
    overflow: hidden;
}

.company-table th,
.company-table td {
    padding: var(--space-md) var(--space-lg);
    text-align: left;
    border-bottom: 1px solid var(--color-border);
}

.company-table tr:last-child th,
.company-table tr:last-child td {
    border-bottom: none;
}

.company-table th {
    width: 30%;
    background-color: var(--color-primary-light);
    font-weight: 600;
    color: var(--color-primary);
}

/* ==========================================================================
   お問い合わせセクション
   ========================================================================== */

.contact-cta-section {
    padding: var(--space-xxl) 0;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
    color: #fff;
    text-align: center;
}

.contact-cta-section .section-title {
    color: #fff;
}

.contact-cta-section .section-title::after {
    background-color: #fff;
}

.contact-phone-number {
    font-size: 2.5rem;
    font-weight: 700;
    margin: var(--space-lg) 0 var(--space-sm);
}

.contact-phone-number a {
    color: #fff;
    text-decoration: none;
}

.contact-phone-hours {
    font-size: var(--font-size-sm);
    opacity: 0.9;
    margin-bottom: var(--space-lg);
}

/* お問い合わせフォームスタイル */
.contact-form {
    max-width: 700px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: var(--space-lg);
}

.form-group label {
    font-weight: 600;
    margin-bottom: var(--space-xs);
}

.form-group .required {
    color: var(--color-danger);
    margin-left: var(--space-xs);
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
}

.form-group textarea {
    min-height: 150px;
    resize: vertical;
}

.form-submit {
    text-align: center;
}

/* ==========================================================================
   投稿・ページカスタマイズ
   ========================================================================== */

/* 投稿カードホバーエフェクト強化 */
.post-card {
    border: 1px solid var(--color-border-light);
}

.post-card:hover {
    border-color: var(--color-primary-light);
}

/* 記事内の見出しデザイン */
.entry-content h2 {
    position: relative;
    padding-left: var(--space-md);
    border-bottom: none;
    border-left: 4px solid var(--color-primary);
    background: linear-gradient(to right, var(--color-primary-light), transparent);
}

/* WordPress Gutenbergブロック見出し */
h2.wp-block-heading {
    padding-left: 18px;
}

.entry-content h3.wp-block-heading,
.blog-single-content h3.wp-block-heading,
h3.wp-block-heading {
    padding-left: 18px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.entry-content h3 {
    border-bottom: 2px dotted var(--color-border);
    padding-bottom: var(--space-xs);
}

/* 引用ブロック */
.entry-content blockquote {
    position: relative;
    background-color: #f8fafc;
    border-left-color: var(--color-primary);
}

.entry-content blockquote::before {
    content: """;
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 4rem;
    color: var(--color-primary);
    opacity: 0.2;
    font-family: Georgia, serif;
    line-height: 1;
}

/* ==========================================================================
   フッター強化
   ========================================================================== */

.site-footer {
    background-color: #1a1a2e;
}

.footer-company-info {
    text-align: center;
    margin-bottom: var(--space-xl);
    padding-bottom: var(--space-xl);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo {
    margin-bottom: var(--space-md);
}

.footer-logo img {
    max-height: 50px;
}

.footer-address {
    font-size: var(--font-size-sm);
    color: #aaa;
    line-height: 1.8;
}

.footer-widget-area .widget-title {
    font-size: 1rem;
    letter-spacing: 0.05em;
}

/* ソーシャルリンク */
.social-links {
    display: flex;
    justify-content: center;
    gap: var(--space-md);
    margin-top: var(--space-lg);
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff;
    transition: all var(--transition-fast);
}

.social-links a:hover {
    background-color: var(--color-primary);
}

/* ==========================================================================
   ページ固有スタイル
   ========================================================================== */

/* 会社概要ページ */
.page-company .entry-content {
    max-width: 900px;
    margin: 0 auto;
}

/* お問い合わせページ */
.page-contact .contact-info-box {
    background-color: var(--color-bg-light);
    padding: var(--space-xl);
    border-radius: var(--radius-md);
    text-align: center;
    margin-bottom: var(--space-xl);
}

.page-contact .contact-info-box h2 {
    margin-bottom: var(--space-md);
}

.page-contact .contact-phone {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-primary);
}

.page-contact .contact-hours {
    font-size: var(--font-size-sm);
    color: var(--color-text-light);
}

/* ==========================================================================
   アニメーション
   ========================================================================== */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in-up {
    animation: fadeInUp 0.6s ease forwards;
}

/* ==========================================================================
   レスポンシブ調整
   ========================================================================== */

@media screen and (max-width: 992px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .hero-section {
        min-height: 400px;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .company-table th,
    .company-table td {
        display: block;
        width: 100%;
    }

    .company-table th {
        border-bottom: none;
    }

    .contact-phone-number {
        font-size: 1.75rem;
    }

    .hero-cta .btn {
        display: block;
        margin: var(--space-sm) 0;
    }
}

@media screen and (max-width: 480px) {
    .hero-title {
        font-size: 1.75rem;
    }

    .news-item {
        flex-direction: column;
    }

    .news-date {
        margin-bottom: var(--space-xs);
    }
}

/* ==========================================================================
   ブログスタイル
   ========================================================================== */

/* ブログMV */
#blog .mv_sub,
#seo-blog .mv_sub,
#seo-blog-single .mv_sub {
    position: relative;
    z-index: 0;
    padding: 120px 0 50px;
}

#blog .mv_sub::after,
#seo-blog .mv_sub::after,
#seo-blog-single .mv_sub::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background: linear-gradient(135deg, var(--color01, #2767fa) 0%, var(--color02, #339fcb) 100%);
    top: 0;
    left: calc(50% - 50vw);
    width: 1600px;
    max-width: 100vw;
    height: 100%;
    border-radius: 0 15px 15px 0;
}

#blog .mv_sub h1,
#seo-blog .mv_sub h1,
#seo-blog-single .mv_sub h1 {
    display: flex;
    flex-flow: column;
    align-items: center;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
}

#blog .mv_sub h1 .en,
#seo-blog .mv_sub h1 .en,
#seo-blog-single .mv_sub h1 .en {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
}

.mv_inner {
    margin: 0 auto;
    width: 1024px;
}

@media screen and (max-width: 1320px) {
    .mv_inner {
        width: 96%;
    }
}

@media screen and (max-width: 768px) {
    #blog .mv_sub,
    #seo-blog .mv_sub,
    #seo-blog-single .mv_sub {
        padding: 100px 0 35px;
    }

    #blog .mv_sub::after,
    #seo-blog .mv_sub::after,
    #seo-blog-single .mv_sub::after {
        left: 0;
        width: 94.87%;
        border-radius: 0 calc(15 / 390 * 100vw) calc(15 / 390 * 100vw) 0;
    }

    #blog .mv_sub h1,
    #seo-blog .mv_sub h1,
    #seo-blog-single .mv_sub h1 {
        font-size: calc(24 / 390 * 100vw);
    }

    #blog .mv_sub h1 .en,
    #seo-blog .mv_sub h1 .en,
    #seo-blog-single .mv_sub h1 .en {
        font-size: calc(12 / 390 * 100vw);
    }

    .mv_inner {
        width: 89.75%;
    }
}

/* ブログアーカイブセクション */
.blog-archive.block_00 {
    padding: 50px 0 80px;
}

@media screen and (max-width: 768px) {
    .blog-archive.block_00 {
        padding: 30px 0 50px;
    }
}

/* ブログ詳細ページ用上部余白（mv_subがない場合） */
#seo-blog-single .breadcrumb {
    margin-top: 181px;
}

@media screen and (max-width: 768px) {
    #seo-blog-single .breadcrumb {
        margin-top: calc(108px + 0.1746031746 * (100vw - 390px));
    }
}

@media screen and (max-width: 390px) {
    #seo-blog-single .breadcrumb {
        margin-top: calc(108 / 390 * 100vw);
    }
}

/* パンくずリスト */
.breadcrumb {
    background-color: var(--color03, #f6f7fa);
    padding: 15px 0;
}

.breadcrumb .inner {
    margin: 0 auto;
    width: 1024px;
}

@media screen and (max-width: 1320px) {
    .breadcrumb .inner {
        width: 96%;
    }
}

@media screen and (max-width: 768px) {
    .breadcrumb .inner {
        width: 89.75%;
    }
}

.breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
}

.breadcrumb-list li {
    display: flex;
    align-items: center;
}

.breadcrumb-list li:not(:last-child)::after {
    content: ">";
    margin: 0 0.5rem;
    color: #999;
}

.breadcrumb-list a {
    color: var(--color01, #2767fa);
    text-decoration: none;
}

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

/* ブログアーカイブ - カテゴリーフィルター */
.blog-categories-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
    justify-content: center;
}

.category-filter-item {
    display: inline-block;
    padding: 10px 25px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
}

.category-filter-item:hover,
.category-filter-item.is-active {
    background-color: var(--color01, #2767fa);
    border-color: var(--color01, #2767fa);
    color: #fff;
}

/* ブログアーカイブ - グリッド */
.blog-archive-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.blog-archive-item {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-archive-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.blog-archive-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.blog-archive-thumbnail {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background-color: var(--color03, #f6f7fa);
}

.blog-archive-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-archive-item:hover .blog-archive-thumbnail img {
    transform: scale(1.05);
}

.blog-archive-thumbnail .no-thumbnail {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
}

.blog-archive-content {
    padding: 20px;
}

.blog-archive-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.blog-date {
    font-size: 13px;
    color: #666;
}

.blog-category {
    display: inline-block;
    padding: 4px 12px;
    background-color: var(--color01, #2767fa);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 3px;
}

.blog-archive-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-archive-excerpt {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-read-more {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: var(--color01, #2767fa);
}

.blog-read-more::after {
    content: " →";
}

/* ブログタグセクション */
.blog-tags-section {
    background-color: var(--color03, #f6f7fa);
    padding: 50px 0;
}

.blog-tags-section .inner {
    margin: 0 auto;
    width: 1024px;
}

@media screen and (max-width: 1320px) {
    .blog-tags-section .inner {
        width: 96%;
    }
}

@media screen and (max-width: 768px) {
    .blog-tags-section .inner {
        width: 89.75%;
    }
}

.section-heading {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
    color: #222;
}

.blog-tags-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.blog-tag-item {
    display: inline-block;
    padding: 8px 16px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
}

.blog-tag-item:hover {
    background-color: rgba(39, 103, 250, 0.1);
    border-color: var(--color01, #2767fa);
    color: var(--color01, #2767fa);
}

/* ブログ個別記事 */
.blog-single-container {
    padding: 50px 0 80px;
}

.blog-single-container .inner {
    margin: 0 auto;
    width: 1024px;
}

@media screen and (max-width: 1320px) {
    .blog-single-container .inner {
        width: 96%;
    }
}

@media screen and (max-width: 768px) {
    .blog-single-container .inner {
        width: 89.75%;
    }
}

.blog-single-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 50px;
}

.blog-single-main {
    min-width: 0;
}

/* 記事ヘッダー */
.blog-single-header {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.blog-single-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.blog-single-meta .blog-date,
.blog-single-meta .blog-date-modified {
    font-size: 14px;
    color: #666;
}

.blog-single-meta .label {
    font-weight: 500;
}

.blog-categories {
    display: flex;
    gap: 8px;
}

.blog-categories .blog-category {
    text-decoration: none;
}

.blog-single-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #222;
}

.blog-author {
    font-size: 14px;
    color: #666;
}

.blog-author a {
    color: var(--color01, #2767fa);
    text-decoration: none;
}

.blog-author a:hover {
    text-decoration: underline;
}

/* サムネイル */
.blog-single-thumbnail {
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
}

.blog-single-thumbnail img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* 目次 */
.blog-toc {
    background-color: var(--color03, #f6f7fa);
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 30px;
}

.blog-toc-title {
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    color: #222;
}

.blog-toc-title::marker {
    color: var(--color01, #2767fa);
}

.blog-toc-list {
    margin: 15px 0 0 20px;
    padding: 0;
    list-style: decimal;
}

.blog-toc-list li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.blog-toc-list a {
    color: #333;
    text-decoration: none;
    font-size: 15px;
}

.blog-toc-list a:hover {
    color: var(--color01, #2767fa);
}

/* 記事コンテンツ */
.blog-single-content {
    font-size: 16px;
    line-height: 2;
    color: #333;
}

.blog-single-content h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 50px 0 25px;
    padding: 15px 20px;
    background: linear-gradient(to right, rgba(39, 103, 250, 0.1), transparent);
    border-left: 4px solid var(--color01, #2767fa);
    color: #222;
}

.blog-single-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 35px 0 15px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #ddd;
    color: #222;
}

.blog-single-content h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 25px 0 12px;
    color: #222;
}

.blog-single-content p {
    margin-bottom: 25px;
}

.blog-single-content ul,
.blog-single-content ol {
    margin: 25px 0;
    padding-left: 25px;
}

.blog-single-content ul {
    list-style: disc;
}

.blog-single-content ol {
    list-style: decimal;
}

.blog-single-content li {
    margin-bottom: 10px;
    line-height: 1.8;
}

.blog-single-content img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.blog-single-content blockquote {
    margin: 30px 0;
    padding: 25px;
    background-color: var(--color03, #f6f7fa);
    border-left: 4px solid var(--color01, #2767fa);
    font-style: italic;
}

/* 記事フッター */
.blog-single-footer {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
}

.blog-tags {
    margin-bottom: 25px;
}

.tags-label {
    font-weight: 600;
    margin-right: 10px;
    font-size: 14px;
}

.tags-list {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
}

.blog-tag {
    display: inline-block;
    padding: 5px 12px;
    background-color: var(--color03, #f6f7fa);
    border-radius: 3px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
}

.blog-tag:hover {
    background-color: var(--color01, #2767fa);
    color: #fff;
}

/* シェアボタン */
.blog-share {
    display: flex;
    align-items: center;
    gap: 15px;
}

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

.share-buttons {
    display: flex;
    gap: 10px;
}

.share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.share-btn:hover {
    transform: scale(1.1);
    opacity: 0.9;
}

.share-twitter {
    background-color: #1da1f2;
}

.share-facebook {
    background-color: #1877f2;
}

.share-line {
    background-color: #00c300;
}

/* 記事ナビゲーション */
.blog-post-navigation {
    margin-top: 50px;
}

.post-nav-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.post-nav-link {
    display: block;
    padding: 20px;
    background-color: var(--color03, #f6f7fa);
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.post-nav-link:hover {
    background-color: #e5e7eb;
}

.post-nav-link.is-disabled {
    visibility: hidden;
}

.nav-label {
    display: block;
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
}

.nav-title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 一覧へ戻るボタン */
.back-to-archive {
    margin-top: 50px;
    text-align: center;
}

.btn-outline {
    display: inline-block;
    padding: 15px 40px;
    background-color: transparent;
    border: 2px solid var(--color01, #2767fa);
    border-radius: 5px;
    color: var(--color01, #2767fa);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-outline:hover {
    background-color: var(--color01, #2767fa);
    color: #fff;
}

/* サイドバー */
.blog-single-sidebar {
    position: sticky;
    top: 100px;
    align-self: start;
}

.sidebar-widget {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 25px;
}

.sidebar-widget .widget-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--color01, #2767fa);
    color: #222;
}

/* 関連記事 */
.related-posts-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.related-post-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.related-post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.related-post-item a {
    display: flex;
    gap: 12px;
    text-decoration: none;
}

.related-post-thumbnail {
    flex-shrink: 0;
    width: 60px;
    height: 45px;
    border-radius: 6px;
    overflow: hidden;
    background-color: var(--color03, #f6f7fa);
}

.related-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-post-content {
    flex: 1;
    min-width: 0;
}

.related-post-date {
    display: block;
    font-size: 12px;
    color: #666;
    margin-bottom: 4px;
}

.related-post-title {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related-post-item a:hover .related-post-title {
    color: var(--color01, #2767fa);
}

/* カテゴリー一覧 */
.categories-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.categories-list li {
    margin-bottom: 8px;
}

.categories-list a {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    border-bottom: 1px dotted #eee;
}

.categories-list a:hover {
    color: var(--color01, #2767fa);
}

.categories-list .count {
    font-size: 13px;
    color: #666;
}

/* タグクラウド */
.tags-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.tag-item {
    display: inline-block;
    padding: 5px 10px;
    background-color: var(--color03, #f6f7fa);
    border-radius: 3px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
}

.tag-item:hover {
    background-color: var(--color01, #2767fa);
    color: #fff;
}

/* CTAウィジェット */
.cta-widget {
    background-color: rgba(39, 103, 250, 0.1);
    border-color: var(--color01, #2767fa);
}

.cta-widget p {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.7;
    color: #333;
}

.cta-widget .btn-primary {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: var(--color01, #2767fa);
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.2s ease;
}

.cta-widget .btn-primary:hover {
    background-color: #1a52d6;
}

/* レスポンシブ - ブログ */
@media screen and (max-width: 1024px) {
    .blog-archive-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .blog-single-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .blog-single-sidebar {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media screen and (max-width: 768px) {
    .blog-archive-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .blog-single-title {
        font-size: 22px;
    }

    .blog-single-sidebar {
        grid-template-columns: 1fr;
    }

    .post-nav-links {
        grid-template-columns: 1fr;
    }

    .blog-share {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .blog-single-content h2 {
        font-size: 18px;
        margin: 35px 0 20px;
        padding: 12px 15px;
    }

    .blog-single-content h3 {
        font-size: 16px;
        margin: 25px 0 12px;
    }

    .blog-tags-section {
        padding: 35px 0;
    }

    .blog-single-container {
        padding: 30px 0 50px;
    }
}

@media screen and (max-width: 480px) {
    .blog-categories-filter {
        justify-content: flex-start;
    }

    .blog-single-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .category-filter-item {
        padding: 8px 18px;
        font-size: 13px;
    }
}

/* ==========================================================================
   印刷用スタイル
   ========================================================================== */

@media print {
    .site-header,
    .site-footer,
    .breadcrumb,
    .menu-toggle,
    .hero-section,
    .news-section,
    .social-links {
        display: none !important;
    }

    .site-content {
        display: block;
        padding: 0;
    }

    .content-area {
        width: 100%;
        max-width: 100%;
    }

    body {
        font-size: 12pt;
        color: #000;
        background: #fff;
    }

    a {
        color: #000;
        text-decoration: underline;
    }

    .entry-content h2,
    .entry-content h3 {
        page-break-after: avoid;
    }

    img {
        max-width: 100% !important;
    }
}

/* ==========================================================================
   サイドバー（共通）微調整
   ========================================================================== */

/* カード感を少し追加（既存デザインを崩さない程度） */
.sidebar.widget-area .widget {
    border-color: rgba(39, 103, 250, 0.18);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.sidebar.widget-area .widget-title {
    letter-spacing: 0.02em;
}

/* ==========================================================================
   「最近の投稿（アイキャッチ付）」ウィジェット
   ========================================================================== */

.widget_fujisawa_recent_posts_with_thumbs .fujisawa-recent-posts {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* 親CSSの li 罫線を無効化 */
.sidebar.widget-area .widget_fujisawa_recent_posts_with_thumbs .fujisawa-recent-posts li {
    margin: 0;
    padding: 0;
    border: 0;
}

/* 親テーマの .sidebar .widget ul li a { display: block; } を上書き */
.sidebar.widget-area .widget_fujisawa_recent_posts_with_thumbs .fujisawa-recent-posts li a.fujisawa-recent-post-link,
.sidebar .widget_fujisawa_recent_posts_with_thumbs .fujisawa-recent-posts li a.fujisawa-recent-post-link,
.sidebar .widget ul li a.fujisawa-recent-post-link,
.widget_fujisawa_recent_posts_with_thumbs .fujisawa-recent-post-link {
    display: flex !important;
    gap: 12px;
    align-items: flex-start;
    text-decoration: none;
}

/* サムネイルを左に小さく固定 */
.sidebar.widget-area .widget_fujisawa_recent_posts_with_thumbs .fujisawa-recent-post-thumb,
.sidebar .widget_fujisawa_recent_posts_with_thumbs .fujisawa-recent-post-thumb,
.sidebar .widget .fujisawa-recent-post-thumb,
.widget_fujisawa_recent_posts_with_thumbs .fujisawa-recent-post-thumb {
    width: 60px !important;
    height: 45px !important;
    min-width: 60px;
    max-width: 60px;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
    background-color: var(--color03, #f6f7fa);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.sidebar.widget-area .widget_fujisawa_recent_posts_with_thumbs .fujisawa-recent-post-thumb img,
.sidebar .widget_fujisawa_recent_posts_with_thumbs .fujisawa-recent-post-thumb img,
.sidebar .widget .fujisawa-recent-post-thumb img,
.widget_fujisawa_recent_posts_with_thumbs .fujisawa-recent-post-thumb img {
    width: 100% !important;
    height: 100% !important;
    max-width: 60px !important;
    object-fit: cover;
    border-radius: 0;
    display: block;
}

.widget_fujisawa_recent_posts_with_thumbs .fujisawa-recent-post-thumb.no-thumb {
    position: relative;
}

.widget_fujisawa_recent_posts_with_thumbs .fujisawa-recent-post-thumb.no-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(135deg, rgba(39, 103, 250, 0.10), rgba(51, 159, 203, 0.10));
}

.widget_fujisawa_recent_posts_with_thumbs .fujisawa-recent-post-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.widget_fujisawa_recent_posts_with_thumbs .fujisawa-recent-post-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: #222;
}

.widget_fujisawa_recent_posts_with_thumbs .fujisawa-recent-post-date {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    color: #666;
}

.widget_fujisawa_recent_posts_with_thumbs .fujisawa-recent-post-link:hover .fujisawa-recent-post-title {
    color: var(--color01, #2767fa);
}

@media screen and (max-width: 768px) {
    .widget_fujisawa_recent_posts_with_thumbs .fujisawa-recent-post-thumb {
        width: 52px;
        height: 39px;
    }
}

/* ==========================================================================
   ブロックウィジェット「最新の投稿」（wp-block-latest-posts）対応
   ========================================================================== */

/* ブロックウィジェット側で「アイキャッチを表示」をONにしている場合に、
   画像が大きくならないよう "左に小さめ固定" で整形 */
.sidebar.widget-area .wp-block-latest-posts__list li {
    display: grid;
    grid-template-columns: 60px 1fr;
    column-gap: 12px;
    row-gap: 6px;
    align-items: center;
}

.sidebar.widget-area .wp-block-latest-posts__featured-image {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 60px;
    height: 45px;
    border-radius: 6px;
    overflow: hidden;
    background-color: var(--color03, #f6f7fa);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.sidebar.widget-area .wp-block-latest-posts__featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sidebar.widget-area .wp-block-latest-posts__post-title {
    grid-column: 2;
    grid-row: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: #222;
    text-decoration: none;
}

.sidebar.widget-area .wp-block-latest-posts__post-date {
    grid-column: 2;
    grid-row: 2;
    font-size: 12px;
    line-height: 1.2;
    color: #666;
}

.sidebar.widget-area .wp-block-latest-posts__post-title:hover {
    color: var(--color01, #2767fa);
}

@media screen and (max-width: 768px) {
    .sidebar.widget-area .wp-block-latest-posts__list li {
        grid-template-columns: 52px 1fr;
    }
    .sidebar.widget-area .wp-block-latest-posts__featured-image {
        width: 52px;
        height: 39px;
    }
}

/* ===================================
   投稿詳細ページ - アイキャッチ画像
   =================================== */
.site-main article.post .post-thumbnail,
.site-main article.type-post .post-thumbnail {
    aspect-ratio: auto;
    background: transparent;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
}

.site-main article.post .post-thumbnail img,
.site-main article.type-post .post-thumbnail img {
    width: 100%;
    height: auto;
    object-fit: contain;
    transform: none;
}

.site-main article.post .post-thumbnail img:hover,
.site-main article.type-post .post-thumbnail img:hover {
    transform: none;
}

/* ==========================================================================
   コメントセクション
   ========================================================================== */

.comments-area {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #e5e7eb;
}

/* コメント一覧タイトル */
.comments-title {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 25px;
    padding-left: 15px;
    border-left: 4px solid var(--color01, #2767fa);
}

/* コメント一覧 */
.comment-list {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
}

.comment-list li.comment {
    margin-bottom: 25px;
    padding: 25px;
    background-color: #f8fafc;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

.comment-list li.comment .children {
    list-style: none;
    margin: 20px 0 0 25px;
    padding: 0;
}

.comment-list li.comment .children li.comment {
    background-color: #fff;
    border-color: #ddd;
}

/* コメントメタ情報（投稿者・日時） */
.comment-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e7eb;
}

.comment-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.comment-author .avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.comment-author .fn {
    font-weight: 600;
    font-size: 15px;
    color: #222;
}

.comment-author .says {
    display: none;
}

.comment-metadata {
    font-size: 13px;
    color: #666;
}

.comment-metadata a {
    color: #666;
    text-decoration: none;
}

.comment-metadata a:hover {
    color: var(--color01, #2767fa);
}

/* コメント本文 */
.comment-content {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

.comment-content p {
    margin: 0 0 10px;
}

.comment-content p:last-child {
    margin-bottom: 0;
}

/* 返信リンク */
.reply {
    margin-top: 15px;
}

.comment-reply-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 500;
    color: var(--color01, #2767fa);
    background-color: rgba(39, 103, 250, 0.08);
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.comment-reply-link:hover {
    background-color: var(--color01, #2767fa);
    color: #fff;
}

.comment-reply-link::before {
    content: "↩";
}

/* コメント投稿フォーム */
.comment-respond {
    background-color: #f8fafc;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.comment-reply-title {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.comment-reply-title::before {
    content: "💬";
    font-size: 20px;
}

.comment-reply-title small {
    font-size: 14px;
    font-weight: 400;
}

.comment-reply-title small a {
    color: var(--color01, #2767fa);
    text-decoration: none;
}

.comment-reply-title small a:hover {
    text-decoration: underline;
}

/* ログイン状態表示 */
.logged-in-as {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    padding: 12px 16px;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
}

.logged-in-as a {
    color: var(--color01, #2767fa);
    text-decoration: none;
    font-weight: 500;
}

.logged-in-as a:hover {
    text-decoration: underline;
}

/* 必須項目の説明 */
.comment-notes {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.required {
    color: #e53935;
    font-weight: 600;
}

.required-field-message {
    font-size: 13px;
    color: #888;
}

/* フォームフィールド */
.comment-form p {
    margin-bottom: 20px;
}

.comment-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 14px 16px;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
    outline: none;
    border-color: var(--color01, #2767fa);
    box-shadow: 0 0 0 3px rgba(39, 103, 250, 0.15);
}

.comment-form textarea {
    min-height: 160px;
    resize: vertical;
}

/* Cookieチェックボックス */
.comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.comment-form-cookies-consent input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--color01, #2767fa);
}

.comment-form-cookies-consent label {
    display: inline;
    font-weight: 400;
    font-size: 14px;
    color: #666;
}

/* 送信ボタン */
.form-submit {
    margin-top: 25px;
    margin-bottom: 0;
}

.comment-form .submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, var(--color01, #2767fa) 0%, var(--color02, #339fcb) 100%);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.comment-form .submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(39, 103, 250, 0.3);
}

.comment-form .submit:active {
    transform: translateY(0);
}

/* コメント受付終了メッセージ */
.no-comments {
    padding: 20px;
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 8px;
    color: #856404;
    font-size: 14px;
    text-align: center;
}

/* コメントナビゲーション */
.comment-navigation {
    display: flex;
    justify-content: space-between;
    margin: 25px 0;
    padding: 15px 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.comment-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.comment-navigation a {
    color: var(--color01, #2767fa);
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.comment-navigation a:hover {
    text-decoration: underline;
}

/* レスポンシブ - コメントセクション */
@media screen and (max-width: 768px) {
    .comments-area {
        margin-top: 40px;
        padding-top: 30px;
    }

    .comment-list li.comment {
        padding: 20px;
    }

    .comment-list li.comment .children {
        margin-left: 15px;
    }

    .comment-author .avatar {
        width: 40px;
        height: 40px;
    }

    .comment-respond {
        padding: 20px;
    }

    .comment-form .submit {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .comment-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .comment-reply-title {
        font-size: 16px;
    }

    .logged-in-as {
        font-size: 13px;
    }
}



