.feature-page {
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 2.5rem;
}

.feature-intro,
.plan-day-card {
    border-radius: 12px;
}

.feature-card,
.resource-tile {
    border-radius: 12px;
}

.topic-passage-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.faith-step {
    border-radius: 12px;
}

.faith-step-num {
    font-weight: 700;
    min-width: 2.5rem;
    min-height: 2.5rem;
}

.faith-verse {
    border-left: 3px solid var(--mud-palette-primary, #2563eb);
    padding-left: 1rem;
    opacity: 0.9;
}

.prayer-entry {
    border-radius: 10px;
}

.prayer-entry--answered {
    opacity: 0.72;
}

.prayer-check .mud-typography-body1 {
    white-space: pre-wrap;
    line-height: 1.55;
}

@media (min-width: 600px) {
    .feature-page {
        padding-bottom: 3rem;
    }
}
