.ham-copy-tooltip {
    display: none; 
    position: absolute; 
    z-index: 1000;
    padding: 0.25em 0.5em;
    background-color: #fff;
}

/** Product spec sheets **/
.specs-container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.make_smart_bulb {
    display: none;
}

.specs-container td {
    vertical-align: top;
    
}

@media(min-width: 768px) {
    .specs-container {
        flex-wrap: nowrap;
    }
}