/**
 * Gaya cadangan header harga.
 *
 * Hanya dimuat bila Nellava Discount Manager tidak aktif — kalau NDM ada, gaya
 * miliknya (ndm-header.css) yang dipakai supaya tampilan tidak berubah.
 * Nama kelas sengaja sama agar CSS kustom Elementor tetap mengenai elemennya.
 */

.nmp-price-header {
    width: 100%;
    padding: 14px 16px;
    box-sizing: border-box;
}

.nmp-price-header .ndm-live-price-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: center;
}

.nmp-price-header .ndm-metal-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 10px 22px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
}

.nmp-price-header .ndm-metal-top-row,
.nmp-price-header .ndm-metal-discount-row {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.nmp-price-header .ndm-metal-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .85;
}

.nmp-price-header .ndm-metal-price {
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
}

.nmp-price-header .ndm-discount-label {
    font-size: 12px;
    font-weight: 700;
}

.nmp-price-header .ndm-metal-discount-price {
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
}

.nmp-price-header .nmp-header-updated {
    margin-top: 8px;
    text-align: center;
    font-size: 13px;
    opacity: .75;
}

@media (max-width: 600px) {

    .nmp-price-header .ndm-metal-item {
        width: 100%;
        padding: 10px 16px;
    }

    .nmp-price-header .ndm-metal-price {
        font-size: 16px;
    }
}
