.hero {
    background-color: #f5f5f5;
}
.section {
    padding: 2rem 1.5rem;
}
.icon-text {
    display: flex;
    align-items: center;
}
.icon-text .icon {
    margin-right: 0.5rem;
}
.help-panel {
    border-radius: 24px;
    background-color: #fbfcfd;
}
.help-section details {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 0.9rem 1rem;
    background-color: #ffffff;
}
.help-section summary {
    cursor: pointer;
    outline: none;
}
.help-section details[open] {
    background-color: #f8faff;
}
.help-form .field + .field {
    margin-top: 1rem;
}
