.osp-binance-manual-box {
	box-sizing: border-box;
	margin: 12px 0 18px;
	padding: 20px;
	border: 1px solid #ead27a;
	border-radius: 12px;
	background: #fffdf5;
	box-shadow: 0 5px 18px rgba( 24, 26, 32, .06 );
	color: #181a20;
}

.osp-binance-logo-wrap {
	margin: 0 0 18px;
	text-align: center;
}

.osp-binance-logo {
	display: inline-block;
	width: min( 210px, 82% );
	height: auto;
	vertical-align: middle;
}

.osp-binance-uid-label {
	margin-bottom: 7px;
	color: #5e626c;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.osp-binance-uid-row {
	display: flex;
	align-items: stretch;
	gap: 8px;
}

.osp-binance-uid-value {
	display: flex;
	min-width: 0;
	flex: 1 1 auto;
	align-items: center;
	box-sizing: border-box;
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid #d8dbe2;
	border-radius: 8px;
	background: #fff;
	color: #181a20;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 15px;
	font-weight: 700;
	word-break: break-all;
}

.osp-binance-copy.button {
	display: inline-flex;
	min-width: 82px;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	margin: 0;
	padding: 9px 16px;
	border: 1px solid #f0b90b;
	border-radius: 8px;
	background: #f0b90b;
	box-shadow: none;
	color: #181a20;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
}

.osp-binance-copy.button:hover,
.osp-binance-copy.button:focus {
	border-color: #dca900;
	background: #dca900;
	color: #181a20;
}

.osp-binance-pay-note {
	margin: 8px 0 0;
	color: #7a6100;
	font-size: 12px;
}

.osp-binance-converter {
	box-sizing: border-box;
	margin: 16px 0 18px;
	padding: 16px;
	border: 1px solid #dfe2e8;
	border-radius: 10px;
	background: #fff;
	color: #181a20;
}

.osp-binance-converter-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 13px;
}

.osp-binance-converter-heading strong {
	font-size: 14px;
}

.osp-binance-converter-heading > span {
	padding: 3px 7px;
	border-radius: 999px;
	background: #fff4cc;
	color: #795d00;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.osp-binance-converter-grid {
	display: grid;
	grid-template-columns: minmax( 0, 1fr ) auto minmax( 0, 1fr );
	gap: 10px;
	align-items: end;
}

.osp-binance-converter-field {
	display: block;
	min-width: 0;
	margin: 0;
}

.osp-binance-converter-field > span:first-child {
	display: block;
	margin-bottom: 6px;
	color: #646872;
	font-size: 11px;
	font-weight: 700;
}

.osp-binance-currency-input {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	min-height: 44px;
	padding-left: 11px;
	border: 1px solid #d8dbe2;
	border-radius: 8px;
	background: #fff;
}

.osp-binance-currency-input b {
	flex: 0 0 auto;
	font-size: 14px;
}

.osp-binance-currency-input .osp-binance-php-input {
	min-width: 0;
	width: 100%;
	height: 42px;
	box-sizing: border-box;
	margin: 0;
	padding: 8px 10px 8px 5px;
	border: 0;
	outline: 0;
	background: transparent;
	box-shadow: none;
	font-size: 15px;
	font-weight: 700;
}

.osp-binance-usdt-output {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	min-height: 44px;
	padding: 9px 11px;
	border: 1px solid #f0d26c;
	border-radius: 8px;
	background: #fff9e6;
	color: #181a20;
	font-size: 15px;
	font-weight: 800;
	word-break: break-word;
}

.osp-binance-converter-arrow {
	padding-bottom: 13px;
	color: #9397a1;
	font-weight: 700;
}

.osp-binance-rate-line {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 9px;
	align-items: center;
	margin-top: 10px;
	color: #6a6e78;
	font-size: 10px;
}

.osp-binance-rate-source {
	padding: 2px 6px;
	border-radius: 999px;
	background: #eef0f3;
	color: #4d515b;
	font-weight: 700;
}

.osp-binance-converter-note {
	margin: 9px 0 0;
	color: #777b84;
	font-size: 10px;
	line-height: 1.45;
}

.osp-binance-converter-unavailable {
	margin: 14px 0 18px;
	padding: 10px 12px;
	border-left: 3px solid #f0b90b;
	background: #fff9e6;
	color: #5e626c;
	font-size: 12px;
}

.osp-binance-last4-row,
.osp-binance-block-field {
	margin-top: 14px;
}

.osp-binance-last4-row label,
.osp-binance-block-field label {
	display: block;
	margin-bottom: 7px;
	font-weight: 700;
}

.osp-binance-last4-input {
	box-sizing: border-box;
	width: 100%;
	max-width: 220px;
	min-height: 46px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .22em;
	text-align: center;
}

.osp-binance-last4-row .description,
.osp-binance-field-note {
	clear: both;
	margin: 7px 0 0;
	color: #646872;
	font-size: 12px;
	line-height: 1.5;
}

.osp-binance-order-summary {
	margin-top: 28px;
	padding: 18px;
	border: 1px solid #ead27a;
	border-radius: 10px;
	background: #fffdf5;
}

.osp-binance-order-summary code {
	padding: 3px 7px;
	border-radius: 5px;
	background: rgba( 24, 26, 32, .08 );
	color: inherit;
}

@media ( max-width: 520px ) {
	.osp-binance-manual-box {
		padding: 16px;
	}

	.osp-binance-uid-row {
		align-items: stretch;
		flex-direction: column;
	}

	.osp-binance-copy.button {
		width: 100%;
	}

	.osp-binance-last4-input {
		max-width: 100%;
	}

	.osp-binance-converter-grid {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.osp-binance-converter-arrow {
		display: none;
	}
}
