.sc-icg-fsc-wrap {
	max-width: 540px;
	margin: 0 auto;
	font-family: 'Comic Sans MS', 'Microsoft JhengHei', sans-serif;
	font-size: 15px;
	line-height: 1.7;
	color: #333;
	background-color: #fff;
	border: 3px dashed #fcc1df;
	border-radius: 25px;
	padding: 36px 28px;
	box-shadow: 8px 8px 25px rgba(252, 193, 223, 0.4);
}

.sc-icg-fsc-wrap *,
.sc-icg-fsc-wrap *::before,
.sc-icg-fsc-wrap *::after {
	box-sizing: border-box;
}

/* Tabs */
.sc-icg-fsc-tabs {
	display: flex;
	gap: 10px;
	margin-bottom: 24px;
	justify-content: center;
}

.sc-icg-fsc-tab {
	padding: 10px 24px;
	background: #fff;
	border: 2px solid #fcc1df;
	border-radius: 25px;
	font-size: 15px;
	font-weight: bold;
	color: #e75492;
	cursor: pointer;
	transition: all 0.3s ease;
}

.sc-icg-fsc-tab:hover {
	background: #fff0f6;
}

.sc-icg-fsc-tab.active {
	background: #e75492;
	color: #fff;
	border-color: #e75492;
	box-shadow: 3px 3px 10px #eebad1;
}

/* Panels */
.sc-icg-fsc-panel {
	display: none;
}

.sc-icg-fsc-panel.active {
	display: block;
}

/* Form Fields */
.sc-icg-fsc-field {
	margin-bottom: 18px;
	text-align: left;
}

.sc-icg-fsc-field label {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #e75492;
	margin-bottom: 6px;
}

.sc-icg-fsc-required {
	color: #d6407f;
}

.sc-icg-fsc-field input[type="text"],
.sc-icg-fsc-field input[type="number"],
.sc-icg-fsc-field input[type="url"],
.sc-icg-fsc-field select {
	width: 100%;
	padding: 12px 14px;
	border: 3px solid #fcc1df;
	border-radius: 12px;
	font-size: 15px;
	color: #333;
	background: #fff;
	font-family: inherit;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.sc-icg-fsc-field input:focus,
.sc-icg-fsc-field select:focus {
	outline: none;
	border-color: #e75492;
	box-shadow: 0 0 0 3px rgba(231, 84, 146, 0.15);
}

.sc-icg-fsc-field input::placeholder {
	color: #999;
}

.sc-icg-fsc-field select option[value=""] {
	color: #999;
}

.sc-icg-fsc-hint {
	font-size: 12.5px;
	color: #b8759b;
	margin-top: 5px;
}

/* TWD Display */
.sc-icg-fsc-twd-display {
	padding: 12px 14px;
	background: #fff0f6;
	border: 2px solid #fcc1df;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.sc-icg-fsc-twd-formula {
	font-size: 16px;
	font-weight: bold;
	color: #d6407f;
	word-break: break-word;
}

.sc-icg-fsc-rate-hint {
	font-size: 11.5px;
	color: #b8759b;
}

/* Products */
.sc-icg-fsc-products {
	margin-bottom: 16px;
}

.sc-icg-fsc-product-item {
	background: #fff0f6;
	border: 2px dashed #fcc1df;
	border-radius: 18px;
	padding: 20px;
	margin-bottom: 14px;
	position: relative;
}

.sc-icg-fsc-product-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 14px;
}

.sc-icg-fsc-product-title {
	font-size: 14px;
	font-weight: bold;
	color: #e75492;
}

.sc-icg-fsc-remove-product {
	background: none;
	border: none;
	color: #d6407f;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	padding: 4px 10px;
	border-radius: 12px;
	transition: background 0.2s;
}

.sc-icg-fsc-remove-product:hover {
	background: rgba(214, 64, 127, 0.1);
}

/* Add Product Button */
.sc-icg-fsc-add-product {
	display: block;
	width: 100%;
	padding: 12px;
	background: #fff;
	border: 2px dashed #e75492;
	border-radius: 25px;
	color: #e75492;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	transition: all 0.3s ease;
	margin-bottom: 24px;
	font-family: inherit;
}

.sc-icg-fsc-add-product:hover {
	background: #fff0f6;
	box-shadow: 3px 3px 10px #eebad1;
}

/* Total Section */
.sc-icg-fsc-total-section {
	margin-bottom: 24px;
}

.sc-icg-fsc-total-display {
	padding: 14px;
	background: linear-gradient(135deg, #e75492, #b94785);
	color: #fff;
	border-radius: 16px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	box-shadow: 3px 3px 10px #eebad1;
}

/* Upload Area */
.sc-icg-fsc-upload-area {
	border: 2px dashed #fcc1df;
	border-radius: 16px;
	padding: 24px 20px;
	text-align: center;
	background: #fff0f6;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.sc-icg-fsc-file-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	overflow: hidden;
}

.sc-icg-fsc-upload-btn {
	display: inline-block;
	padding: 10px 28px;
	background: #fff;
	border: 2px solid #e75492;
	border-radius: 25px;
	color: #e75492;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s ease;
	font-family: inherit;
}

.sc-icg-fsc-upload-btn:hover {
	background: #e75492;
	color: #fff;
	box-shadow: 3px 3px 10px #eebad1;
}

.sc-icg-fsc-preview {
	margin-top: 12px;
	position: relative;
	display: inline-block;
}

.sc-icg-fsc-preview img {
	max-width: 180px;
	max-height: 140px;
	border-radius: 12px;
	border: 2px solid #fcc1df;
}

.sc-icg-fsc-remove-file {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 24px;
	height: 24px;
	background: #d6407f;
	color: #fff;
	border: none;
	border-radius: 50%;
	font-size: 12px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Turnstile */
.sc-icg-fsc-turnstile-field {
	display: flex;
	justify-content: center;
	margin-bottom: 16px;
}

/* Submit Button */
.sc-icg-fsc-submit-btn {
	display: block;
	width: 100%;
	padding: 14px;
	background-color: #e75492;
	color: #fff;
	border: none;
	border-radius: 25px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	box-shadow: 3px 3px 10px #eebad1;
	transition: background-color 0.3s ease;
	margin-top: 24px;
	font-family: inherit;
}

.sc-icg-fsc-submit-btn:hover {
	background-color: #d6407f;
}

.sc-icg-fsc-submit-btn:active {
	transform: scale(0.97);
}

.sc-icg-fsc-submit-btn:disabled {
	background-color: #eebad1;
	cursor: not-allowed;
	box-shadow: none;
}

/* Success Result */
.sc-icg-fsc-result {
	text-align: center;
	padding: 36px 20px;
}

.sc-icg-fsc-success-icon {
	width: 64px;
	height: 64px;
	background: linear-gradient(135deg, #e75492, #f09bc0);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	margin: 0 auto 18px;
	box-shadow: 3px 3px 10px #eebad1;
}

.sc-icg-fsc-result h3 {
	font-size: 20px;
	font-weight: bold;
	color: #e75492;
	margin-bottom: 8px;
}


.sc-icg-fsc-result-hint {
	font-size: 13px;
	color: #b8759b;
	margin-bottom: 20px;
}

.sc-icg-fsc-new-order {
	padding: 10px 28px;
	background: #fff;
	border: 2px solid #e75492;
	color: #e75492;
	border-radius: 25px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s;
	font-family: inherit;
}

.sc-icg-fsc-new-order:hover {
	background: #e75492;
	color: #fff;
	box-shadow: 3px 3px 10px #eebad1;
}

/* Track Form */
.sc-icg-fsc-track-form {
	margin-bottom: 24px;
}

.sc-icg-fsc-track-btn {
	display: block;
	width: 100%;
	padding: 14px;
	background-color: #e75492;
	color: #fff;
	border: none;
	border-radius: 25px;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 12px;
	box-shadow: 3px 3px 10px #eebad1;
	transition: background-color 0.3s;
	font-family: inherit;
}

.sc-icg-fsc-track-btn:hover {
	background-color: #d6407f;
}

/* Track Result */
.sc-icg-fsc-track-summary {
	margin-bottom: 16px;
}

.sc-icg-fsc-track-greeting {
	font-size: 15px;
	color: #d6407f;
	text-align: center;
	margin-bottom: 8px;
}

.sc-icg-fsc-track-items {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.sc-icg-fsc-track-item-card {
	background: #fff;
	border: 2px solid #fcc1df;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 3px 3px 12px rgba(252, 193, 223, 0.25);
}

.sc-icg-fsc-track-item-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 16px;
	background: #fff0f6;
	border-bottom: 1px dashed #fcc1df;
}

.sc-icg-fsc-track-item-platform {
	font-size: 13px;
	font-weight: bold;
	color: #d6407f;
}

.sc-icg-fsc-track-item-status {
	padding: 3px 12px;
	border-radius: 25px;
	font-size: 11.5px;
	font-weight: bold;
}

.sc-icg-fsc-track-item-status.status-confirming {
	background: #fff3cd;
	color: #856404;
}

.sc-icg-fsc-track-item-status.status-ordered {
	background: #fff0f6;
	color: #e75492;
}

.sc-icg-fsc-track-item-status.status-shipped {
	background: #e8f4fd;
	color: #0A6EB1;
}

.sc-icg-fsc-track-item-status.status-returned {
	background: #e8f8f0;
	color: #109960;
}

.sc-icg-fsc-track-item-status.status-arrived {
	background: #d4edda;
	color: #155724;
}

.sc-icg-fsc-track-item-body {
	padding: 10px 16px;
}

.sc-icg-fsc-track-item-row {
	display: flex;
	justify-content: space-between;
	padding: 6px 0;
	border-bottom: 1px dashed #fce4ef;
	font-size: 13px;
}

.sc-icg-fsc-track-item-row:last-child {
	border-bottom: none;
}

.sc-icg-fsc-track-item-label {
	color: #b8759b;
	flex-shrink: 0;
	margin-right: 12px;
}

.sc-icg-fsc-track-item-row span:last-child {
	font-weight: bold;
	color: #333;
	text-align: right;
}

.sc-icg-fsc-track-item-notes span:last-child {
	color: #666;
	font-weight: normal;
	font-style: italic;
}

/* Verification Field */
.sc-icg-fsc-verification-field {
	animation: scIcgFscFadeIn 0.3s ease;
}

.sc-icg-fsc-verification-field input {
	letter-spacing: 6px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

/* Track Error & Verification Notice */
.sc-icg-fsc-track-error,
.sc-icg-fsc-track-need-verification {
	text-align: center;
	padding: 28px 20px;
	color: #d6407f;
	background: #fff0f6;
	border: 2px dashed #fcc1df;
	border-radius: 16px;
}

.sc-icg-fsc-track-need-verification {
	color: #856404;
	background: #fff8e6;
	border-color: #ffe4a0;
}

/* Loading State */
.sc-icg-fsc-loading {
	opacity: 0.6;
	pointer-events: none;
}

/* Bank Field */
.sc-icg-fsc-bank-field {
	animation: scIcgFscFadeIn 0.3s ease;
}

@keyframes scIcgFscFadeIn {
	from { opacity: 0; transform: translateY(-8px); }
	to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 580px) {
	.sc-icg-fsc-wrap {
		margin: 0 10px;
		padding: 28px 18px;
	}

	.sc-icg-fsc-tab {
		padding: 8px 16px;
		font-size: 13px;
	}

	.sc-icg-fsc-product-item {
		padding: 16px;
	}

	.sc-icg-fsc-twd-formula {
		font-size: 14px;
	}

	.sc-icg-fsc-col-group-footer {
		font-size: 13px;
	}

	.sc-icg-fsc-col-detail-tag {
		font-size: 11px;
	}
}

/* ========== Collection (代收) ========== */

/* Checkbox Group */
.sc-icg-fsc-checkbox-group {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.sc-icg-fsc-checkbox-label {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold !important;
	color: #e75492 !important;
	cursor: pointer;
	padding: 12px 20px;
	border: 2px solid #fcc1df;
	border-radius: 25px;
	transition: all 0.3s ease;
	flex: 1;
	background: #fff;
	user-select: none;
}

.sc-icg-fsc-checkbox-label:hover {
	background: #fff0f6;
	border-color: #e75492;
}

.sc-icg-fsc-checkbox-label:has(input:checked) {
	background: #e75492;
	border-color: #e75492;
	color: #fff !important;
	box-shadow: 3px 3px 10px #eebad1;
}

.sc-icg-fsc-checkbox-label input[type="radio"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	pointer-events: none;
}

/* Tracking Number List */
.sc-icg-fsc-tracking-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 10px;
}

.sc-icg-fsc-tracking-item-row {
	position: relative;
}

.sc-icg-fsc-tracking-item-row input {
	width: 100%;
	padding: 12px 40px 12px 14px;
	border: 3px solid #fcc1df;
	border-radius: 12px;
	font-size: 15px;
	color: #333;
	background: #fff;
	font-family: inherit;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.sc-icg-fsc-tracking-item-row input:focus {
	outline: none;
	border-color: #e75492;
	box-shadow: 0 0 0 3px rgba(231, 84, 146, 0.15);
}

.sc-icg-fsc-remove-tracking {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	background: rgba(214, 64, 127, 0.15);
	color: #d6407f;
	border: none;
	border-radius: 50%;
	font-size: 14px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	line-height: 1;
	transition: all 0.2s;
}

.sc-icg-fsc-remove-tracking:hover {
	background: #d6407f;
	color: #fff;
}

.sc-icg-fsc-tracking-item:only-child .sc-icg-fsc-remove-tracking {
	display: none;
}

.sc-icg-fsc-tracking-desc {
	margin-top: 6px;
}

.sc-icg-fsc-tracking-desc textarea {
	width: 100%;
	padding: 8px 14px;
	border: 2px solid #fce4ef;
	border-radius: 10px;
	font-size: 13px;
	color: #333;
	background: #fff;
	font-family: inherit;
	resize: vertical;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.sc-icg-fsc-tracking-desc textarea:focus {
	outline: none;
	border-color: #e75492;
	box-shadow: 0 0 0 3px rgba(231, 84, 146, 0.15);
}

.sc-icg-fsc-tracking-desc textarea::placeholder {
	color: #bbb;
}

/* Add Tracking Button */
.sc-icg-fsc-add-tracking {
	display: block;
	width: 100%;
	padding: 10px;
	background: #fff;
	border: 2px dashed #e75492;
	border-radius: 25px;
	color: #e75492;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	transition: all 0.3s ease;
	font-family: inherit;
}

.sc-icg-fsc-add-tracking:hover {
	background: #fff0f6;
	box-shadow: 3px 3px 10px #eebad1;
}

/* Textarea */
.sc-icg-fsc-field textarea {
	width: 100%;
	padding: 12px 14px;
	border: 3px solid #fcc1df;
	border-radius: 12px;
	font-size: 15px;
	color: #333;
	background: #fff;
	font-family: inherit;
	resize: vertical;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.sc-icg-fsc-field textarea:focus {
	outline: none;
	border-color: #e75492;
	box-shadow: 0 0 0 3px rgba(231, 84, 146, 0.15);
}

/* Collection Result Success */
.sc-icg-fsc-col-result {
	text-align: center;
	padding: 36px 20px;
}

.sc-icg-fsc-col-result h3 {
	font-size: 20px;
	font-weight: bold;
	color: #e75492;
	margin-bottom: 8px;
}

.sc-icg-fsc-col-new-report {
	padding: 10px 28px;
	background: #fff;
	border: 2px solid #e75492;
	color: #e75492;
	border-radius: 25px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s;
	font-family: inherit;
}

.sc-icg-fsc-col-new-report:hover {
	background: #e75492;
	color: #fff;
	box-shadow: 3px 3px 10px #eebad1;
}

/* Collection Track Button */
.sc-icg-fsc-col-track-btn {
	display: block;
	width: 100%;
	padding: 14px;
	background-color: #e75492;
	color: #fff;
	border: none;
	border-radius: 25px;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 12px;
	box-shadow: 3px 3px 10px #eebad1;
	transition: background-color 0.3s;
	font-family: inherit;
}

.sc-icg-fsc-col-track-btn:hover {
	background-color: #d6407f;
}

.sc-icg-fsc-col-track-btn:disabled {
	background-color: #eebad1;
	cursor: not-allowed;
	box-shadow: none;
}

/* Collection Query Result */
.sc-icg-fsc-col-groups {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.sc-icg-fsc-col-group-card {
	background: #fff;
	border: 2px solid #fcc1df;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 3px 3px 12px rgba(252, 193, 223, 0.25);
}

.sc-icg-fsc-col-group-header {
	padding: 12px 16px;
	background: linear-gradient(135deg, #fff0f6, #fce4ef);
	border-bottom: 1px dashed #fcc1df;
}

.sc-icg-fsc-col-group-time {
	font-size: 13px;
	font-weight: bold;
	color: #d6407f;
}

.sc-icg-fsc-col-group-body {
	padding: 12px;
}

.sc-icg-fsc-col-item {
	background: #fafafa;
	border: 1px solid #fce4ef;
	border-radius: 12px;
	padding: 12px;
	margin-bottom: 8px;
}

.sc-icg-fsc-col-item:last-child {
	margin-bottom: 0;
}

.sc-icg-fsc-col-item-main {
	margin-bottom: 8px;
}

.sc-icg-fsc-col-item-row {
	display: flex;
	justify-content: space-between;
	padding: 4px 0;
	font-size: 13px;
}

.sc-icg-fsc-col-item-label {
	color: #b8759b;
	flex-shrink: 0;
	margin-right: 12px;
}

.sc-icg-fsc-col-item-row span:last-child {
	font-weight: bold;
	color: #333;
	text-align: right;
	word-break: break-all;
}

.sc-icg-fsc-col-item-tn {
	font-family: 'Courier New', monospace;
}

.sc-icg-fsc-col-item-detail {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	padding-top: 8px;
	border-top: 1px dashed #fce4ef;
}

.sc-icg-fsc-col-detail-tag {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 4px 10px;
	background: #fff0f6;
	border-radius: 20px;
	font-size: 12px;
}

.sc-icg-fsc-col-detail-label {
	color: #b8759b;
}

.sc-icg-fsc-col-detail-tag span:last-child {
	font-weight: bold;
	color: #d6407f;
}

.sc-icg-fsc-col-detail-total {
	background: linear-gradient(135deg, #e75492, #b94785);
}

.sc-icg-fsc-col-detail-total .sc-icg-fsc-col-detail-label {
	color: rgba(255, 255, 255, 0.8);
}

.sc-icg-fsc-col-detail-total span:last-child {
	color: #fff;
}

.sc-icg-fsc-col-item-pending {
	text-align: center;
	padding: 6px;
	font-size: 12px;
	color: #b8759b;
	font-style: italic;
	border-top: 1px dashed #fce4ef;
	margin-top: 8px;
}

.sc-icg-fsc-col-group-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 16px;
	background: linear-gradient(135deg, #e75492, #b94785);
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.sc-icg-fsc-col-group-total {
	font-size: 16px;
}

/* Collection Verification */
.sc-icg-fsc-col-verification-field {
	animation: scIcgFscFadeIn 0.3s ease;
}

.sc-icg-fsc-col-verification-field input {
	letter-spacing: 6px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

/* Collection Track Error & Verification Notice */
.sc-icg-fsc-col-track-error,
.sc-icg-fsc-col-track-need-verification {
	text-align: center;
	padding: 28px 20px;
	color: #d6407f;
	background: #fff0f6;
	border: 2px dashed #fcc1df;
	border-radius: 16px;
}

.sc-icg-fsc-col-track-need-verification {
	color: #856404;
	background: #fff8e6;
	border-color: #ffe4a0;
}

/* Date Group Headers (shared) */
.sc-icg-fsc-date-header {
	text-align: center;
	padding: 8px 16px;
	font-size: 13px;
	font-weight: bold;
	color: #b8759b;
	margin-bottom: 12px;
	position: relative;
}

.sc-icg-fsc-date-header::before,
.sc-icg-fsc-date-header::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 25%;
	height: 1px;
	background: #fcc1df;
}

.sc-icg-fsc-date-header::before {
	left: 0;
}

.sc-icg-fsc-date-header::after {
	right: 0;
}

.sc-icg-fsc-tracking-item-row input::placeholder {
	color: #999;
}

/* Notice Section */
.sc-icg-fsc-notice-section {
	margin-top: 4px;
	margin-bottom: 18px;
}

.sc-icg-fsc-notice-image {
	width: 100%;
	border-radius: 16px;
	border: 2px solid #fcc1df;
}

.sc-icg-fsc-notice-fallback {
	background: #fff0f6;
	border: 2px solid #fcc1df;
	border-radius: 16px;
	padding: 20px;
}

.sc-icg-fsc-notice-title {
	font-size: 16px;
	font-weight: bold;
	color: #d6407f;
	text-align: center;
	margin-bottom: 10px;
}

.sc-icg-fsc-notice-intro {
	font-size: 13px;
	color: #666;
	margin-bottom: 14px;
	line-height: 1.6;
}

.sc-icg-fsc-notice-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 14px;
}

.sc-icg-fsc-notice-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 13px;
	color: #444;
	line-height: 1.6;
}

.sc-icg-fsc-notice-num {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	background: linear-gradient(135deg, #e75492, #b94785);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: bold;
	margin-top: 2px;
}

.sc-icg-fsc-notice-tip {
	background: #fff;
	border-left: 4px solid #e75492;
	border-radius: 0 12px 12px 0;
	padding: 12px 14px;
	font-size: 13px;
	color: #666;
	line-height: 1.6;
}

.sc-icg-fsc-notice-tip strong {
	color: #d6407f;
}

/* Confirm Checkbox */
.sc-icg-fsc-confirm-field {
	margin-bottom: 8px;
}

.sc-icg-fsc-confirm-label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 13px !important;
	font-weight: normal !important;
	color: #555 !important;
	cursor: pointer;
	line-height: 1.6;
}

.sc-icg-fsc-confirm-label input[type="checkbox"] {
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	margin-top: 3px;
	accent-color: #e75492;
	cursor: pointer;
}
