.masteriyo-sepay-payment {
	border: 1px solid #d9e2ec;
	border-radius: 8px;
	margin: 24px 0;
	padding: 20px;
	background: #fff;
	color: #1f2933;
}

.masteriyo-sepay-layout {
	display: grid;
	grid-template-columns: minmax(220px, 320px) 1fr;
	gap: 24px;
	align-items: start;
}

.masteriyo-sepay-payment h3 {
	margin: 0 0 14px;
	font-size: 18px;
	line-height: 1.35;
}

.masteriyo-sepay-qr-frame {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 12px;
	background: #f8fafc;
	text-align: center;
}

.masteriyo-sepay-qr-frame img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.masteriyo-sepay-download {
	display: inline-flex;
	margin-top: 12px;
	text-decoration: none;
}

.masteriyo-sepay-bank-logo {
	max-height: 34px;
	width: auto;
	margin-bottom: 12px;
}

.masteriyo-sepay-manual dl {
	margin: 0;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	overflow: hidden;
}

.masteriyo-sepay-manual dl > div {
	display: grid;
	grid-template-columns: 150px 1fr;
	gap: 12px;
	padding: 12px 14px;
	border-bottom: 1px solid #e5e7eb;
}

.masteriyo-sepay-manual dl > div:last-child {
	border-bottom: 0;
}

.masteriyo-sepay-manual dt {
	color: #52616b;
	font-weight: 600;
}

.masteriyo-sepay-manual dd {
	margin: 0;
	word-break: break-word;
}

.masteriyo-sepay-copy {
	margin-left: 8px;
	padding: 4px 10px;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	background: #f8fafc;
	cursor: pointer;
	font-size: 12px;
}

.masteriyo-sepay-note {
	margin: 14px 0 0;
	color: #52616b;
}

.masteriyo-sepay-status {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 18px;
	color: #52616b;
}

.masteriyo-sepay-status img {
	width: 18px;
	height: 18px;
}

.masteriyo-sepay-paid {
	border: 1px solid #bbf7d0;
	border-radius: 8px;
	background: #f0fdf4;
	color: #166534;
	padding: 14px 16px;
	margin-bottom: 16px;
	font-weight: 600;
}

@media (max-width: 720px) {
	.masteriyo-sepay-layout,
	.masteriyo-sepay-manual dl > div {
		grid-template-columns: 1fr;
	}
}
