/**
Style custom
**/

.tourmaster-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px; /* opcional */
}

.price-left {
    display: flex;
    gap: 5px;
    align-items: center;
}