/*-------------------------------------------------------*/
/* Tours
/*-------------------------------------------------------*/
.tour__entry { box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1); border-radius: 5px; overflow: hidden; }

.tour__img-holder { border-radius: 0; }

.tour__body { padding: 32px; }

.tour__title { font-size: 1.5rem; }

.tour__categories { font-size: 0.875rem; }

.tour__category { display: inline-block; color: #666666; margin-right: 4px; }

.tour__category::after { content: ", "; display: inline-block; }

.tour__category:last-child::after { display: none; }

.tour__footer { display: flex; justify-content: space-between; margin-top: 24px; }

.tour__price { font-weight: 700; color: #0C0C0C; }

.tour__rating { display: flex; align-items: center; }

.tour__rating-star { margin-top: -3px; width: 15px; height: 15px; margin-right: 5px; fill: #0074e0; }

.tour__rating-text { font-weight: 700; color: #0C0C0C; }
