.faq-card {
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 10px;
    background-color: #fff;
}

.faq-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.faq-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #5472D2; 
    border-radius: 2px;
    margin-right: 12px;
    flex-shrink: 0;
}

.faq-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.faq-card p {
    margin: 10px 0 0 0; 
    color: #555;
    line-height: 1.6;
}