
.aprograma-container {
    background-color: #111;
    padding: 20px;
    border-radius: 15px;
    color: white;
    font-family: 'Segoe UI', sans-serif;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.aprograma-title {
    font-size: 1.8em;
    text-align: center;
    margin-bottom: 15px;
}
.playlist-image {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
}
.wave-wrapper {
    margin-bottom: 25px;
}
.wave-play {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #ffcc00;
    color: #111;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}
.aprograma-share {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #e50914;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s ease;
}
.aprograma-share:hover {
    background-color: #c50710;
}
