/* Lasting Blueprint site-level CSS for the current Hello Elementor child theme. */

html,
body {
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	max-width: 100%;
	overflow-x: clip;
}

/* Existing privacy/UX choice retained from the prior child-theme CSS. */
.grecaptcha-badge {
	visibility: hidden;
}

/* WPForms */

/* LBP portfolio watch refinement: preserve the existing LBP Core widget. */
body.single-portfolio .lbp-watch-main {
	max-width: 1280px !important;
	padding-inline: 32px;
}

body.single-portfolio .lbp-watch-description {
	max-width: 780px;
	text-align: left;
}

body.single-portfolio .lbp-watch-cta {
	padding-block: 36px;
}

body.single-portfolio .lbp-watch-cta-inner {
	max-width: 1280px;
	padding-inline: 32px;
}

body.single-portfolio .lbp-watch-cta-title {
	color: #000000;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
}

body.single-portfolio .lbp-watch-cta-text {
	font-size: 16px;
	line-height: 1.65;
}

body.single-portfolio .lbp-watch-cta-button {
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 18px !important;
	padding: 14px 22px;
}

@media (max-width: 1024px) {
	body.single-portfolio .lbp-watch-main,
	body.single-portfolio .lbp-watch-cta-inner {
		padding-inline: 24px;
	}
}

@media (max-width: 767px) {
	body.single-portfolio .lbp-watch-main,
	body.single-portfolio .lbp-watch-cta-inner {
		padding-inline: 18px;
	}
}

.wpforms-field-description,
.wpforms-description {
	color: #000000 !important;
}

.wpforms-field.phone-short input {
	max-width: 320px;
}

/* Shared Elementor venue cards */
.lbp-venue-card {
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lbp-venue-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
}

.lbp-venue-badge .elementor-heading-title {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #015C9D;
	color: #ffffff !important;
}

.lbp-venue-link p {
	margin: 0 !important;
}

.lbp-venue-link a {
	color: #015C9D !important;
	text-decoration: none !important;
}

.lbp-venue-link a:hover,
.lbp-venue-link a:focus {
	color: #2B8FCD !important;
	text-decoration: underline !important;
}

/* LBP portfolio index refinement: preserve the existing LBP Core grid. */
body.page-id-4087162 .elementor-element-72e85be > .e-con-inner {
	width: 100% !important;
	max-width: 1280px !important;
	box-sizing: border-box;
	padding-inline: 32px !important;
}

body.page-id-4087162 .lbp-portfolio-card-title {
	min-height: 47px !important;
	font-size: 18px;
	font-weight: 500 !important;
	line-height: 1.3 !important;
	text-align: center;
}

body.page-id-4087162 .lbp-portfolio-card-meta {
	margin-top: 5px;
	font-size: 14px;
	text-align: center;
}

body.page-id-4087162 .lbp-portfolio-thumb-image {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center center;
}

body.page-id-4087162 .lbp-portfolio-duration {
	right: 8px;
	bottom: 8px;
}

body.page-id-4087162 .elementor-element-dbbb506 {
	padding: 36px 32px !important;
}

body.page-id-4087162 .elementor-element-5e54685 {
	gap: 14px !important;
	padding: 0 !important;
}

@media (max-width: 1024px) {
	body.page-id-4087162 .elementor-element-72e85be > .e-con-inner {
		padding-inline: 24px !important;
	}
}

@media (max-width: 767px) {
	body.page-id-4087162 .elementor-element-72e85be > .e-con-inner {
		padding-inline: 18px !important;
	}

	body.page-id-4087162 .elementor-element-dbbb506 {
		padding: 36px 18px !important;
	}
}
