
.rwspc-price-layout {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 0.5rem;
}

.rwspc-left {
    display: flex;
    flex-direction: column;
}

.rwspc-price-current {
    font-size: 2.5rem;
    font-weight: bold;
    color: #ff3b3b;
    line-height: 1;
}

.rwspc-iva-label {
    margin-top: 0.3rem;
    font-size: 0.9rem;
    color: #333;
}

.rwspc-right {
    text-align: right;
}

.rwspc-price-label {
    font-size: 0.9rem;
    color: #999;
}

.rwspc-price-old {
    font-size: 1.2rem;
    color: #999;
    text-decoration: line-through;
}

.rwspc-stock-warning {
    font-size: 1rem;
    color: #d10000;
    font-weight: bold;
    margin-top: 0.5rem;
}
