.lrg-beds24-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.lrg-beds24-iframe {
	display: block;
	width: 100%;
	min-height: 700px;
	border: none;
	transition: height 0.3s ease;
}

/* Admin-only notice when property ID not set */
.lrg-beds24-notice {
	padding: 12px 16px;
	background: #fff8e1;
	border-left: 4px solid #f0b429;
	font-size: 14px;
}

@media ( max-width: 768px ) {
	.lrg-beds24-iframe {
		min-height: 500px;
	}
}
