/* New Releases Page Styles — v6.0.0 */
.nr-page-606bcd78 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #333;
}

.nr-page-title-606bcd78 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #222;
    border-bottom: 2px solid #eee;
    padding-bottom: 15px;
}

.nr-list-606bcd78 {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Main item grid: left (image+tracklist) | center (info) | right (purchase) */
.nr-item-606bcd78 {
    display: grid;
    grid-template-columns: auto 1fr 250px;
    gap: 20px;
    padding: 25px 0;
    border-bottom: 1px solid #e0e0e0;
    align-items: start;
}

/* Left column: image + tracklist side by side */
.nr-item-left-606bcd78 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
}

/* Image */
.nr-image-wrap-606bcd78 {
    position: relative;
    width: 140px;
    height: 140px;
    flex-shrink: 0;
}

.nr-image-606bcd78 {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 4px;
    background: #f0f0f0;
}

.nr-no-image-606bcd78 {
    display: block;
    text-decoration: none;
}

.nr-vinyl-placeholder-606bcd78 {
    width: 140px;
    height: 140px;
    background: #1a1a1a;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.nr-vinyl-circle-606bcd78 {
    width: 100px;
    height: 100px;
    border: 3px solid #444;
    border-radius: 50%;
    position: relative;
}

.nr-vinyl-circle-606bcd78::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #666;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nr-tip-badge-606bcd78 {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #4CAF50;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

/* Tracklist — beside image */
.nr-tracklist-606bcd78 {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 13px;
    min-width: 200px;
    max-width: 340px;
    border-left: 2px solid #f0f0f0;
    padding-left: 14px;
}

.nr-track-606bcd78 {
    color: #333;
    padding: 3px 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.nr-track-num-606bcd78 {
    font-size: 12px;
    color: #999;
    min-width: 18px;
    font-weight: 600;
}

.nr-track-playable-606bcd78 {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    padding: 5px 8px;
    border-radius: 4px;
    transition: background 0.15s, color 0.15s;
}

.nr-track-playable-606bcd78:hover {
    background: #fdf6ec;
    color: #e68a00;
}

.nr-track-playable-606bcd78[data-has-audio="false"] {
    opacity: 0.5;
    cursor: default;
}

.nr-track-playable-606bcd78[data-has-audio="false"]:hover {
    background: transparent;
    color: #333;
}

.nr-track-playable-606bcd78.nr-track-active-606bcd78 {
    background: #fff5e6;
    color: #e68a00;
    font-weight: 600;
}

.nr-track-play-icon-606bcd78 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    color: #e68a00;
}

.nr-track-text-606bcd78 {
    flex: 1;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nr-play-all-606bcd78 {
    color: #e68a00;
    font-size: 12px;
    cursor: pointer;
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    font-weight: 600;
}

.nr-play-all-606bcd78:hover {
    text-decoration: underline;
}

.nr-track-count-606bcd78 {
    background: #888;
    color: #fff;
    font-size: 10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

/* Center - Info */
.nr-item-center-606bcd78 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nr-header-606bcd78 {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.nr-artist-606bcd78 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.nr-artist-606bcd78 a {
    color: #222;
    text-decoration: none;
}

.nr-artist-606bcd78 a:hover {
    color: #e68a00;
}

.nr-title-606bcd78 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 1.3;
}

.nr-title-606bcd78 a {
    color: #e68a00;
    text-decoration: none;
}

.nr-title-606bcd78 a:hover {
    text-decoration: underline;
}

/* Meta row */
.nr-meta-606bcd78 {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 13px;
    color: #555;
    flex-wrap: wrap;
    padding-top: 5px;
    border-top: 1px solid #eee;
}

.nr-excl-606bcd78 {
    font-size: 12px;
    color: #888;
    margin-right: 4px;
}

.nr-catalog-606bcd78 strong {
    font-size: 14px;
    color: #222;
}

.nr-label-606bcd78 {
    color: #555;
}

.nr-ltd-badge-606bcd78 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 2px solid #e68a00;
    border-radius: 50%;
    font-size: 9px;
    font-weight: 700;
    color: #e68a00;
    letter-spacing: 0.5px;
}

.nr-date-606bcd78 {
    color: #555;
}

/* Bottom - Description & Tags */
.nr-bottom-606bcd78 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nr-description-606bcd78 {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
    margin: 0;
    font-style: italic;
}

.nr-tags-606bcd78 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.nr-tag-606bcd78 {
    display: inline-block;
    padding: 4px 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    color: #333;
    background: #fff;
}

.nr-tag-primary-606bcd78 {
    background: #4CAF50;
    color: #fff;
    border-color: #4CAF50;
}

/* Right - Purchase */
.nr-item-right-606bcd78 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-end;
    text-align: right;
}

.nr-status-606bcd78 {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.nr-status-label-606bcd78 {
    font-size: 12px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.nr-status-preorder-606bcd78 {
    color: transparent !important;
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
    padding-left: 12px;
}

.nr-status-preorder-606bcd78::before {
    content: '';
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #999999;
    border-radius: 50%;
}

.nr-status-desc-606bcd78 {
    font-size: 12px;
    color: #666;
}

/* Purchase area */
.nr-purchase-606bcd78 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
}

.nr-qty-wrap-606bcd78 {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 6px 12px;
}

.nr-qty-label-606bcd78 {
    font-size: 12px;
    color: #888;
}

.nr-qty-input-606bcd78 {
    width: 40px;
    border: none;
    background: transparent;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    outline: none;
    -moz-appearance: textfield;
}

.nr-qty-input-606bcd78::-webkit-outer-spin-button,
.nr-qty-input-606bcd78::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.nr-price-row-606bcd78 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nr-price-606bcd78 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    background: #f0f0f0;
    padding: 6px 16px;
    border-radius: 4px;
}

.nr-add-to-cart-606bcd78 {
    width: 38px;
    height: 38px;
    background: #F5A623;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.nr-add-to-cart-606bcd78:hover {
    background: #E8951A;
}

.nr-add-to-cart-606bcd78.nr-added-606bcd78 {
    background: #4CAF50;
}

.nr-last-in-606bcd78 {
    font-size: 12px;
    color: #555;
}

.nr-last-in-606bcd78 strong {
    color: #333;
}

/* Empty state */
.nr-empty-606bcd78 {
    text-align: center;
    padding: 60px 20px;
    color: #888;
    font-size: 16px;
}

/* Responsive */
@media (max-width: 1024px) {
    .nr-item-left-606bcd78 {
        flex-direction: column;
    }

    .nr-tracklist-606bcd78 {
        border-left: none;
        padding-left: 0;
        border-top: 1px solid #f0f0f0;
        padding-top: 10px;
        min-width: unset;
        max-width: unset;
    }
}

@media (max-width: 900px) {
    .nr-item-606bcd78 {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .nr-item-left-606bcd78 {
        flex-direction: row;
    }

    .nr-tracklist-606bcd78 {
        border-left: 2px solid #f0f0f0;
        padding-left: 14px;
        border-top: none;
        padding-top: 0;
    }

    .nr-item-right-606bcd78 {
        grid-column: 1 / -1;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: left;
        flex-wrap: wrap;
    }

    .nr-image-wrap-606bcd78,
    .nr-image-606bcd78,
    .nr-vinyl-placeholder-606bcd78 {
        width: 110px;
        height: 110px;
    }
}

@media (max-width: 600px) {
    .nr-item-606bcd78 {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .nr-item-left-606bcd78 {
        flex-direction: column;
        align-items: center;
    }

    .nr-tracklist-606bcd78 {
        border-left: none;
        padding-left: 0;
        border-top: 1px solid #f0f0f0;
        padding-top: 10px;
        width: 100%;
        max-width: unset;
    }

    .nr-image-wrap-606bcd78,
    .nr-image-606bcd78,
    .nr-vinyl-placeholder-606bcd78 {
        width: 180px;
        height: 180px;
    }

    .nr-artist-606bcd78 {
        font-size: 18px;
    }

    .nr-item-right-606bcd78 {
        align-items: flex-start;
        flex-direction: column;
    }
}
