@charset "UTF-8";

/* パンくずリスト */
.dp-breadcrumb {
    font-size: 13px;
    margin-bottom: 15px;
    color: #795548;
    padding-left: 10px;
}
.dp-breadcrumb a {
    color: #DAA520;
    text-decoration: none;
    transition: color 0.2s ease;
}
.dp-breadcrumb a:hover {
    color: #B8860B;
    text-decoration: underline;
}
.dp-breadcrumb strong {
    color: #3E2723;
}

/* 詳細ページ用 ヘッダー調整（ホバー無効化、下線） */
.dp-detail-page-header {
    cursor: default !important;
    border-bottom: 1px dashed #FFCA28 !important;
    padding-bottom: 15px !important;
    margin-bottom: 20px !important;
}
.dp-detail-page-header:hover {
    background: #fff !important; 
}

/* 詳細ページの人物名のフォントサイズを元の大きなサイズ（32px）に復元 */
.dp-detail-page-header .dp-title {
    font-size: 32px; 
    margin-bottom: 10px;
}

/* 詳細な生没年月日テキスト */
.dp-detail-dates {
    font-size: 14px;
    color: #5D4037;
    background: #FFFAFA;
    padding: 8px 12px;
    border-left: 4px solid #FFCA28;
    border-radius: 4px;
    margin-bottom: 15px;
    line-height: 1.5;
}
.dp-date-label {
    font-weight: bold;
    color: #8B5A2B;
    margin-right: 4px;
}