.mife-container-c794105b {
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	padding: 30px;
	max-width: 650px;
	margin: 0 auto;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
	font-family: inherit;
}

.mife-title-c794105b {
	margin-top: 0;
	color: #003366;
	border-bottom: 2px solid #003366;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.mife-form-row-c794105b {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 15px;
}
.mife-form-row-c794105b > div {
	flex: 1;
	min-width: 200px;
}

.mife-form-group-c794105b {
	margin-bottom: 15px;
}

.mife-form-group-c794105b label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333;
}

.mife-form-group-c794105b input,
.mife-form-group-c794105b select {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

.mife-btn-c794105b {
	background: #003366;
	color: #fff;
	border: none;
	padding: 12px 25px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 4px;
	cursor: pointer;
	width: 100%;
	transition: background 0.3s;
}

.mife-btn-c794105b:hover {
	background: #002244;
}

.mife-btn-secondary-c794105b {
	background: #e2e2e2;
	color: #333;
	border: none;
	padding: 10px 20px;
	font-weight: bold;
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.3s;
	width: 100%;
}

.mife-btn-secondary-c794105b:hover {
	background: #ccc;
}

.mife-response-c794105b {
	margin-top: 15px;
	padding: 10px;
	border-radius: 4px;
	display: none;
	font-weight: bold;
	text-align: center;
}
.mife-response-c794105b.success { background: #dff0d8; color: #3c763d; }
.mife-response-c794105b.error { background: #f2dede; color: #a94442; }
.mife-response-c794105b.mife-notice { background: #eef5fa; color: #003366; }
.mife-response-c794105b.mife-success { background: #dff0d8; color: #3c763d; }
.mife-response-c794105b.mife-error { background: #f2dede; color: #a94442; }

/* Global Modal Styles */
.mife-modal-overlay-c794105b {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mife-modal-content-c794105b {
	background: #fff;
	padding: 30px;
	border-radius: 8px;
	max-width: 650px;
	width: 95%;
	position: relative;
	box-shadow: 0 5px 25px rgba(0,0,0,0.2);
}

.mife-modal-close-c794105b {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 24px;
	cursor: pointer;
	line-height: 1;
	color: #777;
}
.mife-modal-close-c794105b:hover {
	color: #000;
}

/* Management Buttons */
.mife-management-area-c794105b {
	margin-top: 25px;
	padding-top: 20px;
	border-top: 2px dashed #eee;
}
.mife-management-buttons-c794105b {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 10px;
	margin-top: 15px;
}
.mife-mgmt-btn-c794105b {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: #f8f9fa;
	border: 1px solid #dee2e6;
	color: #495057;
	padding: 12px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	transition: all 0.2s;
}
.mife-mgmt-btn-c794105b:hover {
	background: #e9ecef;
	color: #212529;
	border-color: #ced4da;
}

/* Workgroups List */
.mife-workgroups-list-c794105b {
	margin: 0;
	padding: 10px 15px;
	background: #f5f5f5;
	border-radius: 4px;
	border: 1px solid #ccc;
	list-style-type: disc;
	list-style-position: inside;
}

.mife-workgroups-list-c794105b li {
	margin-bottom: 5px;
	color: #333;
}

.mife-workgroups-list-c794105b li:last-child {
	margin-bottom: 0;
}
