.ama-music-card,
.ama-lyrics {
    box-sizing: border-box;
    margin: 28px 0;
    padding: 24px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(15, 23, 42, .06);
}

.ama-music-card h2,
.ama-lyrics h2 {
    margin: 0 0 16px;
    font-size: 1.2em;
}

.ama-artist {
    margin: 0 0 20px;
    font-size: 1.05em;
}

.ama-artist span {
    font-weight: 700;
}

.ama-artist-link {
    text-decoration: none;
}

.ama-player audio {
    display: block;
    width: 100%;
    margin: 0 0 24px;
}

.ama-download-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ama-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 10px;
    color: #fff !important;
    background: #4f46e5;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform .15s ease, opacity .15s ease;
}

.ama-quality-128 {
    background: #0f766e;
}

.ama-download:hover,
.ama-download:focus {
    color: #fff !important;
    opacity: .9;
    transform: translateY(-1px);
}

.ama-lyrics-text {
    line-height: 2.15;
    white-space: normal;
}

@media (max-width: 560px) {
    .ama-music-card,
    .ama-lyrics {
        padding: 18px;
        border-radius: 12px;
    }

    .ama-download {
        width: 100%;
    }
}
