fieldset {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    --pico-form-label-font-weight: 600;

    legend {
        width: 100%;
        margin-bottom: calc(var(--pico-spacing) * 2);
        border-bottom: var(--pico-border-width) solid var(--pico-color);
        font-weight: bold;
    }
}