body .p-fieldset {
    border: 1px solid #dedce5;
    border-radius: 6px;
    background-color: #ffffff;

    &-legend {
        margin-left: 16px;
        padding: 4px;
        border-style: none;

        .p-iconwrapper {
            margin: 0px 0.3em 0px 0.3em;
        }

        a {
            color: #212533;
            display: flex;
            gap: 4px;
            text-decoration: none;
        }

        &-label {
            color: #212533;
            font-family: "Open Sans", sans-serif;
            font-size: 14px;
            font-weight: 700;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        p-header {
            align-items: center;
            display: flex;
            gap: 8px;
        }
    }
    .p-fieldset-content {
        padding: 12px;
    }

    &:not(.p-fieldset-expanded) {
        padding: 12px 4px;
    }

    transition: padding 300ms;
}
