/* --- Special Pink Theme Overrides --- */

/* Changes the borders, backgrounds, and shadows for the pink page */
.sidebar-left, 
.sidebar-right,
.sidebar-left p,
.sidebar-right p,
#links li,
.app,
.image,
.post-image {
    border-color: #ff5f8c;
}

/* Elements with pink backgrounds */
.lastfm-track-info,
#links #navOn,
.app-title,
.app-footer,
.image-caption {
    background-color: #ff5f8c;
}

/* Updating the shadow color to a darker pink/red for the depth effect */
.sidebar-left, 
.sidebar-right,
.sidebar-left > *,
.sidebar-right > *,
.app,
.image-and-caption-wrapper {
    box-shadow: 4px 4px 0px #b33658; /* Darker pink for shadow */
}

/* Hover state for navigation */
#links li:hover {
    background-color: #b33658;
}

/* --- Keygen Player Pink Theme Overrides --- */

/* Main player container and song info divider */
 #keygen-player,
 .song-info {
    border-color: #ff5f8c;
    color: #ff5f8c;
}

/* The buttons */
 .pixel-btn {
    background-color: #b33658; /* Darker pink */
    color: #ff5f8c;           /* Light pink text */
    border-color: #ff5f8c;
    box-shadow: 2px 2px 0px #b33658;
}

/* Button active/clicked state */
 .pixel-btn:active {
    background-color: #ff5f8c;
    color: #000000; /* Text turns black when pressed for contrast */
}

/* The progress bar border and the moving fill */
 .pixel-progress-bg {
    border-color: #ff5f8c;
}

 .pixel-progress-fill {
    background-color: #ff5f8c;
}

/* Dotted line divider inside the player */
 .song-info {
    border-top: 1px dashed #ff5f8c;
}
