/* Hide prices and filter buttons */
.tour-price {
    display: none !important;
}

.tour-categories-filter {
    display: none !important;
}

/* Adjust tour card layout without price */
.tour-card .tour-content {
    padding-bottom: 20px;
}

.tour-card .btn-outline {
    margin-top: auto;
}
