body {
    background-color: whitesmoke;
    font-family: sans-serif;
    margin: 0px;
    margin-bottom: 15px;
    font-size: 16px;
    background-color: #fff;
    margin-top: 50px;
    word-break: break-word;
}

header, footer {
    background-color: #3d4242;
    color: ghostwhite;
}

header {
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; 
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
}

footer {
    height: 50px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    font-size: 0.8em;
    padding-left: 20px;
    line-height: 4em;
}

.la-spotify {
    font-size: 1em;
}

a:any-link {
    text-decoration: none;
    color: darkslategray;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

p {
    margin: 0;
}

#loading {
    display: none;
    position: fixed;
    z-index: 9999;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: black;
    opacity: 0.7;
    color: white;
    font-size: 2.4em;
    text-align: center;
    padding-top: 100%;
    padding-bottom: 100%;
}

.left {
    position: absolute;
    left: 15px;
    font-size: 2em;
}

.right {
    position: absolute;
    right: 15px;
    font-size: 1.6em;
}

.float-left {
    float:left;
}

.no-break {
    word-break: normal;
}

#header-title {
    text-align: center;
    margin: 0;
    font-size: 1em;
}

.container {
    width: 100%;
/*    max-width: 600px;*/
    margin: 0 auto;
/*    background-color: #fff;*/
/*    min-height: 100vh;*/
    min-height: 85vh;
    display: inline-block;
}

.header {
    position: relative;
    width: 100%;
}

.attribution {
    color: #5e5b5b;
    font-size: 0.8em;
    line-height: 1.4em;
    font-family: sans-serif;
    margin: 15px 0px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.no-content {
    font-style: italic;
    color: #5e5b5b;
    font-size: 0.9em;
}

.infobox {
    background-color: lightyellow;
    padding: 20px;
    margin: 20px 0px;
    font-size: 0.9em;
    font-style: italic;
}

.artist-comment {
    font-size: 0.8em;
    margin-top: 5px;
    opacity: 0.6;
}

/**/

.block {
    margin: 15px;
    padding-bottom: 35px;
    border-bottom: 1px solid #cdcdcd;
}

.block:last-of-type {
    border-bottom: 0;
}

.empty-block {
    padding-bottom: 5px;
}

.page-banner {
/*    background-color: antiquewhite;*/
/*    aspect-ratio: 1 / 0.75;*/
    aspect-ratio: 1 / 1;
    margin: 0px !important;

    overflow: hidden; 
    display: flex; 
    justify-content: center;
    align-items: center;
}

.page-info {
    display: grid;
/*    border-bottom: 1px solid #cdcdcd;*/
/*    padding-top: 15px;*/
    padding-bottom: 45px;
}

.info-first {
    font-size: 1.8em;
    line-height: 1em;
    font-weight: 600;
}

.info-second {
    font-size: 1.4em;
    color: #5e5b5b;
    margin-top: 4px;
}

.info-third {
    font-size: 1em;
    color: #5e5b5b;
    margin-top: 2px;
}

.info-second i {
    font-size: 0.8em;
/*    margin-left: 5px;*/
}

.underline {
    text-decoration: underline;
    cursor: pointer;
}

/**/

.small-title {
    font-size: 0.9em;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
    text-transform: capitalize;
}

.credits-first i,
.small-title i {
    float: right;
}

/**/

.text {
    color: #5e5b5b;
    font-size: 1.0em;
    line-height: 1.4em;
    font-family: serif;
}

.text p{
    margin-bottom: 10px;
}

.short-bio {
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

/**/

.full-discography {
    margin-top: 15px;
}

.full-discography ul,
.short-discography ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}


.full-discography ul li,
.short-discography ul li {
    flex: 0 1 calc(50% - 10px);
    aspect-ratio: 1 / 1;
    margin-right: 15px;
    margin-bottom: 30px;
}

.full-discography ul li:nth-child(2n),
.short-discography ul li:nth-child(2n) {
    margin-right: 0;
}


/* Hide all items by default */
/*.short-credits-list li,*/
.short-discography li {
    display: none; 
}

/* Only display the first two items */
/* .short-credits-list li:nth-child(-n+2),*/
.short-discography li:nth-child(-n+2) {
    display: list-item;
}

.full-discography .square,
.short-discography .square {
    width: 100%; 
    min-height: 80%; /* temporary fix for lack of images */
/*    padding-top: 100%;*/
    background: antiquewhite;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden; 
    display: flex; 
    justify-content: center;
    align-items: center;
}

.small-cover img,
.page-banner img,
.square img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

#search-results ul li p,
.full-discography ul li p,
.short-discography ul li p {
     display: inline;
}

.album-info {
    padding: 0px 2px;
    margin: 0;
}

.result-first,
.album-title {
    font-size: 1.0em;
    font-weight: 600;
    color: #5e5b5b;
}

.result-second,
.album-year {
    font-size: 1.0em;
    color: #5e5b5b;
}

/**/

.discography-list select,
.discography-release-list select,
.release-list select {
    margin-bottom: 20px;
    max-width: 215px;
    min-width: 140px;
    font-size: 0.9em;
    line-height: 1em;
    padding: 3px;
}

.short-release-list li {
    display: none;
}

.short-release-list li:nth-child(-n+2) {
    display: flex; 
}

.full-release-list li {
    display: flex;
}

.full-release-list li:not(:last-child),
.full-credits-list li:not(:last-child),
.short-release-list li:not(:last-child),
.short-credits-list li:not(:last-child) {
    margin-bottom: 20px;
}

.full-release-list span,
.full-credits-list span,
.short-release-list span,
.short-credits-list span {
    display: block;
    font-family: sans-serif;
/*    font-size: 0.9em;*/
}

.credits-first,
.song-first {
    font-size: 1.0em;
    font-weight: 600;
    color: #5e5b5b;
    padding-right: 15px;
    width: 100%;
    text-transform: capitalize;
}

.comment {
    font-size: 0.9em;
    color: #5e5b5b;
    font-weight: 400;
}

.release-info,
.credits-second {
    font-size: 0.9em;
    margin-top:5px;
    color: #5e5b5b;
}

.credits-second > i {
    font-size: 0.8em;
    text-transform: capitalize;
}

.credits-third {
    font-size: 0.8em;
    font-weight: 600;
    margin-top:5px;
    color: #5e5b5b;

    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* Limit text to two lines */
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; /* Optional: Adjust width as needed */
    text-transform: capitalize;
}

/**/

.full-song-list ul {
    list-style-type: decimal;
    padding-left: 27px;

}

.full-song-list ul li {
    margin-bottom: 15px;
}

.song-second {
    color: #5e5b5b;
    float: right;
}

.song-item i {
    margin-left: 10px;
    padding-top: 2px;
}

.song-item {
    display: flex;
}

/**/

#search-results {
    padding: 0px 30px;
}

#search-results .small-title {
    border-bottom: 1px solid gray;
    margin-top: 30px;
    line-height: 2.2em;
}

.search-panel {
    margin-top: 40px;
    border-bottom: none;
    padding-bottom: 0;
}

.search-panel input {
    width: 100%;
    padding: 0;
    font-size: 1.4em;
    line-height: 1.8em;
    border: 1px solid #5e5b5b;
    border-radius: 15px;
    color: #5e5b5b;
    text-indent: 20px;
}

.search-panel form {
    position: relative;
}

.clear-button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4px;
    border: none;
    background-color: transparent;
    color: gray;
    font-size: 20px;
    cursor: pointer;
    padding: 8px;
    z-index: 10;
}

.see-more {
    font-size: 0.8em;
    text-align: center;
    text-decoration: underline;
}

/**/

.small-cover {
    aspect-ratio: 1 / 1;
    float: left;
    min-width: 140px;
    max-width:140px;
    margin-right: 15px;
    background-color: antiquewhite;
}