.nwws-me-form-wrap {
	max-width: 720px;
	margin: 0 auto;
}

.nwws-me-form {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.nwws-me-section {
	border: 0;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.nwws-me-field {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.nwws-me-field.nwws-me-hidden {
	display: none;
}

.nwws-me-row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

@media (min-width: 640px) {
	.nwws-me-row {
		grid-template-columns: 1fr 1fr;
	}
}

.nwws-me-label,
.nwws-me-field > label {
	font-weight: 600;
}

.nwws-me-required {
	color: #c00;
}

.nwws-me-help {
	color: #555;
}

.nwws-me-help-warning {
	color: #c00;
}

.nwws-me-input,
.nwws-me-file {
	width: 100%;
	padding: 0.6rem 0.75rem;
	border: 1px solid #ccc;
	border-radius: 4px;
	font: inherit;
}

.nwws-me-radio-group {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.nwws-me-radio {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-weight: 400;
}

.nwws-me-button {
	display: inline-block;
	width: 100%;
	padding: 0.85rem 1rem;
	border: 0;
	border-radius: 4px;
	background: #2ea3f2;
	color: #fff;
	font: inherit;
	font-weight: 600;
	cursor: pointer;
}

.nwws-me-button:hover {
	background: #1f8fd8;
}

.nwws-me-notice {
	padding: 0.75rem 1rem;
	border-radius: 4px;
	margin-bottom: 1rem;
}

.nwws-me-notice-success {
	background: #e8f7ee;
	border: 1px solid #8fd4a8;
	color: #1f6b38;
}

.nwws-me-notice-error {
	background: #fdecec;
	border: 1px solid #f1a8a8;
	color: #8a1f1f;
}

.nwws-me-image-preview img,
.nwws-me-gallery-grid img {
	max-width: 160px;
	height: auto;
	border-radius: 4px;
	border: 1px solid #ddd;
}

.nwws-me-gallery-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

a#nwws-remove-member-event {
	color: #007580 !important;
	border-width: 1px !important;
	border-color: #c4c4c4;
	border-radius: 0;
	letter-spacing: 1px;
	font-size: 24px;
	font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	padding-right: 1em !important;
	padding-left: 1em !important;
	padding-top: 10px !important;
	padding-bottom: 8px !important;
	display: inline-block;
	width: 100%;
}
