.ut-marr-list{display:flex;flex-direction:column;gap:16px;margin:18px 0;}
.ut-marr-empty{color:#666;font-style:italic;}

.ut-marr-card{
	border:1px solid #e3e6eb;border-left:4px solid #0a3d62;border-radius:8px;
	padding:18px 20px;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.06);
}
.ut-marr-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap;}
.ut-marr-card-title{margin:0;font-size:1.15rem;line-height:1.3;color:#0a3d62;}

.ut-marr-card-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:4px 24px;margin:12px 0 0;}
.ut-marr-meta{font-size:.93rem;color:#333;}
.ut-marr-meta-l{color:#777;}
.ut-marr-meta-v{font-weight:600;}

.ut-marr-card-desc{margin:12px 0 0;color:#444;line-height:1.5;}
.ut-marr-card-foot{margin-top:14px;}

.ut-marr-btn{
	display:inline-flex;align-items:center;gap:8px;white-space:nowrap;
	background:#0a3d62;color:#fff;text-decoration:none;font-weight:600;font-size:.95rem;
	padding:10px 18px;border-radius:6px;transition:background .15s ease;
}
.ut-marr-btn:hover,.ut-marr-btn:focus{background:#08507e;color:#fff;}
.ut-marr-btn svg{width:18px;height:18px;flex:none;}

.ut-marr-badge{
	display:inline-block;padding:3px 12px;border-radius:999px;
	font-size:.78rem;font-weight:700;line-height:1.6;white-space:nowrap;
}
.ut-marr-badge.is-green{background:#e3f5e8;color:#1a7f37;}
.ut-marr-badge.is-gray{background:#eceef0;color:#555;}
.ut-marr-badge.is-amber{background:#fdf0d5;color:#a15c00;}
.ut-marr-badge.is-blue{background:#e1ecf7;color:#0a3d62;}

/* Pamja tabelë */
.ut-marr-table-wrap{margin:18px 0;overflow-x:auto;}
.ut-marr-table-fe{width:100%;border-collapse:collapse;font-size:.95rem;}
.ut-marr-table-fe th,.ut-marr-table-fe td{padding:10px 12px;border-bottom:1px solid #e3e6eb;text-align:left;vertical-align:top;}
.ut-marr-table-fe thead th{background:#0a3d62;color:#fff;font-weight:600;}
.ut-marr-table-fe tbody tr:hover{background:#f7f9fb;}

@media (max-width:640px){
	.ut-marr-table-fe thead{display:none;}
	.ut-marr-table-fe,.ut-marr-table-fe tbody,.ut-marr-table-fe tr,.ut-marr-table-fe td{display:block;width:100%;}
	.ut-marr-table-fe tr{border:1px solid #e3e6eb;border-radius:8px;margin-bottom:12px;padding:6px 0;}
	.ut-marr-table-fe td{border:none;padding:6px 14px;}
	.ut-marr-table-fe td::before{content:attr(data-th) ": ";font-weight:700;color:#777;}
}
