
.iexel-wrap h1 { color:#071d49; }
.iexel-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:16px; margin:20px 0; }
.iexel-card { background:#fff; border:1px solid #dcdcde; border-left:5px solid #cba135; padding:18px; border-radius:8px; margin:16px 0; }
.iexel-card h2 { margin:0 0 8px; color:#071d49; }
.iexel-form { background:#fff; border:1px solid #dcdcde; padding:20px; border-radius:8px; max-width:980px; margin:20px 0; }
.iexel-form label, .iexel-card label { font-weight:600; display:block; margin-top:10px; }
.iexel-form input, .iexel-form select, .iexel-form textarea, .iexel-card select, .iexel-card textarea { width:100%; max-width:580px; margin:5px 0 10px; }
.iexel-table { margin-top:20px; }
.iexel-profile-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(180px,1fr)); gap:16px; margin:20px 0; }
.iexel-profile-card { background:#fff; border:1px solid #ddd; border-radius:10px; padding:16px; text-align:center; box-shadow:0 1px 3px rgba(0,0,0,.06); }
.iexel-profile-card img { width:90px; height:90px; object-fit:cover; border-radius:50%; margin-bottom:10px; border:3px solid #cba135; }
.iexel-profile-card h3 { margin:8px 0; color:#071d49; }
.iexel-danger { border-left-color:#b32d2e; }
.iexel-danger h2 { color:#b32d2e; }


.iexel-logout-button {
	display:inline-block;
	background:#071d49;
	color:#fff !important;
	padding:10px 18px;
	border-radius:6px;
	text-decoration:none;
	font-weight:700;
}
.iexel-logout-button:hover { background:#0b1638; color:#fff !important; }
.iexel-front-table {
	width:100%;
	border-collapse:collapse;
	margin-top:15px;
}
.iexel-front-table th,
.iexel-front-table td {
	border:1px solid #ddd;
	padding:8px;
	text-align:left;
}
.iexel-front-table th {
	background:#071d49;
	color:#fff;
}
