/* Metal Badges - Product Page */
.pm-metal-badge-simple {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 15px 0;
}

.pm-metal-badge-simple.gold {
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    color: #333;
}

.pm-metal-badge-simple.silver {
    background: linear-gradient(45deg, #c0c0c0, #e5e5e5);
    color: #333;
}

.pm-metal-badge-simple.platinum {
    background: linear-gradient(45deg, #e5e4e2, #f5f5f5);
    color: #333;
}

.pm-metal-badge-simple.palladium {
    background: linear-gradient(45deg, #4a4a4a, #2c2c2c);
    color: #fff;
}

/* Metal Badges - Shop Page */
.pm-shop-metal-simple {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin: 8px 0;
}

.pm-shop-badge {
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
}

.pm-shop-badge.gold {
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    color: #333;
}

.pm-shop-badge.silver {
    background: linear-gradient(45deg, #c0c0c0, #e5e5e5);
    color: #333;
}

.pm-shop-badge.platinum {
    background: linear-gradient(45deg, #e5e4e2, #f5f5f5);
    color: #333;
}

.pm-shop-badge.palladium {
    background: linear-gradient(45deg, #4a4a4a, #2c2c2c);
    color: #fff;
}

.pm-shop-weight {
    font-size: 0.8rem;
    color: #666;
    background: #f8f9fa;
    padding: 2px 8px;
    border-radius: 8px;
}

.pm-shop-live-simple {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 0.7rem;
    color: #28a745;
    font-weight: 600;
}

.pm-metal-badge-shop {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 8px;
}