.ut-marr-list{display:flex;flex-direction:column;gap:14px;margin:18px 0;}
.ut-marr-list-title{margin:0 0 6px;}
.ut-marr-card{
display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;
border:1px solid #e3e6eb;border-left:4px solid #0a3d62;border-radius:8px;
padding:16px 20px;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.06);
}
.ut-marr-card-body{flex:1 1 240px;min-width:0;}
.ut-marr-card-title{margin:0 0 4px;font-size:1.1rem;line-height:1.3;color:#0a3d62;}
.ut-marr-card-desc{margin:0;color:#555;font-size:.95rem;line-height:1.45;}
.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;}
@media (max-width:560px){
.ut-marr-card{flex-direction:column;align-items:flex-start;}
.ut-marr-btn{width:100%;justify-content:center;}
}