/*# sourceMappingURL=subscription.css.map*/

.hostinger-reach-block-connect {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	background: #fff6e9;
	padding: 14px;
	font-size: 14px;
	margin: 28px 0 14px;
}

.hostinger-reach-block-connect__title {
	color: #1d1e20;
	font-weight: 700;
	margin-bottom: 4px;
}

.hostinger-reach-block-connect__subtitle {
	color: #727586;
	margin-bottom: 4px;
}

.hostinger-reach-block-connect a {
	color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
	text-decoration: underline;
}

.hostinger-reach-block-dialog {
	display: block;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	background: #fff;
	color: #1d1e20;
	padding: 20px;
	gap: 14px;
	font-size: 14px;
	line-height: 20px;
	bottom: 80px;
	left: 20px;
	position: fixed;
	z-index: 100001;
	max-width: 400px;
	border-radius: 16px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.hostinger-reach-block-dialog__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 10px;
}

.hostinger-reach-block-dialog__button_indicator {
	height: 16px;
	width: 16px;
}

.hostinger-reach-block-dialog__button {
	cursor: pointer;
	text-align: center;
	background: #673de6;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	padding: 6px 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	border-radius: 8px;
}

.hostinger-reach-block-dialog__button:hover {
	background: #5029c2;
}

.hostinger-reach-block-dialog__button a {
	text-decoration: none;
}

.hostinger-reach-block-dialog__button a:hover, .hostinger-reach-block-dialog__button a:focus, .hostinger-reach-block-dialog__button a:active {
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.hostinger-reach-block-dialog__button svg {
	height: 16px;
	width: 16px;
}

.hostinger-reach-block-dialog__button svg path {
	fill: #fff;
}

.hostinger-reach-block-dialog__close {
	cursor: pointer;
}

.hostinger-reach-block-dialog__close:before, .hostinger-reach-block-dialog__close:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 2px;
	background-color: #1d1e20;
	top: 26px;
	right: 16px;
}

.hostinger-reach-block-dialog__close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hostinger-reach-block-dialog__close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.hostinger-reach-block-dialog__close:hover:before, .hostinger-reach-block-dialog__close:hover:after {
	background-color: #727272;
}

.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	width: 100%;
	gap: .5rem;
}

.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline .hostinger-reach-block-form-field {
	min-width: 70%;
}

.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline .hostinger-reach-block-submit {
	min-width: 30%;
}

.hostinger-reach-block-subscription-form .hostinger-reach-block-submit {
	border-width: 0;
	margin-top: var(--wp--preset--spacing--20);
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	height: 100%;
	text-align: center;
	width: 100%;
	word-break: break-word;
	font-weight: 500;
	min-height: 40px;
}

.hostinger-reach-block-subscription-form .hostinger-reach-block-form-field {
	margin-top: 8px;
}

.hostinger-reach-block-subscription-form label {
	display: block;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.4;
	text-transform: uppercase;
	margin-bottom: 8px;
	padding: 0;
}

.hostinger-reach-block-subscription-form input {
	display: block;
	width: 100%;
	padding: 3px 10px;
	min-height: 40px;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	border-radius: 4px;
	border: 1px solid #8c8f94;
	background-color: #fff;
	color: #2c3338;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
