.sgc-gift-fields {
	border: 1px solid #ececec;
	border-radius: 12px;
	padding: 16px;
	margin-bottom: 16px;
	background: #fafafa;
}
.sgc-gift-fields .form-row { margin-bottom: 10px; }
.sgc-gift-fields label { display: block; font-weight: 600; font-size: 13px; margin-bottom: 4px; }
.sgc-gift-fields input,
.sgc-gift-fields textarea {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #ddd;
	border-radius: 8px;
	font-size: 14px;
}

.sgc-wrap h2 { margin-top: 28px; font-size: 18px; }
.sgc-empty { color: #6b6b6b; font-size: 14px; }
.sgc-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 14px;
}
.sgc-card {
	border: 1px solid #ececec;
	border-radius: 12px;
	padding: 14px 16px;
	background: #fff;
}
.sgc-card-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 6px;
}
.sgc-card-amount { font-size: 18px; font-weight: 800; color: #e2570f; }
.sgc-card-status {
	font-size: 11px;
	font-weight: 700;
	padding: 3px 9px;
	border-radius: 999px;
}
.sgc-card-status.sgc-active { background: #eafaf0; color: #1a9c4a; }
.sgc-card-status.sgc-used { background: #f2f2f2; color: #888; }
.sgc-card-line { font-size: 13.5px; margin: 4px 0; }
.sgc-card-message { font-size: 13px; font-style: italic; color: #555; margin: 6px 0; }
.sgc-card-code { font-size: 13px; margin: 6px 0; }
.sgc-card-code code {
	background: #232f3e;
	color: #fff;
	padding: 2px 8px;
	border-radius: 6px;
	letter-spacing: 1px;
}
.sgc-card-date { font-size: 11.5px; color: #999; margin: 4px 0 0; }
