.tour-box_price {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tour-box_price .price-item {
    background: #f8f9fa;
    padding: 5px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.tour-box_price .price-item .currency {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
}

.tour-box_price .price-item .type {
    font-size: 1rem;
    font-style: bold;
    color: #333;
}

.tour-box_price .separator {
    margin: 0 5px;
    color: #f8f8f8;
}
