.sap-featured-release{
    display:flex;
    gap:40px;
    align-items:center;
    padding:50px;
    background:#ffffff;
    border:1px solid #ececec;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    margin:40px 0;
}

.sap-featured-image{
    width:250px;
}
.sap-album-cover{
    width:250px;
    height:250px;
    object-fit:cover;
    border-radius:15px;
    display:block;
    }
.sap-placeholder-cover{
    width:250px;
    height:250px;
    border-radius:15px;
    background:#f2f2f2;
    display:flex;
    justify-content:center;
    align-items:center;
    font-weight:bold;
    color:#777;
}

.sap-featured-content{
    flex:1;
}

.sap-badge{
    display:inline-block;
    background:#D99B9B;
    color:#fff;
    padding:8px 18px;
    border-radius:50px;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:20px;
}

.sap-featured-content h2{
    font-size:42px;
    margin:0;
}

.sap-featured-content h3{
    margin-top:5px;
    color:#555;
}

.sap-featured-content h4{
    margin-bottom:0;
    color:#999;
    text-transform:uppercase;
    letter-spacing:2px;
}

.sap-featured-content p{
    font-size:18px;
    line-height:1.8;
    color:#555;
}

.sap-listen-button{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    background:#D99B9B;

    color:#ffffff;

    padding:16px 42px;

    border-radius:999px;

    text-decoration:none;

    font-size:17px;

    font-weight:700;

    transition:.25s;

    box-shadow:0 10px 20px rgba(0,0,0,.12);

}

.sap-listen-button:hover{

    transform:translateY(-2px);

    box-shadow:0 14px 24px rgba(0,0,0,.16);

}

@media(max-width:768px){

.sap-featured-release{

    flex-direction:column;
    text-align:center;

}

}
.sap-stream-links{

    display:flex;

    flex-wrap:wrap;

    gap:18px;

    margin-top:20px;

}

.sap-stream-links a{

    text-decoration:none;

    color:#D99B9B;

    font-weight:600;

    transition:.25s;

}

.sap-stream-links a:hover{

    color:#b76b6b;

}