/* COMMON STYLES */

body {
    margin: 0;
    padding: 0;
    background: url('https://feeds.bigup.dk/frakingstontilkbh/frakingstontilkbh.png') no-repeat center center fixed;
    background-size: cover;
    position: relative;
}

/* Add a foggy effect */
.foggy-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4); /* White overlay */
    backdrop-filter: blur(30px); /* Adjust blur level */
    z-index: -1; /* Keep behind content */
}



* {
  /* background-color: #FFFF; */
  font-family: 'Oswald', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} 

.container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

h1 {
  color: black;
  margin: 0px;
  padding: 0px;
  font-weight: 600;
  font-size: 18pt;
}

h2 {
  color: black;
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 14pt;
}

        #player-container {
            width: 320px;
            margin: auto;
            padding: 15px;
            border: 2px solid #ddd;
            background: #f9f9f9;
            text-align: center;
            border-radius: 10px;
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
        }
        #playlist-container {
            text-align: left;
            max-height: 250px;
            overflow-y: auto;
            border: 1px solid #ddd;
            padding: 5px;
            margin-top: 10px;
            border-radius: 5px;
            background: #fff;
        }
        #playlist {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        li {
            cursor: pointer;
            padding: 8px;
            border-bottom: 1px solid #ddd;
            display: flex;
            flex-direction: column;
            transition: background 0.2s;
        }
        li:hover {
            background: #eee;
        }
        .row {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .date {
            font-size: 12px;
            color: #777;
        }
        .download {
            text-decoration: none;
            color: #777;
            font-size: 14px;
        }
        .download:hover {
            color: #333;
        }
        button {
            background: #007bff;
            color: white;
            border: none;
            padding: 5px 10px;
            margin: 5px;
            cursor: pointer;
            border-radius: 5px;
            font-size: 14px;
        }
        button:hover {
            background: #0056b3;
        }

        }
a {
    text-decoration: none;
    color: #777;
    font-size: 14px;
}

a:visited {
    text-decoration: none;
    color: #777;
}

a:hover {
    text-decoration: none;
    color: #333;
}

a:active {
    text-decoration: none;
    color: #333;
}

/* Specific styling for the feed link */
a.feed-link {
  color: #FF6600; /* Bright orange */
}

a.feed-link:hover {
  color: #CC5200; /* Darker shade on hover */
}

a.spotify-link {
  color: #1ED760; /* Bright orange */
}

a.spotify-link:hover {
  color: #4dbe25; /* Darker shade on hover */
}

a.apple-link {
  color: #000000; /* Bright orange */
}

a.apple-link:hover {
  color: #666666; /* Darker shade on hover */
}

.audio-player {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.audio-player audio {
  width: 100%;
  max-width: 400px;
  border-radius: 12px;
  background: #f3f3f3;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  outline: none;
}


body {
    margin: 0;
    padding: 0;
    background: url('https://feeds.bigup.dk/frakingstontilkbh/frakingstontilkbh.png') no-repeat center center fixed;
    background-size: cover;
    position: relative;
}

/* Add a foggy effect */
.foggy-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4); /* White overlay */
    backdrop-filter: blur(30px); /* Adjust blur level */
    z-index: -1; /* Keep behind content */
}



* {
  /* background-color: #FFFF; */
  font-family: 'Oswald', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} 

.container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 600px) {
  #player-container {
    width: 100%;
  }
}


h1 {
  color: black;
  margin: 0px;
  padding: 0px;
  font-weight: 600;
  font-size: 18pt;
}

h2 {
  color: black;
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 14pt;
}

h3 {
  color: black;
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 14pt;
}

h4 {
  color: black;
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 12pt;
}