/* Chart Releases With Player 37e1dc65 v2.2.0 */
.crwp-37e1dc65-wrap {
    display: flex;
    flex-direction: column;
    padding-bottom: 80px;
}

.crwp-37e1dc65-filter-wrapper {
    margin-bottom: 20px;
}

.crwp-37e1dc65-filter-select {
    width: 100%;
    max-width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    border: 1px solid #444;
    border-radius: 4px;
    background-color: #222;
    color: #fff;
    appearance: auto;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
}

.crwp-37e1dc65-filter-select:focus {
    border-color: #00d4ff;
    box-shadow: 0 0 5px rgba(0, 212, 255, 0.2);
}

.crwp-37e1dc65-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: opacity 0.3s ease;
}

.crwp-37e1dc65-wrap.crwp-37e1dc65-loading .crwp-37e1dc65-list {
    opacity: 0.5;
    pointer-events: none;
}

.crwp-37e1dc65-card {
    border: 1px solid #2a2a4a;
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.2s ease;
}

.crwp-37e1dc65-card:hover {
    border-color: #00d4ff;
}

.crwp-37e1dc65-card-inner {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    position: relative;
}

.crwp-37e1dc65-position {
    font-size: 24px;
    font-weight: 800;
    color: #00d4ff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    align-self: stretch;
}

.crwp-37e1dc65-cover-wrap {
    flex-shrink: 0;
}

.crwp-37e1dc65-cover {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

.crwp-37e1dc65-no-img {
    background: #2a2a4a;
}

.crwp-37e1dc65-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.crwp-37e1dc65-title {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.crwp-37e1dc65-title:hover {
    text-decoration: underline;
}

.crwp-37e1dc65-artist {
    font-size: 13px;
    color: #aaaacc;
    margin-top: 1px;
}

.crwp-37e1dc65-meta {
    font-size: 11px;
    color: #888899;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 1px;
}

.crwp-37e1dc65-sep {
    opacity: 0.4;
}

.crwp-37e1dc65-desc {
    font-size: 13px;
    color: #999999;
    line-height: 1.4;
    margin-top: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.crwp-37e1dc65-stock-wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
}

.crwp-37e1dc65-status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.crwp-37e1dc65-status-dot.crwp-37e1dc65-in { background-color: #4CAF50; }
.crwp-37e1dc65-status-dot.crwp-37e1dc65-pre { background-color: #999999; }
.crwp-37e1dc65-status-dot.crwp-37e1dc65-out { background-color: #999999; }

.crwp-37e1dc65-stock {
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: right;
}

.crwp-37e1dc65-in { color: #4CAF50; }
.crwp-37e1dc65-pre { color: #999999; }
.crwp-37e1dc65-out { color: #999999; }

.crwp-37e1dc65-tags {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    margin-top: 2px;
}

.crwp-37e1dc65-tag {
    font-size: 10px;
    color: #aaaacc;
    background: rgba(255,255,255,0.06);
    padding: 2px 8px;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.crwp-37e1dc65-tracklist {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 6px;
}

.crwp-37e1dc65-track {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 8px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.15s ease;
    user-select: none;
}

.crwp-37e1dc65-track:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

.crwp-37e1dc65-track.crwp-37e1dc65-active {
    background-color: rgba(0, 212, 255, 0.12);
}

.crwp-37e1dc65-play-icon {
    font-size: 11px;
    color: #888899;
    min-width: 14px;
    text-align: center;
    transition: color 0.15s ease;
    line-height: 1;
}

.crwp-37e1dc65-track-num {
    font-size: 11px;
    color: #666688;
    min-width: 18px;
}

.crwp-37e1dc65-side {
    font-size: 9px;
    color: #888899;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: rgba(255,255,255,0.06);
    padding: 1px 5px;
    border-radius: 3px;
    flex-shrink: 0;
}

.crwp-37e1dc65-track-name {
    font-size: 13px;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.15s ease;
}

.crwp-37e1dc65-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    flex-shrink: 0;
    padding-top: 4px;
}

.crwp-37e1dc65-price {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

.crwp-37e1dc65-cart-btn {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: opacity 0.2s ease;
    white-space: nowrap;
}

.crwp-37e1dc65-cart-btn:hover {
    opacity: 0.85;
}

@media (max-width: 767px) {
    .crwp-37e1dc65-card-inner {
        flex-wrap: wrap;
    }
    .crwp-37e1dc65-position {
        width: 100%;
        text-align: left;
        justify-content: flex-start;
        padding-bottom: 8px;
    }
    .crwp-37e1dc65-actions {
        flex-direction: row;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        padding-top: 8px;
    }
}
