 .price-table__card { position: relative; } .price-table__card:before { content: ''; position: absolute; height: 80px; bottom: 1px; left: 1px; right: 1px; z-index: 20; background-image: linear-gradient(#0d434e00 0%, #0d434e 100%); mix-blend-mode: multiply; pointer-events: none; border-radius: 0 0 calc(1rem - 1px) calc(1rem - 1px); } .price-table__legend:before { mask-image: linear-gradient(black 0%, transparent 100%); } .custom-scrollbar { --border-radius: 10px; }  .custom-scrollbar::-webkit-scrollbar { width: 12px; border-radius: var(--border-radius); background-color: #F5F5F500;  border: 1px solid #d6da2150;  }  .custom-scrollbar::-webkit-scrollbar-thumb { border-radius: var(--border-radius);   background-color: var(--color-high); opacity: 0.8; }