.lr-interaction-bar {
    width: 100%;
    margin: 15px 0 30px;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-family: system-ui, -apple-system, sans-serif;
    color: #111;
    flex-wrap: wrap;
    gap: 15px;
}

.lr-interaction-left {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
}

.lr-view-count {
    color: #111;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.lr-view-count svg {
    color: #e50914;
}

.lr-vtax-pill .lr-vtax-icon {
    color: #e50914;
    display: inline-flex;
    align-items: center;
}

.lr-post-date {
    color: #666;
    font-weight: 500;
}

.lr-separator {
    margin: 0 10px;
    color: #ccc;
}

.lr-interaction-right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.lr-action-btn {
    display: inline-flex;
    align-items: center;
    background: #f2f2f2;
    color: #111; 
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    outline: none;
}

.lr-action-btn svg {
    margin-right: 6px;
}

.lr-action-btn:hover {
    background: #e5e5e5;
}

.lr-action-group {
    display: inline-flex;
    align-items: center;
    background: #f2f2f2;
    border-radius: 20px;
    overflow: hidden;
}

.lr-action-group .lr-action-btn {
    background: transparent;
    border-radius: 0;
    padding: 8px 14px;
}

.lr-action-group .lr-action-btn:hover {
    background: #e5e5e5;
}

.lr-group-separator {
    width: 1px;
    height: 20px;
    background: #ccc; 
    color: transparent;
    overflow: hidden;
}

.lr-action-btn.active {
    color: #d80413; 
}
.lr-action-btn.active svg {
    stroke: #d80413;
    fill: #d80413;
}

.lr-card-stats-overlay {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(4px);
    color: #fff;
    padding: 4px 8px;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-family: system-ui, -apple-system, sans-serif;
    font-weight: 600;
    z-index: 10;
    pointer-events: none;
}

.lr-card-stats-overlay svg {
    margin-right: 4px;
    color: #e50914;
}

.lr-card-stats-overlay span {
    color: #fff;
}

.lr-card-play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 2px solid rgba(255, 255, 255, 0.75);
    color: #fff;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    pointer-events: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.lr-card-play-overlay svg {
    width: 26px;
    height: 26px;
    margin-left: 0px;
    fill: #fff;
}
