/*
 * Rendered after the dropdown table but outside WooCommerce's dynamic
 * selected-variation container, so it stays visible before selection.
 */
.dk-vpl {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100%;
    margin: 10px 0 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.dk-vpl__row {
    display: flex !important;
    visibility: visible !important;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    line-height: 1.35;
}

.dk-vpl__name {
    min-width: 0;
    color: inherit;
    font-weight: 500;
}

.dk-vpl__price,
.dk-vpl__price .price,
.dk-vpl__price .amount,
.dk-vpl__price ins {
    display: inline !important;
    visibility: visible !important;
    opacity: 1 !important;
    flex: 0 0 auto;
    color: #39ff14;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.dk-vpl__price del,
.dk-vpl__price del .amount {
    color: inherit;
    opacity: 0.58 !important;
    font-weight: 400;
}

@media (max-width: 480px) {
    .dk-vpl__row {
        gap: 12px;
        padding: 8px 0;
    }
}
