.bulb-editor {
	&-section-label {
		color: rgb(59, 48, 48);
		font-size: 1.3em;
		margin-bottom: 0.5em;
	}

	&-field-label {
		color: #7c7c7c;
		margin-bottom: 0.5em;
		border-bottom: 1px solid #8092af;
	}

	&-answer {
		background-color: #ececec;
		padding: 1rem;
		margin: 1rem 0;
		display: grid;
		grid-template-columns: 1fr auto;
		grid-column-gap: 1rem;
		justify-items: stretch;
		align-items: stretch;

		&-label {
			font-weight: bold;

			&-feedback {
				font-weight: bold;
				font-size: 0.9em;
			}
		}
	}
}

