/* Guest demo mode on /stockAlert and /exDividend */

.alert-tool-demo-banner {
	border-left: 4px solid #4CB0EA;
	background: linear-gradient(90deg, rgba(76, 176, 234, 0.12) 0%, rgba(76, 176, 234, 0.04) 100%);
}

.alert-tool-demo-banner .badge-demo {
	background: #279ddd;
	font-weight: 600;
}

.alert-tool-demo-table-hint {
	font-size: 0.875rem;
	color: #6c757d;
}

/* Create form: "Add more alerts" beside Editor buttons (Bootstrap 5 modal footer) */
.DTE_Footer.modal-footer.csa-editor-create-more-footer,
.DTE_Footer.modal-footer.csa-editor-create-more-footer .DTE_Form_Buttons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 0.5rem;
	width: 100%;
}

.csa-editor-create-more-wrap {
	margin-right: auto;
	margin-bottom: 0;
	white-space: nowrap;
}
