.cre-card {
	border: 1px solid #e3e6ea;
	border-radius: 10px;
	padding: 22px 24px 16px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(16, 24, 40, 0.06);
	max-width: 520px;
	color: #33475b;
	font-size: 15px;
	line-height: 1.5;
}

.cre-card__title {
	margin: 0 0 14px;
	padding-bottom: 14px;
	border-bottom: 2px solid #1c62b9;
	font-size: 21px;
	font-weight: 700;
	color: #1f2d3d;
}

.cre-table {
	width: 100%;
	border-collapse: collapse;
}

.cre-table th,
.cre-table td {
	padding: 12px 10px;
	text-align: left;
	border: 0;
}

.cre-table th {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #7c8797;
}

.cre-rates tbody tr:nth-child(odd) {
	background: #f6f7f9;
}

.cre-num {
	text-align: right;
	font-weight: 700;
	color: #1f2d3d;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.cre-currency {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #4a6785;
}

.cre-flag {
	font-size: 18px;
	line-height: 1;
}

.cre-code {
	font-weight: 600;
}

.cre-name {
	display: block;
	font-size: 12px;
	opacity: 0.6;
}

.cre-meta {
	margin: 14px 0 4px;
	font-size: 13px;
	color: #8a94a3;
}


.cre-fields {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: flex-end;
}

.cre-field {
	display: flex;
	flex-direction: column;
	gap: 4px;
	flex: 1 1 130px;
	font-size: 13px;
}

.cre-field input,
.cre-field select {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid rgba(0, 0, 0, 0.18);
	border-radius: 8px;
	background: #fff;
	font-size: 14px;
}

.cre-swap {
	border: 1px solid rgba(0, 0, 0, 0.18);
	background: #f7f7f7;
	border-radius: 8px;
	padding: 9px 12px;
	cursor: pointer;
	font-size: 16px;
	line-height: 1;
}

.cre-btn {
	margin-top: 14px;
	padding: 10px 18px;
	border: 0;
	border-radius: 8px;
	background: #1a1a1a;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.cre-btn:disabled {
	opacity: 0.6;
	cursor: default;
}

.cre-result {
	margin-top: 14px;
	min-height: 22px;
	font-size: 17px;
	font-weight: 600;
}

.cre-result small {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	font-weight: 400;
	opacity: 0.65;
}

.cre-notice {
	padding: 10px 14px;
	border-radius: 8px;
	background: #fdecea;
	color: #8a1c14;
	font-size: 14px;
}
