.tak-rpl-block {
    margin: 2rem 0;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
}

.tak-rpl-inner {
    display: grid;
    grid-template-columns: minmax(140px, 180px) minmax(0, 1fr);
    gap: 20px;
    padding: 20px;
    align-items: center;
}

.tak-rpl-cover-link {
    display: block;
    line-height: 0;
}

.tak-rpl-cover {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 14px;
}

.tak-rpl-kicker {
    font-size: .82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    opacity: .7;
    margin-bottom: .45rem;
}

.tak-rpl-artist {
    font-size: .95rem;
    opacity: .72;
    margin-bottom: .25rem;
}

.tak-rpl-title {
    margin: 0 0 .5rem;
    font-size: 1.35rem;
    line-height: 1.2;
}

.tak-rpl-title a {
    text-decoration: none;
}

.tak-rpl-subtitle {
    margin: 0 0 1rem;
    line-height: 1.55;
    opacity: .82;
}

.tak-rpl-actions {
    margin: 0;
}

.tak-rpl-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    background: #111827;
    color: #fff;
}

.tak-rpl-button:hover,
.tak-rpl-button:focus {
    color: #fff;
    opacity: .92;
}

@media (max-width: 680px) {
    .tak-rpl-inner {
        grid-template-columns: 1fr;
    }

    .tak-rpl-cover-link {
        max-width: 240px;
    }
}
