.wa-product-card-footer {
    min-height: 64px;
    height: fit-content;
}

.wdpp-wrapper {
    width: 100%;
    text-align: center;
    visibility: hidden;
    font-weight: 700;
}

.wdpp-wrapper ins  {
    text-decoration: none;
}

.wdpp-wrapper .woocommerce-price-suffix {
    font-size: 100%;
    white-space: nowrap;
}

.wdpp-wrapper[data-wdpp-display-mode="excl"] {
    color: var(--primary);
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
    line-height: 1;
}

.wdpp-wrapper[data-wdpp-display-mode="excl"] > .amount {
    font-size: var(--text-l);
}

.wdpp-wrapper[data-wdpp-display-mode="excl"] del {
    color: #969696;
    font-size: 0.9em;
    font-weight: 400;
    white-space: nowrap;
}

.wdpp-wrapper[data-wdpp-display-mode="excl"] ins {
    font-size: var(--text-l);
    white-space: nowrap;
    line-height: 0.8;
}


.wdpp-wrapper[data-wdpp-display-mode="incl"] {
    font-weight: 400;
    color: var(--shade-medium);
    font-size: var(--text-s);
}