/* Calculator conversion paths: technical answer first, then a clear contractor or buyer next step. */
.svseo-tool__actions {
	display: flex !important;
	flex: 1 1 520px !important;
	flex-flow: row wrap !important;
	gap: 9px !important;
	justify-content: flex-end;
}

.svseo-tool__button {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border: 1px solid #087f98;
	border-radius: 10px;
	background: #073344;
	color: #fff !important;
	font-size: .82rem;
	font-weight: 850;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	white-space: nowrap;
}

.svseo-tool__button--contractor {
	border-color: var(--svseo-yellow);
	background: var(--svseo-yellow);
	color: #071018 !important;
}

.svseo-tool__button:hover {
	transform: translateY(-1px);
	filter: brightness(1.08);
}

.svseo-tool__button:focus-visible,
.svseo-tool__form button:focus-visible,
.svseo-tool__result > a:focus-visible {
	outline: 3px solid #0ed9f2 !important;
	outline-offset: 3px;
}

.svseo-angle-tool .svseo-tool__result > strong {
	font-size: clamp(1.85rem, 4vw, 3.45rem);
}

.svseo-angle-tool .svseo-tool__result > p[data-svseo-angle-target] {
	padding-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, .18);
}

.svseo-angle-tool .svseo-tool__form input[type="number"] {
	padding-right: 68px !important;
}

@media (max-width: 780px) {
	.svseo-tool__actions {
		width: 100%;
		flex: 0 0 auto !important;
		flex-direction: column !important;
	}

	.svseo-tool__button {
		width: 100%;
		white-space: normal;
	}
}
