.ui5-ai-writing-assistant-footer-bar {
	background: var(--_ui5_texteditor_toolbar_background, var(--sapPageFooter_Background));
	width: 100%;
	box-sizing: border-box;
	box-shadow: none;
	border-bottom: none;
	border-top: none;
	padding: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.ui5-ai-writing-assistant-footer-bar--with-border {
	border-top: 1px solid var(--sapPageFooter_BorderColor);
}

.ui5-ai-writing-assistant-action-label {
	color: var(--sapContent_LabelColor);
	font-size: var(--sapFontSize);
	font-family: "72override", var(--sapFontFamily);
	margin-left: 0.25rem;
}