/* ID Travel Japan - 移行用カスタムCSS */
.first-hand-badge {
    display: inline-block;
    background: #c9a227;
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 12px;
}
.expert-quotes {
    background: #f7f3e8;
    border-left: 4px solid #c9a227;
    padding: 16px 20px;
    margin: 24px 0;
    border-radius: 6px;
}
.expert-quote {
    margin: 0 0 16px;
}
.expert-quote cite {
    display: block;
    font-style: italic;
    margin-top: 4px;
    color: #666;
}
.sumber-section {
    border-top: 1px solid #ddd;
    margin-top: 32px;
    padding-top: 16px;
    font-size: 14px;
    color: #555;
}
.sumber-section h2 {
    font-size: 16px;
    margin-bottom: 8px;
}
