.being-played-now {
      font-weight: bold;
      color: red;
    }
	.historysong_track{
width:85%; /*50%*/
float:left;
margin-top:10px;
margin-left:26px;
font-family: 'Raleway', sans-serif;
}
.history-wrapper {
            display: none;
            position: fixed;
            top: 0px;
            left: 0;
            width: 100%;
            height: 100%;
            background-color:  transparent; /* Transparent black background */
			backdrop-filter: blur(10px);
            opacity: 1;
            z-index: 9999;
            overflow-y: auto;
        }

        .history-content {
            margin: 20px auto;
            max-width: 600px;
            background-color:  transparent; /* Transparent black background */
			backdrop-filter: blur(10px);
            padding: 20px;
            position: relative;
			
        }

        .close-button {
            position: absolute;
            top: 15px;
            right: 30px;
            font-size: 20px;
            cursor: pointer;
            background-color:  transparent;
            color: #ffffff;
            padding: 5px;
           
        }

        .close-button:focus {
            outline: none;
        }

        @media (max-width: 768px) {
            .close-button {
                top: 0px;
                right: 30px;
                font-size: 35px;
                padding: 3px;
            }
        }
	.historysong_track{
	margin-left:14px;
	}
}  

.history-list {
    padding: 16px;
}
.history-row-vision {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
    background: rgba(120,120,120,0.35);
    border-radius: 18px;
    -border: 1.5px solid rgba(255,255,255,0.18);
    box-shadow: 0 4px 24px 0 rgba(0,0,0,0.10), 0 1.5px 0 0 rgba(255,255,255,0.10) inset;
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    transition: box-shadow 0.3s, border 0.3s, background 0.3s;
    padding: 7px 7px;
}
.history-row-vision:hover {
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.18), 0 2px 0 0 rgba(255,255,255,0.18) inset;
    border: 2px solid rgba(255,255,255,0.28);
    background: rgba(140,140,140,0.45);
}
.cover img {
    width: 65px;
    height: 65px;
    border-radius: 8px;
}
.info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.time {
    min-width: 60px;
    text-align: right;
    color: #fff;
    opacity: 0.7;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
}  
.now-label {
  color: #ff2222;
  font-size: 1.05em;
  font-weight: 800;      /* Сделать максимально жирным */
  margin-left: 18px;
  min-width: 44px;
  text-align: right;
  letter-spacing: 0.5px;
  font-family: inherit;  /* (опционально) чтобы не отличался от остального текста */
}