/* Reference .girl cards — light theme only */

.girls.panel {
	background: transparent;
	border: none;
	margin-bottom: 0;
}

.girls .panel-heading {
	background: transparent;
	border: none;
	padding: 6px 15px 0;
}

.girls .panel-heading h1 {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	color: #333;
}

.girls .panel-body {
	background: transparent;
	border: none;
	padding: 0 2%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.girl,
.girl .body,
.girl .caption,
.girl .data,
.girl .info,
.girl .l-item,
.girl .phone,
.girl .photo {
	display: flex;
}

.girl {
	width: 100%;
	flex-direction: column;
	align-content: flex-start;
	background: #f3f3f3;
	border: 1px solid #c8c8c8;
	border-radius: 4px;
	padding: 5px;
	margin-bottom: 20px;
	cursor: pointer;
	color: #333;
	box-sizing: border-box;
}

.girl .photo,
.girl .data,
.girl .info,
.girl .price {
	min-width: 0;
	max-width: 100%;
}

.girl:hover {
	border-color: #a8a8a8;
}

.girl a,
.girl a:focus,
.girl a:hover {
	color: inherit;
	text-decoration: none;
}

.girl svg,
.girl .iu-card-icon {
	height: 1.25rem;
	width: 1.25rem;
	flex-shrink: 0;
}

.girl img {
	display: block;
	width: 100%;
	border: 1px solid #b4b4b4;
	object-fit: cover;
}

.girl li {
	white-space: nowrap;
}

.girl .name {
	font-size: 1.2rem;
	padding: 3px 0;
	position: relative;
	width: 100%;
	text-align: center;
}

.girl .photo {
	flex-direction: column;
	background: #fff;
	border: 1px solid #b4b4b4;
	margin-bottom: 5px;
	padding: 5px 5px 0;
	position: relative;
	user-select: none;
	box-sizing: border-box;
}

.girl .photo > a {
	display: block;
}

.girl .caption div {
	align-items: center;
	padding: 4px;
	font-size: .8125rem;
	gap: 4px;
}

.girl .caption div:nth-child(3) {
	margin-left: auto;
}

.girl .data {
	flex-wrap: wrap;
	margin-bottom: 7px;
	box-sizing: border-box;
}

.girl .info {
	flex-direction: column;
	min-width: 0;
	box-sizing: border-box;
}

.girl .info div:first-of-type {
	margin-top: 3px;
}

.girl .data svg {
	margin-right: 4px;
}

.girl .body,
.girl .price {
	margin: 0;
	padding: 0;
	list-style: none;
}

.girl .body {
	align-content: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}

.girl .area,
.girl .body li,
.girl .text,
.girl .time {
	border: 1px solid #b4b4b4;
	border-radius: 4px;
	padding: 1px;
}

.girl .body li {
	background: #fff;
	display: block;
	margin-bottom: 3px;
	width: 49%;
	box-sizing: border-box;
}

.girl .price {
	margin-left: 1%;
	min-width: 0;
	box-sizing: border-box;
}

.girl .l-item {
	justify-content: space-between;
	border: 1px solid #b4b4b4;
	border-radius: 4px;
	padding: 3px 5px;
	margin-bottom: 2px;
	background: #fff;
	box-sizing: border-box;
}

.girl .area,
.girl .time {
	align-items: center;
	justify-content: center;
	background: #fff;
	margin-top: 4px;
	white-space: nowrap;
	width: 100%;
	box-sizing: border-box;
}

.girl .text {
	background: #e4f7fd;
	font-size: .95rem;
	line-height: 1.2;
	word-break: break-word;
	margin: 0 5px 7px;
	padding: 3px;
	box-sizing: border-box;
}

.girl .phone {
	margin-bottom: 5px;
	width: 100%;
	box-sizing: border-box;
}

.girl .phone > a.number,
.girl .phone > .number {
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #b4b4b4;
	border-radius: 4px;
	display: flex;
	flex: 1 1 auto;
	font-size: 1.25rem;
	padding: 8px 4px;
	white-space: pre-wrap;
	gap: 4px;
	box-sizing: border-box;
}

.girl .phone .today_work {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	line-height: 1.2;
	white-space: nowrap;
	background: #ffdada;
	border: 1px solid #b4b4b4;
	border-radius: 4px;
	padding: 4px;
	margin-top: 4px;
	font-size: .8125rem;
	font-weight: 600;
	color: #ff1578;
	box-sizing: border-box;
}

.girl .phone .today_work svg {
	flex-shrink: 0;
}

.girl > .phone.visible-flex-xs {
	flex-direction: row;
	align-items: stretch;
}

.girl .phone .call {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 4px;
	background: #ffdada;
	border: 1px solid #b4b4b4;
	border-radius: 4px;
	flex: 1 1 auto;
	box-sizing: border-box;
}

.girl .phone .call_text {
	align-items: center;
	display: flex;
	justify-content: center;
	gap: 4px;
	line-height: 1;
	font-size: .9375rem;
	font-weight: 600;
}

.girl .phone .call_text svg {
	height: 1rem;
	width: 1rem;
}

.girl .phone .call_time {
	font-size: .8rem;
	color: #666;
	margin-top: 2px;
	line-height: 1.2;
	text-align: center;
}

.girl .phone .like {
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #b4b4b4;
	border-radius: 4px;
	margin-left: 1.5%;
	max-width: 18.5%;
	flex: 0 0 18.5%;
	min-height: 44px;
	padding: 0;
	cursor: pointer;
	color: #999;
	box-sizing: border-box;
}

.girl .phone .like svg {
	height: 1.5rem;
	width: 1.5rem;
}

.girl .phone .like.is-active {
	color: #ff1578;
}

.girl .iu-girl__placeholder {
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 220px;
	color: #666;
	background: #fff;
	border: 1px solid #b4b4b4;
}

@media (max-width: 479px) {
	.girl {
		padding: 0;
		background: #f9f9f9;
		border-color: #bfbfbf;
	}

	.girl .name {
		background: linear-gradient(180deg, #fffbfb 0, #ffecef);
		border-bottom: 1px solid #ffcad2;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		margin-bottom: 5px;
		padding: 7px 0;
	}

	.girl .photo,
	.girl .data,
	.girl .text,
	.girl > .phone {
		margin: 0 5px 5px;
	}

	.girl > .phone {
		width: auto;
	}

	.girl .body li:nth-child(-n+2) {
		margin-bottom: 4px;
	}
}

@media (min-width: 320px) and (max-width: 359px) {
	.girl .l-item {
		padding: 3px 2px;
	}

	.girl img {
		min-height: 300px;
	}
}

@media (min-width: 360px) and (max-width: 767px) {
	.girl img {
		min-height: 350px;
	}
}

@media (max-width: 767px) {
	.girl .info {
		width: 60%;
	}

	.girl .price {
		width: 39%;
		margin-left: 0;
	}

	.girl > .phone.visible-flex-xs {
		padding: 0 5px 5px;
	}
}

@media (min-width: 768px) {
	.girl {
		align-content: flex-start;
		align-items: flex-start;
		flex-direction: row;
		flex-wrap: wrap;
		background-color: #f3f3f3;
		background-image: repeating-linear-gradient(
			45deg,
			rgba(0, 0, 0, 0.02) 0,
			rgba(0, 0, 0, 0.02) 2px,
			transparent 2px,
			transparent 4px
		);
	}

	.girl .photo {
		flex: 0 0 50%;
	}

	.girl .data {
		flex: 0 0 49%;
		flex-direction: column;
		flex-wrap: nowrap;
		margin: 0 0 5px 1%;
	}

	.girl .phone {
		flex-direction: column;
	}

	.girl .phone > a.number,
	.girl .phone > .number {
		border-radius: 4px;
		font-size: 1rem;
		padding: 1px 4px;
		white-space: nowrap;
	}

	.girl .phone .today_work {
		background: #ffe5e5;
		margin-top: 5px;
	}

	.girl .price {
		margin-left: 0;
		margin-top: 5px;
		width: 100%;
	}

	.girl .body li:nth-child(odd) {
		width: 55%;
	}

	.girl .body li:nth-child(even) {
		margin-left: 2%;
		width: 43%;
	}

	.girl .area,
	.girl .time {
		margin-top: 5px;
		white-space: normal;
	}

	.girl .caption svg,
	.girl .data svg {
		height: 1.1rem;
		width: 1.1rem;
	}

	.girl img {
		height: 250px;
		min-height: 250px;
		max-height: 250px;
	}

	.girl .text {
		width: 100%;
		margin: 0 5px 7px;
	}

	.girl .body li,
	.girl .area,
	.girl .time,
	.girl .l-item {
		font-size: .8125rem;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.girl {
		width: 49.5%;
		margin-bottom: 10px;
	}
}

@media (min-width: 992px) and (max-width: 1399px) {
	.girls .panel-body {
		justify-content: flex-start;
	}

	.girl {
		width: 49%;
	}

	.girl:nth-child(2n) {
		margin-left: 2%;
	}
}

@media (min-width: 992px) and (max-width: 1050px) {
	.girl .caption div {
		padding: 3px;
	}
}

@media (min-width: 1400px) {
	.girls .panel-body {
		justify-content: flex-start;
	}

	.girl {
		width: 32.5%;
	}

	.girl:nth-child(3n),
	.girl:nth-child(3n-1) {
		margin-left: 1.25%;
	}
}

@media (min-width: 1400px) and (max-width: 1509px) {
	.girl .caption div {
		padding: 3px;
	}
}
