#user-registration-review-notice,
#user-registration-survey-notice {
	border-left-color: #475bb2;
}

#user-registration-upgrade-notice {
	strong {
		font-weight: 700;
		color: #1f1f1f;
	}
}

.user-registration-notice {
	display: flex;
	gap: 24px;
	padding: 20px;
	// background: #f1f2f9;
	background: #ffffff;
	position: relative;
	margin: 16px 0 !important;
	box-shadow: none;
	border-radius: 4px;
	border: 1px solid #e1e1e1;
	border-left-width: 4px;
	border-left-color: #475bb2;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;

	.notice-dismiss {
		margin-left: 2px;

		&:before {
			display: none;
		}
	}

	&.is-dismissible {
		.notice-dismiss {
			&::before {
				display: block;
			}
		}
	}

	.user-registration-notice-thumbnail {
		margin: 0;
		max-width: 80px;
		width: 100%;
		position: relative;

		img {
			border-radius: 4px;
			vertical-align: middle;
			width: 100%;
		}
	}

	.user-registration-notice-text {
		flex: 1;
		display: flex;
		flex-direction: column;
		gap: 6px;
		overflow: hidden;

		.ur-email-send-failed-log {
			border-left: 2px solid #72aee6;
			background: #f0ffff;
			padding: 10px;
			width: fit-content;
		}

		.user-registration-notice-header {
			display: flex;
			justify-content: space-between;
			margin-bottom: 0;

			h3 {
				font-size: 18px;
				margin: 0;
				line-height: 28px;
			}

			.close-btn {
				position: absolute;
				top: 10px;
				right: 12px;
				width: 28px;
				height: 28px;
				font-size: 28px;
				line-height: 38px;
				display: flex;
				align-items: center;
				justify-content: center;
				color: #a9a9a9;
				text-decoration: none;
				padding: 0;
				margin: 0;
			}
		}

		.ur-error {
			color: #d63638;
		}

		p {
			font-size: 14px;
			margin: 0;
			padding: 0;
		}

		a {
			color: #475bb2;
			font-weight: 500;
			font-size: 14px;

			&:hover {
				text-decoration: underline;
			}
		}
	}

	.extra-pad {
		padding-bottom: 20px;
	}

	.user-registration-notice-links {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 12px;

		.notice-dismiss {
			min-height: 32px;
			margin-left: 0;
			align-content: center;
			position: unset;
			text-decoration: none;
			font-weight: 400;
			color: #9ca3af;

			&.notice-nsa {
				padding: 0;
			}
		}

		.user-registration-notice-ul {
			display: flex;
			align-items: center;
			gap: 12px;
			margin: 0;
			padding: 0;

			li {
				display: inline-block;
				margin: 0px;

				a {
					display: flex;
					align-items: center;
					gap: 6px;
					text-decoration: none;
					position: relative;
					background: #eaeaea;
					border-color: #eaeaea;
					color: #4b5563;
					font-weight: 500;
					border-radius: 4px;

					span {
						margin: 0;
					}
				}

				&:first-child {
					a {
						background: #475bb2;
						border-color: #475bb2;
						color: #ffffff;
					}
				}
			}

			.button-primary {
				background: #475bb2;
				border-color: #475bb2;

				&:focus,
				&:hover {
					background: #2e44a1;
					border-color: #2e44a1;
					color: #ffffff;
				}
			}

			.button-secondary {
				// border-color: #475bb2;
				// color: #475bb2;
				// box-shadow: none;

				&:focus,
				&:hover {
					background: #2e44a1;
					border-color: #2e44a1;
					color: #ffffff;
				}
			}
		}
	}

	#user-registration-notice .user-registration-notice-ul li a span {
		padding: 4px 0px;
	}

	.user-registration-notice-text span.dashicons.dashicons-smiley.smile-icon {
		background: #f7e143;
		border-radius: 50%;
		font-size: 15px;
		border: 1px solid;
		width: 17px;
		height: 17px;
	}
}

#ur-field-all-settings {
	.user-registration-notice {
		padding: 10px;
		gap: 5px;
	}
}

#ur-field-all-settings {
	.user-registration-notice {
		padding: 10px;
		gap: 5px;
	}
}

#urcr-meta-box .user-registration-notice {
	border: 0 solid #e1e1e1;
	border-left-width: 4px;
	border-left-color: #475bb2;
	background: #f1f2f9;
	padding: 16px 16px;
	background: #f1f2f9;
	margin: 16px 0;
	box-shadow: none;
	border-radius: 4px;

	.user-registration-notice-text {
		display: flex;
		flex-direction: row;
		gap: 6px;
		overflow: hidden;
	}

	a {
		text-decoration: none;
		color: #475bb2;
		font-weight: 500;
		font-size: 14px;
	}

	.ur-notice-subtitle {
		color: #6b6b6b;
		font-size: 13px;
		margin-top: 8px;
		margin-bottom: 0;
	}
}
