.l-root__grid .c-table-actionbar__exposed .c-table-actionbar__action.c-table-actionbar__action-edit-article {
	background-image: url('/assets/skins/lahuen/base/images/icon_edit.svg');
}

.c-table-cell .c-table-body__cell .c-table-body__cell--article-state .c-formatted-state__pill {
	text-align: center;
	border-radius: 0.5rem;
	font-size: 1rem;
	padding: 0.2rem 0.5rem;
	margin: 0 auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.c-form-section-article-information-editor .c-select {
	width: 14rem;
}
.c-form-section-article-information-editor
	.c-form-section-article-information-editor-existing-configs__table-data
	.c-action--tertiary {
	width: fit-content;
	margin-top: 1vh;
	margin-left: 0;
	align-self: flex-end;
}

.c-form-section .c-select.information-editor-config__state--select.c-select,
.c-select.article-information-editor-config__pharmaceutical-form--select.c-select {
	width: 35vh;
}

.c-form-section-article-information-editor .c-pair {
	display: flex;
	flex-direction: column;
}

.c-table-body__cell--article-state .c-formatted-state__pill.c-formatted-state__pill--1 {
	background-color: var(--state-executing);
}
.c-table-body__cell--article-state .c-formatted-state__pill.c-formatted-state__pill--datos-faltantes {
	color: var(--system-error-normal);
}
.c-table-body__cell--article-state .c-formatted-state__pill.c-formatted-state__pill--2 {
	background-color: var(--state-on-hold);
}

.c-form-section-article-information-editor
	.c-form-section-article-information-editor-config--base
	webc-numeric-field::part(webc-numeric-field) {
	width: 7.2rem;
	height: 2.1rem;
	border-radius: 0.4rem;
	border: 0.1rem solid var(--primary-e-normal);
	padding: 0 1rem;
	font: 400 1.2rem / normal 'Open Sans', sans-serif;
	margin-right: 0.5rem;
}

.c-form-section-article-information-editor-existing-configs__table-data--empty {
	font: 600 1.3rem / normal 'Lato', sans-serif;
	color: #8b8da3;
}
