body{background-color:var(--neutral-light)!important}section.catalog .card-body-fixed{display:flex;flex-direction:column;position:relative}section.catalog .fixed-title{flex-shrink:0;margin-bottom:10px}section.catalog .scrollable-description{font-size:medium;max-height:150px;overflow-y:auto;padding-right:6px;position:relative;scroll-behavior:smooth}section.catalog .scrollable-description:after{background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff);bottom:0;content:"";height:25px;left:0;pointer-events:none;position:sticky;right:0}section.catalog .scrollable-description::-webkit-scrollbar{width:6px}section.catalog .scrollable-description::-webkit-scrollbar-thumb{background-color:hsla(0,0%,47%,.6);border-radius:10px}section.catalog .scrollable-description::-webkit-scrollbar-thumb:hover{background-color:hsla(0,0%,39%,.9)}section.catalog .scrollable-description::-webkit-scrollbar-track{background:transparent}section.catalog .scrollable-description{scrollbar-color:hsla(0,0%,47%,.6) transparent;scrollbar-width:thin}section.catalog .card-footer{min-height:70px}