div.layout_left_item{ padding: 16px 32px; margin-right: 64px; border: 1px solid $gray; box-shadow: -10px 10px 0px $light-gray; height: fit-content; span.faicon{ margin-left: 16px; } span.menu_left-title { font-weight: bold; font-size: 17px; line-height: 21px; text-transform: uppercase; &.paid_locked { color: $yellow; } } ul.menu_left-list { list-style-type: none; padding: 0; margin: 0; margin-bottom: 32px; font-size: 16px; &:last-of-type{ margin-bottom: 0; } &.paid_locked { color: $very-dark-gray; & a:hover{ color: $very-dark-gray; } } li { line-height: 20px; margin-top: 12px; &.active{ color: $blue; font-weight: 600; } & a.paid_locked { color: $very-dark-gray; & a:hover{ color: $very-dark-gray; } } } &.second { padding-left: 30px; } a { color: inherit; text-decoration: none; &:hover{ color: $blue; } } } }