[id="wpbody-content"] {
	> .notice-header-builder {
		width: calc(100% - 30px);
	}
}

.notice-header-builder {
	position: relative;
	padding: 20px 15px;
	border-left-color: #00a0d2;

	h2 {
		margin-top: 0;
		margin-bottom: 10px !important;
	}

	p {
		padding: 0;
	}

	.notice-actions {
		margin-top: 25px;

		a {
			&:not(:last-child) {
				margin-right: 10px;
			}
		}
	}
}