.sb-4cae3541-wrapper {
	width: 100%;
}

.sb-4cae3541-form {
	display: flex;
	align-items: stretch;
	height: 50px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 6px;
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.sb-4cae3541-form:focus-within {
	border-color: #4a6cf7;
	box-shadow: 0 0 0 2px rgba(74, 108, 247, 0.15);
}

.sb-4cae3541-input {
	flex: 1;
	border: none;
	outline: none;
	padding: 0 16px;
	font-size: 15px;
	color: #333333;
	background-color: transparent;
	min-width: 0;
}

.sb-4cae3541-input::placeholder {
	color: #999999;
}

.sb-4cae3541-input::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.sb-4cae3541-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 50px;
	min-width: 50px;
	border: none;
	outline: none;
	cursor: pointer;
	background-color: #4a6cf7;
	transition: background-color 0.2s ease;
}

.sb-4cae3541-button:hover {
	background-color: #3a5ce5;
}

.sb-4cae3541-button-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 18px;
	line-height: 1;
}

.sb-4cae3541-button-icon svg {
	width: 18px;
	height: 18px;
	fill: #ffffff;
}

.sb-4cae3541-button-text {
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
}
