.wpi-caja-precios {
    background: #f9f9f9;
    border: 1px solid #e1e1e1;
    padding: 15px;
    margin: 20px 0;
    border-radius: 5px;
}

.wpi-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

.wpi-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.wpi-efectivo .wpi-precio {
    color: #27ae60; /* Verde para efectivo */
    font-weight: bold;
    font-size: 1.2em;
}

.wpi-label {
    font-weight: 600;
    color: #333;
}