.press-search {
	display: flex;
}

#presssearchform {
	position: relative;
	width: 100%;
}

#presssearchsubmit {
	background: var(--c-medium-blue-1);
	border-radius: 0 4px 4px 0;
	padding: 15px;
	border: none;
}

#presssearchsubmit:hover {
	background: var(--c-medium-blue-2);	
}

.press-search {
	width: 440px;
	max-width: 100%;
}

#presssearchform #s {
    padding: 12px 44px 12px 12px;
}

.search-submit-wrapper svg {
	position: absolute;
	width: 18px;
	height: 18px;
}

.search-submit-wrapper, #presssearchsubmit {
	height: 48px;
	width: 48px;	
}

.search-submit-wrapper {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.search-submit-wrapper input {
	height: 100%;
}

.search-submit-wrapper svg {
	pointer-events: none;
	left: calc(50% - 9px);
	top: calc(50% - 9px)
}

#presssearchform #s {
    padding: 14px 68px 14px 20px;
    background: #F1F1F1;
    border: none;
    border-radius: 4px;
    font-weight: 420;
    font-size: var(--step--2);
}

.search-submit-wrapper svg g {
	stroke: var(--c-bright-green-1);
}

#presssearchform ::placeholder {
	color: #888;
}