.notice-detail-page .notice-content .customer-support-share {
	align-self: center;
	box-sizing: border-box;
	width: calc(100% - 16px);
	max-width: 640px;
	margin: 28px auto 8px;
	padding: 22px 24px;
	border: 1px solid #dbeafe;
	border-radius: 16px;
	background: #f5f9ff;
	text-align: center;
}

.notice-detail-page .notice-content .customer-support-share__text {
	max-width: none;
	margin: 0;
	color: #475569;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.6;
}

.notice-detail-page .notice-content .customer-support-share-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	box-sizing: border-box;
	width: 100%;
	max-width: 360px;
	min-height: 52px;
	margin: 16px auto 0;
	padding: 13px 20px;
	border: 0;
	border-radius: 12px;
	background: #2563eb;
	box-shadow: 0 8px 18px rgba(37, 99, 235, 0.18);
	color: #ffffff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.notice-detail-page .notice-content .customer-support-share-btn:hover {
	background: #1d4ed8;
	box-shadow: 0 10px 22px rgba(37, 99, 235, 0.24);
	transform: translateY(-1px);
}

.notice-detail-page .notice-content .customer-support-share-btn:focus-visible {
	outline: 3px solid rgba(37, 99, 235, 0.28);
	outline-offset: 3px;
}

.notice-detail-page .notice-content .customer-support-share-btn:active {
	transform: translateY(0);
}

.notice-detail-page .notice-content .customer-support-share-btn__icon {
	max-width: none;
	font-size: 19px;
	font-weight: 700;
	line-height: 1;
}

@media (max-width: 640px) {
	.notice-detail-page .notice-content .customer-support-share {
		width: 100%;
		margin-top: 20px;
		padding: 18px 16px;
		border-radius: 14px;
	}

	.notice-detail-page .notice-content .customer-support-share__text {
		font-size: 14px;
	}

	.notice-detail-page .notice-content .customer-support-share-btn {
		max-width: none;
		min-height: 50px;
		font-size: 15px;
	}
}
