.blpaczka__components__alert {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	border-radius: 4px;
	font-family: "Open Sans", sans-serif;

	&--error {
		border-left: 4px solid #FF5964;
	}

	&--info {
		border-left: 4px solid #4285f4;
	}

	&__content {
		&__message {
			font-weight: 300;
			color: #262b44;
			font-family: "Open Sans", sans-serif;
		}
	}

	&__details {
		margin-top: 24px;

		&__title {
			font-weight: bold;
			font-size: 16px;
			border-bottom: var(--blpaczka-order-backend-metabox-border);
			padding-bottom: 6px;
			margin-bottom: 14px;
		}

		&__content {

			&__details {

				padding: 0;
				margin: 0;
				list-style-type: none;

				&__item {
					&__fields {
						padding: 0;
						margin: 6px 0 10px;
						list-style-type: none;

						&_item {
							padding-left: 12px;
						}
					}
				}
			}
		}
	}
}