@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Montserrat:wght@500&display=swap');

.cf-field-wrapper {
	margin-bottom: 1.5em;
	font-family: 'Inter', 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	color: #272b36;
}

.cf-field-wrapper .elementor-field-label,
.cf-field-wrapper label {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #272b36;
	margin-bottom: 0.35rem;
	display: inline-block;
}

.cf-row {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	background-color: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	width: 100%;
}

.cf-currency,
.cf-amount {
	width: 100%;
	padding: 0.65rem 0.85rem;
	border: 1px solid #33333363;
	border-radius: 3px;
	background-color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	font-family: 'Montserrat', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cf-currency:focus,
.cf-amount:focus {
	outline: none;
	border-color: #161838;
}

.cf-amount::placeholder {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: rgb(39, 43, 54);
	opacity: 1;
}

.cf-select {
	flex: 0 0 90px;
	min-width: 0;
}

.cf-input {
	flex: 1;
	min-width: 0;
}

.cf-field-wrapper .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

@media (max-width: 600px) {
	.cf-row {
		flex-direction: row;
		align-items: stretch;
	}

	.cf-select {
		flex: 0 0 90px;
		width: 100%;
	}
}
