.ons-fieldset {
    &__legend {
        font-weight: $font-weight-bold;
        margin: 0;
        &:not(&--with-description) {
            margin-bottom: 0.5rem;
        }
        &-title {
            display: block;
            margin: 0;
            padding: 0 0 1.5rem;

            strong {
                @extend .ons-highlight;
            }
        }
    }

    &__description:not(&__description--title) {
        @extend .ons-label__description;

        margin-bottom: 0.5rem;
    }

    &__description--title {
        font-weight: $font-weight-regular;
    }

    > * .ons-fieldset {
        .ons-fieldset {
            &__legend {
                font-weight: $font-weight-regular;
            }
        }
    }
}
