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

.hostinger-reach-block-connect {
	display: flex;
	flex-direction: column;
	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;
	flex-direction: column;
	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;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.hostinger-reach-block-dialog__actions {
	display: flex;
	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: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	border-radius: 8px;
}

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

.hostinger-reach-block-dialog__button a {
	color: #fff;
	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;
	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 {
	transform: rotate(45deg);
}

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

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

.hostinger-reach-select-form-modal.components-modal__frame {
	display: flex;
	flex-direction: column;
	max-width: 900px;
	width: 90vw;
	height: 640px;
	max-height: calc(100vh - 64px);
}

.hostinger-reach-select-form-modal .components-modal__header {
	height: 52px;
	padding: 12px 24px;
}

.hostinger-reach-select-form-modal .components-modal__content {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 0;
	margin-top: 52px;
	padding: 0 24px;
	overflow: hidden;
}

.hostinger-reach-select-form-modal .components-modal__children-container {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 0;
	overflow: hidden;
}

.hostinger-reach-select-form-modal__content {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 0;
	overflow: hidden;
	border-top: 1px solid #e0e0e0;
}

.hostinger-reach-select-form-modal__loading, .hostinger-reach-select-form-modal__empty {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	min-height: 240px;
	text-align: center;
	color: #757575;
}

.hostinger-reach-select-form-modal__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	flex: 1;
	min-height: 0;
}

.hostinger-reach-select-form-modal__list-forms {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: 190px;
	gap: 16px;
	align-content: start;
	min-height: 0;
	overflow-y: auto;
	padding: 16px;
}

.hostinger-reach-select-form-modal__list-preview {
	display: flex;
	flex-direction: column;
	min-height: 0;
	overflow-y: auto;
	padding: 16px;
	background: #f5f5f5;
}

.hostinger-reach-select-form-modal__form-item {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 0;
	border: none;
	background: rgba(0, 0, 0, 0);
	cursor: pointer;
	text-align: left;
}

.hostinger-reach-select-form-modal__form-item:focus-visible {
	outline: none;
}

.hostinger-reach-select-form-modal__form-name {
	font-weight: 700;
	font-size: 14px;
	color: #1e1e1e;
}

.hostinger-reach-select-form-modal__form-thumb {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 0;
	overflow: hidden;
	background: #f5f5f5;
	border-radius: 16px;
	border: 3px solid rgba(0, 0, 0, 0);
	transition: border-color .2s ease;
}

.hostinger-reach-select-form-modal__form-thumb-fallback {
	width: 100%;
	height: 100%;
	background: #ebebeb;
}

.hostinger-reach-select-form-modal__form-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hostinger-reach-select-form-modal__form-item--selected .hostinger-reach-select-form-modal__form-thumb {
	border-color: #3858e9;
}

.hostinger-reach-select-form-modal__preview-frame {
	width: 100%;
	height: 100%;
	min-height: 320px;
	border: 1px solid #e0e0e0;
	border-radius: 12px;
}

.hostinger-reach-select-form-modal__footer {
	display: flex;
	flex-shrink: 0;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	padding: 16px 0;
	border-top: 1px solid #e0e0e0;
}

.hostinger-reach-select-form-modal__footer-start {
	display: flex;
	align-items: center;
	gap: 8px;
}

.hostinger-reach-select-form-modal__footer-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-left: auto;
}

.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline {
	flex-direction: row;
	justify-content: flex-start;
	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);
	align-content: center;
	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;
	border-radius: 50px;
}

.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;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	border-radius: 4px;
	border: 1px solid #8c8f94;
	background-color: #fff;
	color: #2c3338;
	box-sizing: border-box;
}

.hostinger-reach-block-use-template {
	width: 100%;
	justify-content: center;
	margin-bottom: 16px;
}

.hostinger-reach-block-selected-form {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 16px;
	padding: 12px;
	border: 2px solid rgba(0, 0, 0, 0);
	border-radius: 8px;
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #3ab0ff, #673de6, #e536db) border-box;
}

.hostinger-reach-block-selected-form__title {
	display: flex;
	align-items: center;
	gap: 8px;
	max-width: 100%;
}

.hostinger-reach-block-selected-form__title svg {
	flex-shrink: 0;
}

.hostinger-reach-block-selected-form__name {
	font-weight: 700;
	font-size: 13px;
	color: #1e1e1e;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hostinger-reach-block-selected-form__image {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 8px;
	background: #f0f0f0;
}

.hostinger-reach-block-selected-form__edit {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	height: auto;
	padding: 8px 12px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 8px;
	background: #fff;
	color: #673de6;
}

.hostinger-reach-block-selected-form__edit:hover, .hostinger-reach-block-selected-form__edit:focus {
	background: #fff;
	color: #673de6;
}

.hostinger-reach-block-selected-form__edit svg {
	flex-shrink: 0;
}

.hostinger-reach-block-selected-form__edit-text {
	color: #673de6;
}

.hostinger-reach-block-selected-form__change.components-button.is-link {
	align-self: center;
	padding: 0;
	color: #673de6;
}

.hostinger-reach-block-selected-form__change.components-button.is-link:hover, .hostinger-reach-block-selected-form__change.components-button.is-link:focus, .hostinger-reach-block-selected-form__change.components-button.is-link:active {
	color: #673de6;
}

.hostinger-reach-block-classic-form {
	width: 100%;
	justify-content: center;
	margin-bottom: 16px;
}

.hostinger-reach-block-tags {
	margin-left: -6px;
	margin-top: 10px;
	max-height: 14em;
	overflow: auto;
	padding-left: 6px;
	padding-top: 6px;
	margin-bottom: 20px;
}

.components-button.is-link.hostinger-reach-block-toggler {
	margin-bottom: 20px;
}

.hostinger-reach-block-newtag {
	margin-bottom: 20px;
}

.reach-subscription-message {
	font-weight: bold;
	padding: 1em;
	gap: 10px;
	margin-top: 10px;
}

.reach-subscription-message.is-success {
	background: rgba(0, 158, 91, .1019607843);
}

.reach-subscription-message.is-error {
	background: rgba(234, 71, 104, .1019607843);
}
