.hwi-performance__chart .js-performance-chart-mount {
    width: 100%;
    height: 500px;
}

@media all and (max-width: 46.24em) {
    .hwi-performance__chart .js-performance-chart-mount {
        height: 300px;
    }
}

.performance-tab-menu {
    background: #fff;
    overflow: hidden;
    padding: 1rem;
    text-align: center;
}

.performance-tab-menu .tab {
    display: block;
    width: 100%;
    padding: 1rem;
    text-align: center;
}

.performance-tab-menu .tab__selector {
    margin: 0 auto;
    border: 1px solid rgba(147, 147, 147, 0.9);
    border-bottom: 0;
    width: 150px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    text-transform: uppercase;
    padding: 6px 3px;
    position: relative;
    background: linear-gradient(to top, rgba(230, 230, 230, 0.4) 0%, white 32%);
    appearance: none;
    font: inherit;
    color: inherit;
}

@media all and (max-width: 46.24em) {
    .performance-tab-menu .tab__selector {
        width: 135px;
    }
}

.performance-tab-menu .tab__selector--selected {
    box-shadow: 148px 0 white inset;
    background: none;
    margin-bottom: -1px;
}

.performance-tab-menu .tab__selector--selected::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 10px;
    background: #fff;
}

.performance-tab-menu .tab__selector svg {
    position: absolute;
    left: 20px;
    top: 6px;
}

.performance-tab-menu .tab__selector {
    margin: 0;
    text-align: center;
}

.performance-tab-menu .tab--original {
    color: #28b1dc;
}

.performance-tab-menu .tab--ethical {
    color: #02bc3f;
}

.performance-tab-menu span{
    display: inline;
}

.performance-tab-menu::after {
    content: "";
    height: 1px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(147, 147, 147, 1) 50%, rgba(0, 0, 0, 0) 100%);
    display: block;
    margin-bottom: 10px;
}

@media all and (max-width: 46.24em) {
    .performance-tab-menu::after {
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(147, 147, 147, 1) 90%, rgba(0, 0, 0, 0) 100%);
    }
}

.performance-table h2{
    font-size: 2rem;
    font-weight: 700;
}

.hwi-performance__table-scroll {
    overflow-x: auto;
}

.hwi-performance__table table {
    border-collapse: collapse;
}

.hwi-performance__table thead th {
    border: 1px solid rgba(147, 147, 147, 0.9);
    padding-left: 10px;
    padding-right: 10px;
}

.hwi-performance__table tbody tr {
    border: 1px solid rgba(147, 147, 147, 0.9);
}