/* Styles for features page */
.feature-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 1rem;
}
.feature-list section {
    background: #fff;
    padding: 1rem;
    border: 1px solid #eaeaea;
    border-radius: 4px;
}
.feature-list h3 {
    margin-top: 0;
}