#wpbody-content > .wrap {
	background-color: #fff;
	padding: 20px;
}

.icey_settings_wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 800px;
}

textarea {
	width: 100%;
}

.icey_settings_wrapper .notice-error {
	display: none !important;
}