.workout-floor-container{background-color:var(--kpl-contrast-200)}
.workout-floor-container:nth-of-type(even){background-color:var(--kpl-contrast-300)}
.workout-floor{padding-bottom:2.5rem}
@media(min-width:768px){.workout-floor{padding-top:4rem;padding-bottom:5.5rem}
}
@media(min-width:992px){.workout-floor{padding-top:5rem;padding-bottom:7.5rem}
}
@media(min-width:992px){.workout-floor.workout-image-left .workout-image{order:1}
.workout-floor.workout-image-left .workout-body{order:2}
}
@media(min-width:1200px){.workout-floor.workout-image-left .workout-body{margin-left:16.6666%}
}
@media(min-width:992px){.workout-floor.workout-image-right .workout-image{order:2}
.workout-floor.workout-image-right .workout-body{order:1}
}
@media(min-width:1200px){.workout-floor.workout-image-right .workout-image{margin-left:16.6666%}
}
@media(min-width:768px){.workout-floor .workout-image img{border-radius:.25rem}
}
.workout-floor .workout-badges-list li{display:inline-block;margin-right:.5rem;margin-bottom:.5rem}
.workout-floor .workout-badges-list li:last-of-type{margin-right:0}
.workout-floor .workout-body-bottom{margin-top:4rem}
@media(min-width:768px){.workout-floor .workout-body-bottom{margin-top:5rem}
}
@media(min-width:992px){.workout-floor .workout-body-bottom{margin-top:7rem}
}
.workout-floor .workout-data{margin-top:2rem}
.workout-floor .workout-data:first-of-type:not(.workout-accordion .workout-data){margin-top:0}
.workout-floor .workout-data-list li{margin-bottom:.25rem}
.workout-floor .workout-data hr{width:calc(98%);color:rgba(49,49,49,0.75)}