.pickup-contents-box { display: none !important; }
/*
Template: jin
Theme Name: jin-child
Author: CrossPiece
Version: 1.00
*/

/* ==========================================================================
   1. ヘッダー画像上の不要なデフォルト文字・ボタンの完全消去
   ========================================================================== */
.top-image-meta,
.main-image-text,
.main-image-text-sub,
.top-image-btn-color,
.top-image-meta.jin-sp-design {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
}

/* ==========================================================================
   2. ヘッダー画像（メインビジュアル）のエレガント・カードコンテナ化
   ========================================================================== */
#main-image {
    max-width: 1200px !important;
    margin: 20px auto 30px auto !important;
    padding: 0 15px !important;
}

#main-image img {
    border-radius: 18px !important;
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.12), 0 4px 12px rgba(15, 23, 42, 0.08) !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

#main-image:hover img {
    box-shadow: 0 16px 44px rgba(15, 23, 42, 0.16) !important;
}

/* ==========================================================================
   3. ヘッダー＆サイトタイトルの高級感・タイポグラフィ洗練
   ========================================================================== */
#header {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
}

.header-box {
    padding: 18px 0 !important;
}

.logo-text a {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
    font-size: 24px !important;
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) !important;
}

/* キャッチフレーズのスタイリング */
.site-description {
    font-size: 12px !important;
    color: #cbd5e1 !important;
    letter-spacing: 0.05em !important;
    margin-top: 4px !important;
}

/* ==========================================================================
   4. グローバルナビゲーション（メニュー）の洗練
   ========================================================================== */
#nav-menu {
    border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-bottom: 2px solid #d97706 !important; /* 上品なゴールドのアクセントライン */
}

#nav-menu ul li a {
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    font-size: 14px !important;
    padding: 12px 20px !important;
    transition: all 0.25s ease !important;
}

#nav-menu ul li a:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #fef08a !important; /* 淡いゴールドホバー */
}

/* ==========================================================================
   5. トップページ専用 5大住まいルート クイックナビポータル
   ========================================================================== */
.site-portal-section,
.myhome-portal-section {
    max-width: 1200px;
    margin: 10px auto 40px auto;
    padding: 0 15px;
}

.site-portal-header,
.myhome-portal-header {
    text-align: center;
    margin-bottom: 25px;
}

.site-portal-badge,
.myhome-portal-badge {
    display: inline-block;
    background: #1b4332;
    color: #fef08a;
    font-size: 12px;
    font-weight: 800;
    padding: 4px 14px;
    border-radius: 20px;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    box-shadow: 0 2px 6px rgba(27, 67, 50, 0.2);
}

.site-portal-title,
.myhome-portal-title {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 6px 0;
    letter-spacing: 0.05em;
}

.site-portal-subtitle,
.myhome-portal-subtitle {
    font-size: 13.5px;
    color: #64748b;
    margin: 0;
}

.site-portal-grid,
.myhome-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.site-portal-card,
.myhome-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 20px 18px;
    text-decoration: none;
    color: #1e293b;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.myhome-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #1b4332;
    transition: background 0.3s ease;
}

.myhome-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
    border-color: #cbd5e1;
}

.myhome-card:hover::before {
    background: #d97706; /* ゴールドに変化 */
}

.myhome-card-icon {
    font-size: 28px;
    margin-bottom: 12px;
}

.myhome-card-tag {
    font-size: 11px;
    font-weight: 700;
    color: #1b4332;
    background: #e8f5e9;
    padding: 2px 8px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 8px;
}

.myhome-card-name {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 6px 0;
    line-height: 1.4;
}

.myhome-card-desc {
    font-size: 12.5px;
    color: #64748b;
    line-height: 1.6;
    margin: 0 0 14px 0;
}

.myhome-card-btn {
    font-size: 12px;
    font-weight: 700;
    color: #1b4332;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: auto;
}

.myhome-card:hover .myhome-card-btn {
    color: #d97706;
}

/* ==========================================================================
   6. サムネイル縦伸び防止＆アスペクト比保護
   ========================================================================== */
.post-list .post-list-inner {
    align-items: flex-start !important;
}

.post-list .post-list-thumb,
.post-list-mag .post-list-thumb,
.related-entry-section .post-list-thumb,
.toppost-list-box-simple .post-list-thumb {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    overflow: hidden !important;
    border-radius: 8px !important;
}

.post-list .post-list-thumb img,
.post-list-mag .post-list-thumb img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
}


/* ==========================================================================
   7. ピックアップコンテンツ（4枚カード）の高級フロストグラス・リデザイン
   ========================================================================== */
.pickup-contents-box {
    max-width: 1200px !important;
    margin: 15px auto 35px auto !important;
    padding: 0 15px !important;
}

.pickup-contents {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.pickup-contents li {
    flex: 1 1 calc(25% - 12px) !important;
    min-width: 220px !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08) !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
    background: #0f172a !important;
    position: relative !important;
}



/* ==========================================================================
   7. ピックアップコンテンツ（4枚カード）の高級フロストグラス・リデザイン
   ========================================================================== */
.pickup-contents-box {
    max-width: 1200px !important;
    margin: 15px auto 35px auto !important;
    padding: 0 15px !important;
}

.pickup-contents {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.pickup-contents li {
    flex: 1 1 calc(25% - 12px) !important;
    min-width: 220px !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.12), 0 8px 10px -6px rgba(15, 23, 42, 0.08) !important;
    border: 1px solid rgba(226, 232, 240, 0.9) !important;
    transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.28s ease, border-color 0.28s ease !important;
    background: #0f172a !important;
    position: relative !important;
}

.pickup-contents li:hover {
    transform: translateY(-6px) scale(1.01) !important;
    box-shadow: 0 20px 35px -10px rgba(217, 119, 6, 0.28), 0 12px 15px -8px rgba(15, 23, 42, 0.15) !important;
    border-color: #d97706 !important;
}

.pickup-contents .pickup-image {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 16 / 11 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

.pickup-contents .pickup-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform 0.5s ease, filter 0.3s ease !important;
    filter: brightness(0.92) !important;
}

.pickup-contents li:hover .pickup-image img {
    transform: scale(1.08) !important;
    filter: brightness(1.02) !important;
}

.pickup-contents .pickup-image::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.05) 0%, rgba(15, 23, 42, 0.35) 40%, rgba(15, 23, 42, 0.95) 100%) !important;
    pointer-events: none !important;
    transition: background 0.3s ease !important;
}

.pickup-contents li:hover .pickup-image::after {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.05) 0%, rgba(120, 53, 15, 0.45) 40%, rgba(120, 53, 15, 0.96) 100%) !important;
}

.pickup-contents .pickup-title {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    transform: none !important;
    background: transparent !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-align: left !important;
    padding: 10px 14px 12px 14px !important;
    line-height: 1.45 !important;
    white-space: normal !important;
    word-break: break-word !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8), 0 1px 2px rgba(0, 0, 0, 0.9) !important;
    z-index: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    border: none !important;
    box-shadow: none !important;
    letter-spacing: 0.02em !important;
}

.pickup-contents .pickup-title::after {
    content: "詳しく見る ➔" !important;
    display: inline-block !important;
    align-self: flex-end !important;
    margin-top: 6px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em !important;
    color: #92400e !important;
    background: #fde68a !important;
    padding: 3px 10px !important;
    border-radius: 9999px !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25) !important;
    transition: all 0.25s ease !important;
    text-shadow: none !important;
}

.pickup-contents li:hover .pickup-title {
    color: #fef08a !important;
}

.pickup-contents li:hover .pickup-title::after {
    background: #d97706 !important;
    color: #ffffff !important;
    transform: translateX(3px) !important;
    box-shadow: 0 4px 10px rgba(217, 119, 6, 0.5) !important;
}

/* ==========================================================================
   8. トップページの不要なSNSシェアボタン非表示
   ========================================================================== */
.home .sns-share,
.home .sns-share-bottom,
.page-id-24 .sns-share,
.page-id-24 .sns-share-bottom {
    display: none !important;
}

/* トップページのメインコンテンツ幅とタイポグラフィ */
.home #main,
.page-id-24 #main {
    padding-top: 10px !important;
}

/* トップページのサイドバーとメインカラムの境界調和 */
.home .main-contents,
.page-id-24 .main-contents {
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

/* ==========================================================================
   グローバルナビゲーションのカラー深化＆境界線の明瞭化（メリハリ向上）
   ========================================================================== */
#nav-container {
    background-color: #143527 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.20) !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.10) !important;
}

/* ==========================================================================
   ヘッダー画像（メインビジュアル）のエレガント・カードコンテナ化（北摂定住ガイド準拠）
   ========================================================================== */
#main-image {
    max-width: 1200px !important;
    margin: 20px auto 30px auto !important;
    padding: 0 15px !important;
}
#main-image img {
    border-radius: 18px !important;
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.12), 0 4px 12px rgba(15, 23, 42, 0.08) !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
#main-image:hover img {
    box-shadow: 0 16px 44px rgba(15, 23, 42, 0.16) !important;
}


/* ==========================================================================
   全ブログ記事 共通カスタムコンポーネント装飾（CSS遮断防止・完全描画）
   ========================================================================== */

/* 1. 目次ボックス（TOC Box） */
.toc-box {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 20px 24px !important;
    margin: 32px 0 !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04) !important;
    box-sizing: border-box !important;
}
.toc-title {
    font-weight: 800 !important;
    font-size: 16px !important;
    color: #0f172a !important;
    margin-bottom: 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    border-bottom: 2px solid #e2e8f0 !important;
    padding-bottom: 8px !important;
}
.toc-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
}
.toc-list li {
    margin-bottom: 8px !important;
    line-height: 1.6 !important;
    font-size: 14px !important;
}
.toc-list a {
    color: #2563eb !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: color 0.2s ease !important;
}
.toc-list a:hover {
    color: #1d4ed8 !important;
    text-decoration: underline !important;
}

/* 2. 北摂ローカル豆知識ボックス（Local Tip Box） */
.local-tip-box {
    background: #f0fdf4 !important;
    border: 1px solid #bbf7d0 !important;
    border-left: 5px solid #10b981 !important;
    border-radius: 8px !important;
    padding: 18px 20px !important;
    margin: 28px 0 !important;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.08) !important;
    box-sizing: border-box !important;
}
.local-tip-title {
    font-weight: 800 !important;
    color: #065f46 !important;
    font-size: 15px !important;
    margin-bottom: 8px !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}
.local-tip-content {
    font-size: 14px !important;
    color: #1e293b !important;
    line-height: 1.75 !important;
}

/* 3. 2026年最新トピックスボックス（Trends 2026 Box） */
.trends-2026-box {
    background: #f8fafc !important;
    border: 1px solid #cbd5e1 !important;
    border-left: 5px solid #6366f1 !important;
    border-radius: 10px !important;
    padding: 20px 22px !important;
    margin: 32px 0 !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05) !important;
    box-sizing: border-box !important;
}
.trends-2026-header {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 12px !important;
    border-bottom: 1px dashed #cbd5e1 !important;
    padding-bottom: 8px !important;
}
.trends-icon {
    font-size: 20px !important;
}
.trends-title {
    font-weight: 800 !important;
    font-size: 15.5px !important;
    color: #1e1b4b !important;
}
.trends-2026-content {
    font-size: 14px !important;
    color: #334155 !important;
    line-height: 1.7 !important;
}
.trends-list {
    margin: 0 !important;
    padding-left: 20px !important;
}
.trends-list li {
    margin-bottom: 8px !important;
}

/* 4. トリビア・深掘りボックス（Trivia Box） */
.trivia-box {
    background: #fffbeb !important;
    border: 1px solid #fde68a !important;
    border-left: 5px solid #f59e0b !important;
    border-radius: 8px !important;
    padding: 18px 20px !important;
    margin: 28px 0 !important;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.08) !important;
    box-sizing: border-box !important;
}
.trivia-title {
    font-weight: 800 !important;
    color: #92400e !important;
    font-size: 15px !important;
    margin-bottom: 8px !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}
.trivia-content {
    font-size: 14px !important;
    color: #1e293b !important;
    line-height: 1.75 !important;
}

/* 5. 重要ポイント・レポート・アドバイスボックス */
.box-point,
.report-box,
.editor-advice-box {
    background: #eff6ff !important;
    border: 1px solid #bfdbfe !important;
    border-left: 5px solid #3b82f6 !important;
    border-radius: 8px !important;
    padding: 18px 20px !important;
    margin: 28px 0 !important;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.08) !important;
    box-sizing: border-box !important;
}
.box-point-title,
.report-header {
    font-weight: 800 !important;
    color: #1d4ed8 !important;
    font-size: 15px !important;
    margin-bottom: 8px !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

/* 6. SWELL風比較テーブル & レスポンシブ */
.table-responsive {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    margin: 28px 0 !important;
}
.swell-table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 20px 0 !important;
    font-size: 14px !important;
    background: #ffffff !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}
.swell-table th {
    background: #0f172a !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    padding: 12px 14px !important;
    text-align: left !important;
    border: 1px solid #334155 !important;
    white-space: nowrap !important;
}
.swell-table td {
    padding: 12px 14px !important;
    border: 1px solid #e2e8f0 !important;
    color: #334155 !important;
    line-height: 1.6 !important;
}
.swell-table tr:nth-child(even) td {
    background: #f8fafc !important;
}
.swell-table tr:hover td {
    background: #f1f5f9 !important;
}
.swell-table td.highlight-cell,
.highlight-cell {
    background: #fef3c7 !important;
    font-weight: 800 !important;
    color: #92400e !important;
}

/* 7. 図解コンテナ */
.svg-diagram-wrapper {
    max-width: 100% !important;
    border-radius: 12px !important;
    padding: 16px !important;
    box-sizing: border-box !important;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06) !important;
    overflow: hidden !important;
    margin: 30px auto !important;
}
.svg-diagram-wrapper svg {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}
.svg-diagram-caption {
    text-align: center !important;
    font-size: 12.5px !important;
    color: #64748b !important;
    margin-top: 8px !important;
    font-weight: 600 !important;
}

/* 8. 地図バッジ */
.map-badges-container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin: 16px 0 !important;
}
.map-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    background: #e0f2fe !important;
    color: #0369a1 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 4px 10px !important;
    border-radius: 20px !important;
    border: 1px solid #bae6fd !important;
}

/* 9. site4 定住ガイド専用チャート・カード */
.hokusetsu-chart-container,
.hokusetsu-table-container {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 20px !important;
    margin: 28px 0 !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04) !important;
}
.hokusetsu-choice-card {
    background: #ffffff !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 18px !important;
    transition: all 0.2s ease !important;
}
.hokusetsu-choice-card:hover {
    border-color: #10b981 !important;
    box-shadow: 0 6px 18px rgba(16, 185, 129, 0.12) !important;
}


		/* ==========================================================================
		   site4 定住＆マイホーム: 5大カード 個別マルチテーマカラー設計
		   ========================================================================== */
		/* カード1: 注文住宅・HM選び (フォレストグリーン: 🏡 木の邸宅・自然素材) */
		.myhome-grid > a:nth-child(1)::before { background: linear-gradient(90deg, #059669, #34d399) !important; }
		.myhome-grid > a:nth-child(1) .myhome-card-tag { background: #ecfdf5 !important; color: #065f46 !important; border: 1px solid #a7f3d0 !important; }
		.myhome-grid > a:nth-child(1) .myhome-card-btn { color: #059669 !important; }
		.myhome-grid > a:nth-child(1):hover { border-color: #34d399 !important; box-shadow: 0 14px 28px -6px rgba(5, 150, 105, 0.22) !important; }
		.myhome-grid > a:nth-child(1):hover .myhome-card-btn { color: #047857 !important; }

		/* カード2: 土地探し・高低差 (テラコッタアース: 🗺️ 大地・千里丘陵) */
		.myhome-grid > a:nth-child(2)::before { background: linear-gradient(90deg, #b45309, #f59e0b) !important; }
		.myhome-grid > a:nth-child(2) .myhome-card-tag { background: #fef3c7 !important; color: #92400e !important; border: 1px solid #fde68a !important; }
		.myhome-grid > a:nth-child(2) .myhome-card-btn { color: #b45309 !important; }
		.myhome-grid > a:nth-child(2):hover { border-color: #f59e0b !important; box-shadow: 0 14px 28px -6px rgba(180, 83, 9, 0.22) !important; }
		.myhome-grid > a:nth-child(2):hover .myhome-card-btn { color: #78350f !important; }

		/* カード3: 新築分譲建売 (オーシャンブルー: 🏢 都市利便・駅近現実解) */
		.myhome-grid > a:nth-child(3)::before { background: linear-gradient(90deg, #0284c7, #38bdf8) !important; }
		.myhome-grid > a:nth-child(3) .myhome-card-tag { background: #f0f9ff !important; color: #0369a1 !important; border: 1px solid #bae6fd !important; }
		.myhome-grid > a:nth-child(3) .myhome-card-btn { color: #0284c7 !important; }
		.myhome-grid > a:nth-child(3):hover { border-color: #38bdf8 !important; box-shadow: 0 14px 28px -6px rgba(2, 132, 199, 0.22) !important; }
		.myhome-grid > a:nth-child(3):hover .myhome-card-btn { color: #0c4a6e !important; }

		/* カード4: 中古団地リノベ (ディープパープル: 🔨 洗練再生・モダンデザイン) */
		.myhome-grid > a:nth-child(4)::before { background: linear-gradient(90deg, #7c3aed, #a78bfa) !important; }
		.myhome-grid > a:nth-child(4) .myhome-card-tag { background: #f5f3ff !important; color: #5b21b6 !important; border: 1px solid #ddd6fe !important; }
		.myhome-grid > a:nth-child(4) .myhome-card-btn { color: #7c3aed !important; }
		.myhome-grid > a:nth-child(4):hover { border-color: #a78bfa !important; box-shadow: 0 14px 28px -6px rgba(124, 58, 237, 0.22) !important; }
		.myhome-grid > a:nth-child(4):hover .myhome-card-btn { color: #4c1d95 !important; }

		/* カード5: 住宅ローン試算 (プレシャスゴールド: 💰 資産設計・堅実資金) */
		.myhome-grid > a:nth-child(5)::before { background: linear-gradient(90deg, #ca8a04, #fde047) !important; }
		.myhome-grid > a:nth-child(5) .myhome-card-tag { background: #fefce8 !important; color: #854d0e !important; border: 1px solid #fef08a !important; }
		.myhome-grid > a:nth-child(5) .myhome-card-btn { color: #a16207 !important; }
		.myhome-grid > a:nth-child(5):hover { border-color: #facc15 !important; box-shadow: 0 14px 28px -6px rgba(202, 138, 4, 0.22) !important; }
		.myhome-grid > a:nth-child(5):hover .myhome-card-btn { color: #713f12 !important; }

/* Unified Author Profile Box Override */
.cps-post-main .author-profile-box,
.entry-content .author-profile-box {
    display: none !important;
}
