#workouts .muscle_growth_icon {
    background-image: url('https://elitemensguide.com/assets/EMG-Icons-Muscle-Growth.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    display: inline-block;
}
#workouts .icon-title {
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}

.sidebar-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.workout-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.workout-icons .icon {
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}

.muscle_growth_icon {
    background-image: url('https://elitemensguide.com/assets/EMG-Icons-Muscle-Growth.png');
}

.endurance_icon {
    background-image: url('https://elitemensguide.com/assets/EMG-Icons-Endurance.png');
}

.timer_icon {
    background-image: url('https://elitemensguide.com/assets/EMG-Icons-Timer.png');
}

.workout-title {
    font-size: 16px;
    font-weight: bold;
    margin-right: auto;
}

.workout-link {
    background-color: #ccc;
    padding: 5px 10px;
    text-decoration: none;
    color: #000;
    border-radius: 3px;
}

.workout-buttons .button {
    display: block;
    background-color: #e9e33b;
    color: #000;
    text-align: center;
    padding: 10px;
    margin: 10px 0;
    text-decoration: none;
    font-weight: bold;
}

.sidebar-subtitle {
    font-size: 18px;
    margin-top: 20px;
}

.workout-goals {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.goal-item {
    text-align: center;
    width: 30%;
}

.goal-icon {
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto 10px;
}

.strength_icon {
    background-image: url('https://elitemensguide.com/assets/EMG-Icons-Strength.png');
}

.goal-title {
    font-size: 14px;
    font-weight: bold;
}