#surgery-product-card .procedures{max-width:100%!important}#surgery-product-card .header{display:flex;flex-direction:row;justify-content:space-between;border:none;background:var(--neutral-000)}#surgery-product-card .header h5{color:var(--dark-blue,#0c1d59);font-family:red Hat Display;font-size:16px;font-style:normal;font-weight:500;line-height:150%}#surgery-product-card .procedure-container{display:flex;flex-direction:row;align-items:center;background:var(--neutral-100);padding:10px 10px}#surgery-product-card .procedure-container span{font-size:1rem;font-weight:600;color:var(--blue-500)}#surgery-product-card .table-container{overflow:visible}#surgery-product-card .td-content{background:var(--neutral-000,#fff);border-radius:8px;padding:10px}#surgery-product-card .footer{display:flex;flex-direction:row;justify-content:end;background:var(--neutral-000);border-top:none}#surgery-product-card .card-body{max-height:60vh;overflow:scroll}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:var(--neutral-000);border-radius:0 0 8px 0}::-webkit-scrollbar-thumb{background-color:var(--neutral-300);border-radius:100px;border:3px solid var(--neutral-000)}::-webkit-scrollbar-thumb:hover{cursor:pointer;background:var(--neutral-200)}