/* NotifyRelay customer-facing LINE connection UI. */

.notifyrelay-line-panel {
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	padding: 20px;
	margin: 0 0 24px;
	background: #fff;
}

.notifyrelay-line-panel h3 {
	margin-top: 0;
}

.notifyrelay-line-button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #06c755;
	color: #fff;
	border-radius: 6px;
	padding: 12px 20px;
	text-decoration: none;
	font-weight: 600;
	line-height: 1;
}

.notifyrelay-line-button:hover,
.notifyrelay-line-button:focus {
	background: #05b34c;
	color: #fff;
}

.notifyrelay-line-button__mark {
	background: rgba( 255, 255, 255, 0.22 );
	border-radius: 4px;
	padding: 4px 6px;
	font-size: 12px;
	letter-spacing: 0.5px;
}

.notifyrelay-line-account {
	display: flex;
	align-items: center;
	gap: 10px;
}

.notifyrelay-line-avatar {
	border-radius: 50%;
	vertical-align: middle;
}

.notifyrelay-line-disconnect {
	font-size: 14px;
	color: #777;
}

.notifyrelay-line-notice {
	border-left: 4px solid #06c755;
	background: #f6fbf7;
	padding: 12px 16px;
	margin: 0 0 16px;
	border-radius: 3px;
}

.notifyrelay-line-notice--error {
	border-left-color: #d63638;
	background: #fdf6f6;
}

.notifyrelay-line-notice--info {
	border-left-color: #2271b1;
	background: #f4f8fc;
}

.notifyrelay-liff-status {
	margin: 0;
	font-size: 16px;
}

.notifyrelay-line-login {
	margin-top: 16px;
	text-align: center;
}

.notifyrelay-line-login__or {
	display: block;
	margin-bottom: 10px;
	color: #888;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.notifyrelay-line-login .notifyrelay-line-button {
	width: 100%;
	justify-content: center;
	box-sizing: border-box;
}
