.pmn-category-description-toggle {
    position: relative !important;
}

.pmn-category-description-toggle.is-collapsed {
    height: var(--pmn-category-description-height, 36px) !important;
    max-height: var(--pmn-category-description-height, 36px) !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

.pmn-category-description-toggle.is-collapsed p {
    margin-bottom: 0 !important;
}

.pmn-category-description-toggle.is-collapsed::after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    height: 24px !important;
    pointer-events: none !important;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff) !important;
}

.pmn-category-description-toggle__button {
    display: inline-flex !important;
    align-items: center !important;
    margin-top: 8px !important;
    padding: 2px 0 !important;
    border: 0 !important;
    background: #fff !important;
    color: currentColor !important;
    font: inherit !important;
    font-size: .85rem !important;
    font-weight: 500 !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}

.pmn-category-description-toggle__button:hover {
    text-decoration: underline !important;
}

.pmn-category-description-toggle__button:focus-visible {
    outline: 2px solid currentColor !important;
    outline-offset: 3px !important;
}
