body {
	overflow-x: hidden;
}

.container {
	width: calc(1200px + 16px + 16px);
	padding: 0 16px;
	max-width: 100%;
	margin: 0 auto;
}

.page-template-default .site-header > .wrap {
	width: calc(1200px + 16px + 16px);
	padding: 0 16px;
	max-width: 100%;
}

.subtitle {
	font-size: 20px;
	line-height: 32px;
	color: var(--blue-text);
	margin-bottom: 30px;
}

.btn.secondary {
	color: var(--primary-500-blue);
	background-color: white;
	border: 1px solid var(--secondary-300-blue);
	border-radius: 8px;
	transition: all 0.2s;
}

.btn.secondary:hover {
	color: var(--primary-600);
	border-color: var(--secondary-400);
}

.btn.secondary:active {
	color: var(--primary-900);
	border-color: var(--secondary-500);
}

.clear_search {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: 9px;
	transform: translateY(-50%);
	cursor: pointer;
	background-image: url(../images/close-search-updated.svg);
	display: none;
}

input:not(:placeholder-shown):focus ~ .clear_search,
.clear_search:hover {
	display: block;
}

@media (max-width: 767px) {
	:root {
		--wp-admin--admin-bar--height: 0px;
	}

	#wpadminbar {
		display: none;
	}

	.subtitle {
		font-size: 16px;
		line-height: 24px;
	}

	.pricing-section .trustpilot-widget iframe {
		height: 320px !important;
	}
}
