﻿body {
    font-family: 'Noto Sans TC', sans-serif;
    line-height: 1.8;
    color: #333;
}

.hero-section {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../img/KnowledgeBase/page_4_1.webp'); /* 示意圖：露營車保險 */
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
    text-align: center;
}

.section-padding {
    padding: 60px 0;
}

.bg-light-gray {
    background-color: #f8f9fa;
}

.toc-box {
    background: #fff;
    border-left: 5px solid #0d6efd;
    padding: 20px;
    margin-bottom: 40px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.table-primary {
    --bs-table-bg: #0d6efd;
    --bs-table-color: #fff;
}

.case-card {
    border: none;
    border-radius: 12px;
    transition: transform 0.3s;
}

    .case-card:hover {
        transform: translateY(-5px);
    }

.faq-q {
    color: #0d6efd;
    font-weight: 700;
}

.step-number {
    background: #0d6efd;
    color: white;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 0.9rem;
    line-height: 30px;
}

</style >
