* {
  font-family: Times New Roman;
color: blue !important;
}


*,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
}


#imageview, #imageview.full {
    background-color: white !important;
}

.photo, 
.album, 
.photo img, 
.album img {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

/* 1. Force-remove text shadows from all text inside album/photo thumbnails */
a[data-album-id] *,
.album *,
.photo * {
    text-shadow: none !important;
    --tw-drop-shadow: none !important; 
    --tw-text-opacity: 1 !important;
}

/* 2. Target the bottom overlay div to remove the gradient and make it solid white */
a[data-album-id] > div.absolute.bottom-0,
.album > div.absolute.bottom-0,
div[class*="bg-gradient-to-t"] {
    background-image: none !important; 
    background-color: #ffffff !important; 
    
    /* Optional: Adds a tiny bit of padding so the text doesn't touch the edges of the white box */
    padding-top: 5px !important; 
}

/* 1. Remove the drop shadow from the album thumbnails (Default & Hover states) */
a[data-album-id] > div, 
a[data-album-id] img,
a[data-album-id] span {
    box-shadow: none !important;
    --tw-shadow: 0 0 #0000 !important;
    --tw-drop-shadow: 0 0 #0000 !important;
    filter: none !important;
}



/* 3. Remove the blue border and Tailwind ring highlights */
a[data-album-id] *,
a[data-album-id]:hover * {
    border-color: blue !important;
    outline: none !important;
    --tw-ring-color: transparent !important;
    --tw-ring-shadow: 0 0 #0000 !important;
}

/* Kill the album cover fan-out on hover */
.album-thumb .thumbimg {
	rotate: none !important;
	translate: none !important;
	transform: none !important;
	transition: none !important;
}

