Customize Hue Like Light Card Mushroom slider

Hi,

I need help with my “hue like light card”. I can’t move the slider any further down.

My code looks like this:

type: custom:hue-like-light-card
entity: light.lichtschlange_gartenweg_group
slider: mushroom
description: false
showSwitch: false
title: Gartenwegkette
iconSize: big
sceneProvider:
  - ha-scenes
  - scene-presets
card_mod:
  style: |
    ha-card {
      height: 180px !important;
      width: 175px;
      background: rgba(255,255,255,0.1) !important;
    }
    .brightness-slider {
      --mush-control-height: 42px;
    }
    ha-icon {
      margin-top: 95px;
      margin-left: 35px !important;
      icon-size: 120%
    }
    .text-area h2 {
      margin-left: -90px !important;
      font-size: 16px !important;
    }