.ytm-sticky-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: #0f0f0f;
    color: white;
    display: flex;
    align-items: center;
    z-index: 999999;
    padding: 0 30px;
    border-top: 1px solid #222;
    font-family: Roboto, Arial, sans-serif;
}

.ytm-player-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
a.ytm-trigger i {
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}
.ytm-info-sec { display: flex; align-items: center; width: 30%; }
.ytm-art { width: 56px; height: 56px; border-radius: 4px; margin-right: 15px; object-fit: cover; background: #222; }
.ytm-song-name { font-weight: 500; font-size: 14px; margin-bottom: 4px; }
.ytm-artist-name { font-size: 12px; color: #aaa; }

.ytm-control-sec { width: 40%; display: flex; flex-direction: column; align-items: center; }
.ytm-button-row { display: flex; align-items: center; gap: 20px; margin-bottom: 8px; }
.ytm-play-circle { background: white; border-radius: 50%; width: 42px; height: 42px; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.ytm-play-circle span { color: black; font-size: 24px; }

.ytm-skip-btn, .ytm-repeat-btn, .ytm-action-btn { background: none; border: none; color: white; cursor: pointer; transition: 0.2s; }

.ytm-timeline-row { display: flex; align-items: center; width: 100%; gap: 12px; font-size: 11px; color: #aaa; }
.ytm-seek-container { flex-grow: 1; display: flex; align-items: center; }
#ytm-seek { width: 100%; accent-color: #ff0000; cursor: pointer; height: 4px; }

.ytm-utility-sec { width: 30%; display: flex; justify-content: flex-end; align-items: center; gap: 20px; }
.ytm-volume-ctrl { display: flex; align-items: center; gap: 10px; }
#ytm-volume { accent-color: #aaa; width: 80px; }

.ytm-actions .ytm-action-btn { background: unset; padding: 0; }
.ytm-actions .ytm-action-btn:hover { color: #3ea6ff; }