.angie-ringtone-table-wrapper {
    background: linear-gradient(135deg, #1a0533, #0d1b4b);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(168, 85, 247, 0.2);
    border: 1px solid rgba(168, 85, 247, 0.3);
    overflow-x: auto;
}

.angie-ringtone-table {
    width: 100%;
    border-collapse: collapse;
    color: #fff;
    text-align: left;
    margin: 0;
}

.angie-ringtone-table th {
    color: #a855f7;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 15px;
    border-bottom: 2px solid rgba(168, 85, 247, 0.4);
}

.angie-ringtone-table td {
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    vertical-align: middle;
}

.angie-ringtone-table tr:hover td {
    background: rgba(168, 85, 247, 0.1);
}

.rt-image {
    width: 80px;
}

.rt-image img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
    border: 2px solid #a855f7;
    box-shadow: 0 0 10px rgba(168, 85, 247, 0.5);
    display: block;
}

.rt-title strong {
    font-size: 16px;
    color: #e2e8f0;
}

.rt-audio {
    min-width: 250px;
}

.rt-audio-player {
    height: 40px;
    width: 100%;
    outline: none;
    border-radius: 20px;
    box-shadow: 0 0 8px rgba(59, 130, 246, 0.5);
}

/* Add custom neon tint to webkit default players */
.rt-audio-player::-webkit-media-controls-panel {
    background: rgba(255, 255, 255, 0.9);
}

.rt-buy-btn {
    display: inline-block;
    background: linear-gradient(90deg, #a855f7, #3b82f6);
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(168, 85, 247, 0.4);
    text-transform: uppercase;
    font-size: 14px;
    white-space: nowrap;
    border: none;
}

.rt-buy-btn:hover {
    background: linear-gradient(90deg, #3b82f6, #a855f7);
    box-shadow: 0 0 25px rgba(168, 85, 247, 0.8);
    transform: translateY(-2px);
}

.rt-no-audio {
    color: #cbd5e1;
    font-size: 14px;
    font-style: italic;
    opacity: 0.6;
}

.rt-no-products {
    color: #a855f7;
    text-align: center;
    padding: 30px !important;
}

@media (max-width: 768px) {
    .angie-ringtone-table thead {
        display: none;
    }
    .angie-ringtone-table tr {
        display: block;
        margin-bottom: 20px;
        border: 1px solid rgba(168, 85, 247, 0.3);
        border-radius: 8px;
        background: rgba(0,0,0,0.2);
    }
    .angie-ringtone-table td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        padding: 10px 15px;
    }
    .angie-ringtone-table td:last-child {
        border-bottom: none;
    }
    .angie-ringtone-table td::before {
        content: attr(data-label);
        font-weight: bold;
        color: #a855f7;
        margin-right: 10px;
    }
    .rt-image {
        justify-content: center !important;
        width: 100%;
    }
    .rt-action {
        justify-content: center !important;
    }
}
