.ast-rs-app {
	max-width: 1150px;
	margin: 40px auto;
	padding: 0 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.ast-rs-card {
	background: #ffffff;
	border: 1px solid #e6e6e6;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
	padding: 24px;
}

.ast-rs-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	align-items: start;
}

.ast-rs-left h2,
.ast-rs-right h3 {
	margin-top: 0;
}

#ast-rs-send-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 8px;
}

#ast-rs-email {
	width: 100%;
	max-width: 100%;
	padding: 12px 14px;
	border: 1px solid #cfd4dc;
	border-radius: 10px;
	font-size: 15px;
	box-sizing: border-box;
}

#ast-rs-send-btn {
	margin-top: 14px;
	border: 0;
	background: #111111;
	color: #ffffff;
	padding: 11px 16px;
	border-radius: 10px;
	font-weight: 600;
	cursor: pointer;
}

#ast-rs-send-btn[disabled] {
	opacity: 0.45;
	cursor: not-allowed;
}

.ast-rs-status {
	margin-top: 10px;
	min-height: 22px;
	font-size: 14px;
}

.ast-rs-status.is-error {
	color: #c12323;
	font-weight: 600;
}

.ast-rs-status.is-success {
	color: #1f7a1f;
	font-weight: 600;
}

.ast-rs-mail-preview {
	background: #000000;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #1d1d1d;
}

.ast-rs-mail-preview img {
	display: block;
	width: 100%;
	height: auto;
}

.ast-rs-preview-body {
	color: #ffffff;
	text-align: center;
	padding: 24px;
	line-height: 1.7;
	font-size: 16px;
}

.ast-rs-preview-footer {
	color: #9b9b9b;
	text-align: center;
	padding: 0 24px 24px;
	line-height: 1.6;
	font-size: 12px;
}

.ast-rs-login-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 60vh;
}

.ast-rs-login-card {
	max-width: 420px;
	width: 100%;
	text-align: center;
}

#ast-rs-loginform {
	text-align: left;
}

@media (max-width: 900px) {
	.ast-rs-grid {
		grid-template-columns: 1fr;
	}
}
