.fc-41def9a0-grid {
    display: grid;
    gap: 20px;
    width: 100%;
}
.fc-41def9a0-card {
    background-color: #f7f8f9;
    border: 1px solid #eaecef;
    border-radius: 12px;
    padding: 24px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.fc-41def9a0-title {
    color: #0f2147;
    font-family: inherit;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: 1.3;
}
.fc-41def9a0-description {
    color: #5c6c84;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 1.5;
}
