.lp-minimal-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 10px 0;
}
.lp-track-row {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.4;
}
.lp-min-art, .lp-min-art-fallback {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    margin-right: 10px;
    object-fit: cover;
    flex-shrink: 0;
}
.lp-min-art-fallback {
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.lp-track-text {
    color: inherit;
}
.lp-track-text a {
    text-decoration: none;
    color: inherit;
}
.lp-track-text a:hover {
    text-decoration: underline;
}
.lp-live-tag {
    color: #e11d48; 
    font-size: 10px; 
    font-weight: bold;
    letter-spacing: 0.5px;
}
.lp-error {
    font-size: 12px;
    color: #999;
    font-style: italic;
}