.osp-wise-manual-box {
	box-sizing: border-box;
	margin: 12px 0 18px;
	padding: 20px;
	border: 1px solid #9fe870;
	border-radius: 12px;
	background: #f7fff2;
	box-shadow: 0 5px 18px rgba( 22, 51, 0, .07 );
	color: #163300;
}

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

.osp-wise-logo {
	display: inline-block;
	width: min( 190px, 72% );
	height: auto;
	vertical-align: middle;
}

.osp-wise-qr-wrap {
	display: flex;
	justify-content: center;
	margin: 0 auto 8px;
}

.osp-wise-qr {
	display: block;
	box-sizing: border-box;
	width: min( 240px, 86% );
	max-height: 300px;
	padding: 10px;
	border: 1px solid #d5ddcf;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 3px 12px rgba( 22, 51, 0, .08 );
	object-fit: contain;
}

.osp-wise-qr-note {
	margin: 0 0 18px;
	color: #45613a;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
}

.osp-wise-tag-label {
	margin-bottom: 7px;
	color: #45613a;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

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

.osp-wise-tag-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 #cbd7c5;
	border-radius: 8px;
	background: #fff;
	color: #163300;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 15px;
	font-weight: 800;
	word-break: break-all;
}

.osp-wise-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 #163300;
	border-radius: 8px;
	background: #163300;
	box-shadow: none;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
}

.osp-wise-copy.button:hover,
.osp-wise-copy.button:focus {
	border-color: #285600;
	background: #285600;
	color: #fff;
}

.osp-wise-reminder {
	box-sizing: border-box;
	margin: 16px 0 0;
	padding: 13px 14px;
	border-left: 4px solid #9fe870;
	border-radius: 0 8px 8px 0;
	background: #fff;
	color: #2d4922;
}

.osp-wise-reminder strong {
	display: block;
	margin-bottom: 4px;
	color: #163300;
	font-size: 12px;
}

.osp-wise-reminder p {
	margin: 0;
	font-size: 12px;
	line-height: 1.55;
}

.osp-wise-last3-row,
.osp-wise-block-field {
	margin-top: 14px;
}

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

.osp-wise-last3-input {
	box-sizing: border-box;
	width: 100%;
	max-width: 210px;
	min-height: 46px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .24em;
	text-align: center;
}

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

.osp-wise-order-summary {
	margin-top: 28px;
	padding: 18px;
	border: 1px solid #9fe870;
	border-radius: 10px;
	background: #f7fff2;
}

.osp-wise-order-summary code {
	padding: 3px 7px;
	border-radius: 5px;
	background: rgba( 22, 51, 0, .09 );
	color: inherit;
}

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

	.osp-wise-tag-row {
		align-items: stretch;
		flex-direction: column;
	}

	.osp-wise-copy.button,
	.osp-wise-last3-input {
		width: 100%;
		max-width: 100%;
	}
}
