.section-newsletter {
	padding: 0 20px;
}

.newsletter-content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	max-width: 808px;
	margin: 0 auto;
	padding: 40px 48px;
}

.newsletter-button-group {
	display: flex;
	justify-content: center;
	margin-top: 15px;
	width: 100%;
}

.newsletter-desc {
	margin-top: 15px;
}

.newsletter--field {
	margin-bottom: 0;
	width: 350px;
	margin-right: 12px;
}

.sign-up-and-save-container {
	top: 50%;
	left: 50%;
	bottom: unset;
	right: unset;
	transform: translate(-50%, -50%);
}

.sign-up-and-save-container .popup-link-modal__close {
	top: 8px;
	right: 8px;
}

.sign-up-and-save-container .popup-link-modal__close svg {
	width: 16px;
	height: 16px;
}

.sign-up-and-save-container .popup-link-modal__content {
	padding: 0;
}

.sign-up-and-save-success-content {
	display: flex;
	flex-direction: row;
	box-sizing: border-box;
	width: 780px;
	min-width: 200px;
	max-width: 1000px;
	border-style: none;
	border-width: 0px;
	border-color: rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	background-repeat: no-repeat;
	background-position-y: center;
	padding: 20px;
	flex: 1 1 0%;
}

.success-left-image {
	display: flex;
	flex-direction: column;
	width: 390px;
	margin: -20px 0px -20px -20px;
	padding: 0px;
	border-color: transparent currentcolor transparent transparent;
	border-style: solid none solid solid;
	border-width: 0px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	overflow: hidden;
	min-width: 390px;
	min-height: 300px;
}

.success-left-image img {
	border-radius: 0;
}

.success-right-content {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	min-height: 300px;
	justify-content: center;
}

.success-message-inner .success-title,
.success-message-inner .success-code {
	position: relative;
	padding: 10px 6px;
}

.success-message-inner .success-title {
	font-size: 24px;
}

.success-message-inner .success-des {
	position: relative;
	padding: 0px 6px 10px;
	font-size: 14px;
}

.success-message-inner .success-des p {
	padding: 0;
	margin: 0;
}

.success-message-inner .success-code .copy-text {
	position: relative;
	display: flex;
	flex-direction: row;
	flex: 1 1 0%;
	align-items: center;
	justify-content: center;
	background: rgb(238, 238, 238);
	border-radius: 2px;
	border-style: dashed;
	border-color: rgb(0, 0, 0);
	border-width: 2px;
	color: rgb(0, 0, 0);
	line-height: 1;
	white-space: normal;
	padding: 16px;
	text-align: center;
	word-break: break-word;
	align-self: flex-end;
	cursor: pointer;
	box-sizing: border-box;
	width: 100%;
}

.success-message-inner .copy-text span {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0px;
}

.success-message-inner pro-copy-to-clipboard {
	width: 32px !important;
	height: 32px !important;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.success-message-inner pro-copy-to-clipboard .copy,
.success-message-inner pro-copy-to-clipboard .copy-success {
	width: 32px;
	height: 32px;
}

@media screen and (max-width: 959px) {
	.newsletter-content {
		padding: 20px 0;
	}

	.newsletter-content form {
		width: 100%;
	}
	.newsletter-desc {
		font-size: 1rem;
	}
	.newsletter--field {
		width: 100%;
		margin-bottom: 1rem;
	}
	.newsletter-button-group {
		flex-direction: column;
		gap: 12px;
	}
	.newsletter-button-group .shopline-localization-form {
		flex: 1;
	}
	.sign-up-and-save-container {
		width: calc(100vw - 20px);
	}
  .sign-up-and-save-success-content {
    width: 100%;
  }
}

.newsletter-commit--message .icon {
	width: 14px;
	margin-right: 4px;
}

.newsletter--button {
	min-width: 150px;
}

.newsletter-form {
	width: 100%;
}

/* The ipad end responds to the mobile end in vertical screen */

/* @custom-media --tablet (max-width: 959px); */

/* @custom-media --gt-mobile (min-width: 751px); */

/* detectingScreen need to consider the configuration of the tablet */
