.site-header .wp-block-search .wp-block-search__input {
	border: 2px solid #fff;
}

.wp-block-search .wp-block-search__button {
	border: 2px solid #fff;
	border-radius: 4px;
}

input[type=search],
.wp-block-search .wp-block-search__input,
select {
	border-radius: 4px;
}

input,
select {
	font-size: var(--wp--preset--font-size--small);
	padding: 0.25em;
}

@media ( min-width: 600px ) {
	.is-style-armando-media-overlap {
		width: 150%;
	}
}

.is-style-armando-box-shadow {
	box-shadow: var(--wp--custom--box-shadow);
}

.is-style-armando-top-bottom-border {
	border-top: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
}

.is-style-armando-vertical-text {
	writing-mode: vertical-lr;
}

.is-style-armando-column-border {
	border: 1px solid currentColor;
	padding: 1.25em 2.375em;
}

.is-style-armando-column-r-l-borders {
	border-left: 1px solid currentColor;
	border-right: 1px solid currentColor;
	padding: 1.25em 2.375em;
}

.is-style-armando-skewed {
	transform: rotate(-0.8deg);
}

.is-style-armando-border {
	border: 2px solid currentColor;
	padding: 0.5rem;
}
