@media (min-width: 768px) {

.date-list-select {
		padding-bottom: 34px;
	}

 .pricing-list {
		font-size: 14px;
	}

.calendar-view .pricing-list__price {
		color: #203240;
	}


.date-list-select__more {
		background: #347CF2;
	    color: #fff;
	    text-decoration: none;
	    border-radius: 100px;
	    padding: 5px 15px;
	    font-size: 14px;
	    margin: 0 auto;
	    float: none;
	    display: flex;
	    width: fit-content;
		position: absolute;
	    bottom: 12px;
	    left: 0;
	    right: 0;
	}

	 .date-list-select__more:after,  .date-list-select__more:before {
		display: none;
	}


	 .calendar-view--mobile-calendar .date-list-select .badge {
		display: block;
	    background-image: none;
	    width: auto;
	    height: auto;
	    font-size: 14px;
	    color: white;
	    max-width: none;
	    max-height: none;
	    border-radius: 5px;
	    top: 6px;
	    right: 6px;
	}

	 .calendar-view--mobile-calendar span.badge.badge--square.badge--positive.badge--pound:after {
   	 	display: block;
    	content: 'Cheapest';
	}
}

@media (min-width: 768px) and (max-width: 1025px) {
	 .pricing-list__details{
		width: 100%;
	}

	 .pricing-list__price {
		width: 100%;
		float: none;
		text-align: left;
		padding-left: 8px;
	}
}


