div[itemscope][itemtype="https://schema.org/FAQPage"] {
    max-width: 100%;
    margin: 0 auto;
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
div[itemscope][itemtype="https://schema.org/Question"] {
    margin-bottom: 20px;
    padding: 15px;
    background: #e3f2fd;
    border-left: 5px solid #007bff;
    border-radius: 6px;
}
h2[itemprop="name"] {
    font-size: 20px;
    color: #007bff;
    margin-bottom: 10px;
}
div[itemscope][itemtype="https://schema.org/Answer"] {
    background: #ffffff;
    padding: 10px;
    border-left: 4px solid #0056b3;
    border-radius: 4px;
}
p[itemprop="text"] {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}