.main-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.main-content h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
}

.main-content h2 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 32px;
    margin-bottom: 16px;
}

.main-content h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 24px;
    margin-bottom: 12px;
}

.main-content p, .main-content li {
    margin-top: 1rem;
    font-size: 16px;
    color: #5f6368;
    line-height: 1.6;
}

.main-content ul {
    padding-left: 20px;
}

.main-content a {
    color: #1a73e8;
    text-decoration: none;
}

.faq-item {
    background-color: white;
    border: 1px solid #dadce0;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 16px;
}

.faq-question-toggle {
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    background: none;
    border: none;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}
