.map-body {
    margin: 0;
    height: 100vh;
    font-family: sans-serif;
    color: #fff;
    background: #000;
}

.map-wrapper {
    padding:20px;
    background-size: cover;
    display: flex;
    justify-content: center;
    background-attachment: fixed;
}

.map-overlay {
    background: rgba(0, 0, 0, 0.7);
    padding: 0px;
    text-align: center;
    max-width: 500px;
    box-shadow: 0 0 25px #2d2d2d;
}

.map-overlay img{
    width:400px;
}

.map-overlay h1 {
    font-size:20px;
    line-height: 30px;
    margin: 10px 0 0;
}

.map-overlay h2{
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 10px 0;
}

.map-play-button {
    background: #1db954;
    color: #fff;
    padding: 12px 20px;
    margin-bottom: 20px;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
}

.map-links a {
    display: block;
    margin: 1px 0;
    background: #222;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.map-links a:hover {
    background-color: #ffffff44;
}

.map-links img{
    max-height: 30px;
    max-width: 100px;
}

.map-play-controls button {
    background-color: #ff3366;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 30px;
    margin: 0 10px;
    cursor: pointer;
}
.map-links {
    margin-top: 30px;
}

a.map-link-row {
    display: flex;
    align-items: center;
    background-color: #ffffff22;
    padding: 20px 35px;
    color: #fff;
    text-decoration: none;
}

.iconimg{
    width:50%;
    text-align:left;
}

.icontext{
    width:50%;
    font-size:14px;
    text-align:right;
}

.background-filter::after {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);

  content: "";
  display: block;
  position: absolute;
  width: 100%; height: 100%;
  top: 0;
}

.background-filter {
  position: relative;
}

.u-non-blurred {
  position: relative;
  z-index: 1;
  filter: blur(0px);
}

.album-art-wrapper {
    position: relative;
    display: inline-block;
}

.map-play-controls-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: flex;
    gap: 10px;
}

.map-play-controls-overlay button {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    padding: 12px 18px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
}