/*
Theme Name: EastWest - Luxury - The Lion Child Theme
Theme URI: https://eastwest.com
Description: The child theme for The Lion
Author: Cornel Raiu
Author URI: https://www.cornelraiu.com
Template: eastwest-lux
Version: 1.0.2
*/

/* Long stay cards */

.pp-stay-post .price-ribbon {
    background-color: #3f4d55;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 2px 10px;
    position: absolute;
    right: 10px;
    top: 18px;
}

.pp-stay-post .card-link {
    color: #3f4d55;
    border: #3f4d55 solid 1px;
    padding: 12px 6px;
	align-items: center;
    color: var(--global-color-9);
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 15px;
}

.pp-stay-long-term-post .pp-post-title {
	text-align:center;
}

#results-wrapper {
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1440px) {
	#loading-results {
    	grid-template-columns: repeat(3, 1fr);
	}
    #results-wrapper {
		grid-template-columns: repeat(3, 1fr);
	}
}
	
@media (max-width: 1140px) {
	#loading-results {
    	grid-template-columns: repeat(2, 1fr);
	}
    #results-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	#loading-results {
    	grid-template-columns: 1fr;
	}
    #results-wrapper {
		grid-template-columns: 1fr;
	}
}
