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

.notice-header-builder {
	padding: 30px;
	border-left-color: #00a0d2;

	h1 {
		font-size: 25px;
		font-weight: 500;
		padding: 0;
		margin-top: 0;
		margin-bottom: 10px !important;
	}

	.about-description {
		font-size: 16px;
		margin-bottom: 20px;
	}

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

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