body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    background: #f9f9f9;
    color: #555;
}

.faqHeader, .faqFooter {
    background-color: #17a2b8;
    color: white;
    padding: 1rem;
    text-align: center;
}

.faqLogo {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
}

.faqPage {
    max-width: 800px;
    margin: 2rem auto;
    padding: 0 1rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.faqPage__title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.faqSection {
    margin-bottom: 2rem;
}

.faqQuestion {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.faqAnswer {
    line-height: 1.6;
}

.faqLeadtime__main {
    padding: 2rem;
    font-family: "Helvetica Neue", sans-serif;
}

.faqLeadtime__title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.faqLeadtime__text {
    margin-bottom: 1rem;
}

.faqLeadtime__table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
}

.faqLeadtime__table th,
.faqLeadtime__table td {
    border: 1px solid #ccc;
    padding: 0.75rem;
    text-align: left;
    background-color: #fff;
}

.faqLeadtime__table th {
    background-color: #f0f0f0;
}

.faqLeadtime__examples h3 {
    font-size: 1.2rem;
    margin-top: 1rem;
}

.faqLeadtime__examples ul {
    list-style-type: disc;
    margin-left: 1.5rem;
}

.faqLeadtime__schedule {
    margin-top: 2rem;
}

.faqLeadtime__schedule-box {
    background-color: #f9f9f9;
    padding: 1rem;
    margin-bottom: 1rem;
    border-left: 4px solid #17a2b8;
}