/* Simple fixes now that navigation-unified is removed */

/* Ensure logo is bigger like other pages */
.workout-builder-page .logo {
    height: 60px !important;
}

.workout-builder-page .logo-image {
    height: 100% !important;
    width: auto !important;
    max-height: 60px !important;
    object-fit: contain !important;
}

/* Ensure body has proper padding */
body.workout-builder-page {
    padding-top: 70px !important;
    margin: 0 !important;
}

/* Ensure main content doesn't overlap header */
.workout-builder-main {
    padding-top: 0 !important;
    margin-top: 0 !important;
}