
/* Homepage trust / logo ribbon */
.trust-signal-container {
	text-align: center;
	padding: 20px 0;
	background-color: #f2f2f3;
	margin: 20px 0;
}
.trust-signal-container .trust-title,
.trust-signal-container h3 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
}
.logo-strip {
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
}
.logo-strip-break {
	flex-basis: 100%;
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 0;
}
.logo-strip p {
	display: contents;
	margin: 0;
}
.logo-strip br {
	display: none;
}
.logo-strip img {
	max-height: 40px !important;
	width: auto !important;
	height: auto !important;
	filter: grayscale(100%);
	opacity: 0.7;
	transition: opacity 0.3s, filter 0.3s;
}
.logo-strip img:hover {
	opacity: 1;
	filter: none;
}

/* Homepage hire CTA: tight gap under submit button */
.home-hire-cta {
	text-align: center;
	margin: 36px 0 8px;
}
.home-hire-cta h2 {
	margin: 0 0 24px;
	font-size: 1.5em;
	text-align: center;
}
.home-hire-actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}
.home-hire-actions br {
	display: none !important;
}
.home-hire-cta .button,
.home-hire-cta .btn-alt {
	display: inline-block;
	margin: 0 !important;
	padding: 15px 10px;
	width: 350px;
}
.home-hire-testimonials {
	font-size: 13px !important;
	line-height: 1.2 !important;
	margin: 0 !important;
}