.amp-comparison-chart__container table thead tr, .amp-comparison-chart__container table thead tr th {
background: white !important;
}
.tabs--amplience .tabhead.active+.tabbody {
min-height: auto!important;
}
img {
max-width: 100%;
}
.tabs--amplience .tabhead+.tabbody #iconComponent {
width: 100vw;
}
.tabs--amplience .tabhead+.tabbody {
flex-wrap: wrap;
}
.tabs .tabs-list li {
flex: 1 0 auto;
}
@media (min-width: 1023px) {
#iconComponent .amp-card__img {
width: 160px;
}
.amp-content__tabs-text-container {
min-height: 590px!important;
}
}
window.addEventListener("DOMContentLoaded", (event) => {
tab = document.querySelectorAll('.tabbody');
icon = document.querySelectorAll('[id="iconComponent"]');
for (var i = 0; i < tab.length; i++) {
tab[i].appendChild(icon[i]);
}
})