.pc-a9723cab-wrapper {
    max-width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
    font-family: inherit;
}

.pc-a9723cab-title {
    margin: 0;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 700;
    background-color: #f5f5f5;
    border-bottom: 2px solid #e0e0e0;
}

.pc-a9723cab-title-link {
    color: #333333;
    text-decoration: none;
    display: block;
    transition: opacity 0.2s ease;
}

.pc-a9723cab-title-link:hover {
    opacity: 0.8;
}

.pc-a9723cab-list {
    display: flex;
    flex-direction: column;
}

.pc-a9723cab-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-bottom: 1px solid #eeeeee;
    transition: background-color 0.2s ease;
}

.pc-a9723cab-item:last-child {
    border-bottom: none;
}

.pc-a9723cab-item:hover {
    background-color: #fafafa;
}

.pc-a9723cab-rank {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #999999;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    flex-shrink: 0;
}

.pc-a9723cab-rank-1 {
    background-color: #ff6600;
    min-width: 34px;
    height: 34px;
    font-size: 15px;
}

.pc-a9723cab-image {
    flex-shrink: 0;
}

.pc-a9723cab-image img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

.pc-a9723cab-info {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.pc-a9723cab-name {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pc-a9723cab-name a {
    color: #333333;
    text-decoration: none;
}

.pc-a9723cab-name a:hover {
    text-decoration: underline;
}

.pc-a9723cab-artist {
    font-size: 11px;
    color: #666666;
    margin-top: 2px;
    text-transform: uppercase;
}

.pc-a9723cab-meta {
    font-size: 11px;
    color: #888888;
    margin-top: 2px;
}

.pc-a9723cab-price {
    font-size: 14px;
    font-weight: 700;
    color: #ff6600;
    white-space: nowrap;
    flex-shrink: 0;
}

.pc-a9723cab-cart-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background-color: #ff6600;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    flex-shrink: 0;
    transition: background-color 0.2s ease;
    border: none;
    cursor: pointer;
}

.pc-a9723cab-cart-btn:hover {
    background-color: #e55a00;
}

.pc-a9723cab-empty {
    padding: 20px;
    text-align: center;
    color: #999999;
    font-size: 14px;
}
