/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

a.tenancy-card {
	/* height: 500px; */
	display: block;
	width: 372px;
	border: 1px solid rgba(44, 58, 96, 0.2);
	border-radius: 24px;
    overflow: hidden;
	font-size: 16px;
	color: #999999 !important;
}

.tenancy-card .gallery {
	background-color: #fff;
	border-radius: 24px;
	overflow: hidden;
	position: relative;
}
.tenancy-card .gallery .no-images {
	display: flex;
    flex-direction: column;
    height: 100%;
	position: relative;
	border: 1px solid var(--jorato-main-color)33;
    border-radius: 24px;
	justify-content: center;
    align-items: center;
}
.tenancy-card .gallery .property-name {
	z-index: 10;
    background: var(--jorato-main-color);
    border-radius: 32px;
    color: #fff;
    padding: 0px 30px;
    white-space: nowrap;
    position: absolute;
    bottom: 12px;
    left: 8px;
    text-align: center;
    height: 40px;
	line-height: 40px;
    font-size: 14px;
}
.tenancy-card .content {
	padding: 28px 18px 0px 18px;
}
.tenancy-card .content .available-from span {
	color: #333333;
}
.tenancy-card .content .title {
	font-size: 24px;
	font-weight: 700;
	height: 72px;
	color: var(--jorato-main-color);
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tenancy-card .content .address {
	display: flex;
    gap: 10px;
    height: 40px;
    line-height: 40px;
	margin-top: 15px;
    margin-bottom: 15px;
}
.tenancy-card .content .address span {
	padding-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 56px;
}
.tenancy-card .content .address img {
	width: 18px;
}
.tenancy-card .top-setion {
	margin-bottom: 15px;
}
.tenancy-card .bottom-section {
	display: flex;
    flex-direction: row;
	justify-content: space-around;
	border-top: 1px solid rgba(44, 58, 96, 0.2);
	padding: 15px 0px 15px 0px;
}
.tenancy-card .bottom-section img {
	width: 36px;
    height: 36px;
	margin-bottom: 8px;
}
.tenancy-card .bottom-section .item {
	display: flex;
    flex-direction: column;
	align-items: center;
	text-align: center;
}
.tenancy-card .pagination-slide {
	z-index: 100;
}