.specification-tabs .tab-container{padding:0}.specification-tabs .tab-content-container{padding:1.5rem}.specification-tabs .tab-container .tab-header,.specification-tabs .tab-item-header{cursor:pointer;font-weight:700;margin-right:2px;padding:1rem 1.5rem;transition:all .3s ease}.specification-tabs .tab-container:not(.active) .tab-header,.specification-tabs .tab-item-header:not(.active){background-color:var(--grey-tab-bg-color)}.specification-tabs .tab-container .tab-header:hover,.specification-tabs .tab-container.active .tab-header,.specification-tabs .tab-item-header.active,.specification-tabs .tab-item-header:hover{background-color:var(--red-bg-color);color:#fff}.specification-tabs .spec-row{border-bottom:1px solid var(--grey-border-color);margin-bottom:1.5rem;padding-bottom:1.5rem}.specification-tabs .spec-row:last-of-type{border-bottom:0;margin-bottom:0;padding-bottom:0}@media screen and (min-width:768px){.specification-tabs .tab-container{padding:2.5rem}.specification-tabs .tab-content-container{padding:0}}