
NEW Body Solid PRO-Select Ab & Back Machine (GCAB-STK).
.tooltip-wrapper { text-align: center; margin-top: 1rem; } .tooltip-container { position: relative; display: inline-block; cursor: pointer; margin: 0 10px; outline: none; } .tooltip-text { visibility: hidden; width: 220px; background-color: #333; color: #fff; text-align: left; padding: 8px; border-radius: 6px; position: absolute; z-index: 1000; top: 125%; left: 50%; transform: translateX(-50%); opacity: 0; transition: opacity 0.3s ease; font-size: 0.875rem; pointer-events: none; white-space: normal; } .tooltip-container:focus .tooltip-text, .tooltip-container:hover .tooltip-text { visibility: visible; opacity: 1; pointer-events: auto; } .double-underline { position: relative; display: inline-block; padding-bottom: 4px; } .double-underline::before, .d