.ska-parse {

	&__error {

		&.components-notice {
			margin: 8px 0 0 0;
			padding: 8px 0 8px 8px;

			.components-notice__content {
				margin: 0;

				h4 {
					margin: 0 0 8px 0;
					line-height: 1;
				}

				code {
					word-break: break-all;
				}

				.components-notice__actions {
					display: flex;
					flex-direction: row;
					flex-wrap: wrap;

					& > .components-button {
						margin: 0 4px 4px 0;

						&:last-child {
							margin-bottom: 0;
						}
					}
				}
			}
		}
	}
}
