.akhpush-inline {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	flex-wrap: wrap;
	direction: rtl;
}

.akhpush-subscribe-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 9px 17px;
	border: 0;
	border-radius: 10px;
	background: #0878e5;
	color: #fff;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.akhpush-subscribe-button:disabled {
	opacity: .62;
	cursor: not-allowed;
}

.akhpush-status {
	max-width: 620px;
	font-size: 12px;
	line-height: 1.8;
	white-space: normal;
	color: #667483;
}

.akhpush-status.is-success {
	color: #147a42;
}

.akhpush-status.is-error {
	color: #a02a2a;
}

.akhpush-status.is-info {
	color: #155e9f;
}

.akhpush-prompt {
	position: fixed;
	z-index: 999999;
	display: flex;
	align-items: flex-start;
	gap: 13px;
	width: min(390px, calc(100vw - 28px));
	padding: 19px;
	border: 1px solid #dce4ec;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(20,44,72,.18);
	direction: rtl;
	text-align: right;
}

.akhpush-prompt[hidden] {
	display: none !important;
}

.akhpush-position-right {
	right: 18px;
	bottom: 18px;
}

.akhpush-position-left {
	left: 18px;
	bottom: 18px;
}

.akhpush-prompt-close {
	position: absolute;
	top: 7px;
	left: 8px;
	width: 30px;
	height: 30px;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #6d7885;
	font-size: 22px;
	cursor: pointer;
}

.akhpush-prompt-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 46px;
	width: 46px;
	height: 46px;
	border-radius: 13px;
	background: #e8f4ff;
	color: #0878e5;
}

.akhpush-prompt-icon .dashicons {
	width: 24px;
	height: 24px;
	font-size: 24px;
}

.akhpush-prompt-content {
	padding-left: 18px;
}

.akhpush-prompt-content > strong {
	display: block;
	margin-bottom: 5px;
	color: #1e2d3c;
	font-size: 16px;
}

.akhpush-prompt-content p {
	margin: 0 0 12px;
	color: #687583;
	font-size: 13px;
	line-height: 1.7;
}

.akhpush-prompt-actions {
	display: flex;
	align-items: center;
	gap: 9px;
	flex-wrap: wrap;
}

.akhpush-style-banner {
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	max-width: none;
	border-radius: 0;
	justify-content: center;
}

.akhpush-style-modal {
	top: 50%;
	right: 50%;
	bottom: auto;
	left: auto;
	transform: translate(50%, -50%);
}

@media (min-width: 769px) {
	.akhpush-hide-desktop {
		display: none !important;
	}
}

@media (max-width: 768px) {
	.akhpush-hide-mobile {
		display: none !important;
	}

	.akhpush-prompt {
		right: 12px;
		left: 12px;
		bottom: 12px;
		width: auto;
	}

	.akhpush-style-modal {
		top: 50%;
		right: 12px;
		left: 12px;
		transform: translateY(-50%);
	}

	.akhpush-prompt-actions .akhpush-subscribe-button {
		width: 100%;
	}
}
