.gauge-widget-container {
    position: relative;
    max-width: 100%;
    margin: auto 0;
}

.gauge-widget-container .gauge-background {
    width: 275px;
    height: auto;
    display: block;
    border-radius: 50px;
}

.gauge-widget-container .gauge-pointer {
    position: absolute;
    bottom: 0;
    left: 92%; /* Initial position, will be updated by JS */
    width: 50px;  /* You might want to add controls for these in the widget */
    height: 50px; /* You might want to add controls for these in the widget */
    transform: translateX(-50%);
    transition: left 1.7s ease-in-out;
	margin-bottom :-1px
}