.stock-chart-widget{width:100%;box-sizing:border-box;color:#161616;text-align:left;display:flex;flex-direction:column;gap:16px}.stock-chart-heading{display:flex;flex-direction:column;gap:4px}.stock-chart-title{font-size:24px;font-weight:600;line-height:28px}.stock-chart-tabs{display:flex;align-items:center;gap:24px;border-bottom:1px solid #ededed}.stock-chart-range{display:flex;width:100%;margin-top:12px}.stock-chart-range-options{display:inline-flex;align-items:center;gap:4px;padding:4px;border:1px solid #ededed;border-radius:16px;background:#fff;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.stock-chart-range-options::-webkit-scrollbar{display:none}.stock-chart-range-option{border:none;background:rgba(0,0,0,0);border-radius:12px;padding:10px 14px;font-size:16px;line-height:20px;color:#161616;cursor:pointer;white-space:nowrap;transition:background .2s ease,color .2s ease}.stock-chart-range-option:hover{background:rgba(22,22,22,.04)}.stock-chart-range-option:focus-visible{outline:2px solid rgba(206,47,118,.35);outline-offset:2px}.stock-chart-range-option.is-active{background:rgba(206,47,118,.12);color:#ce2f76}.stock-chart-tab{position:relative;padding:10px 0;background:rgba(0,0,0,0);border:none;font-size:18px;line-height:22px;color:#6f736f;cursor:pointer;transition:color .2s ease}.stock-chart-tab:hover{color:#161616}.stock-chart-tab::after{content:"";position:absolute;left:0;bottom:-1px;width:100%;height:2px;background-color:#ce2f76;transform:scaleX(0);transform-origin:left;transition:transform .2s ease}.stock-chart-tab.is-active{color:#161616}.stock-chart-tab.is-active::after{transform:scaleX(1)}.stock-chart-panels{width:100%}.stock-chart-panel{width:100%;height:420px}.stock-chart-panel.is-loading{opacity:.75}@media only screen and (max-width : 767px){.stock-chart-widget{gap:12px}.stock-chart-title{font-size:20px;line-height:24px}.stock-chart-tabs{gap:16px;overflow-x:auto;padding-bottom:4px}.stock-chart-tab{font-size:16px;white-space:nowrap}.stock-chart-range-option{padding:8px 12px;font-size:14px}.stock-chart-panel{height:320px}}
