.llcai__item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px;border:1px solid #085b51;border-radius:12px}.llcai__name{flex:1;min-width:0;font-weight:800;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.llcai__actions{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end}.llcai__smallbtn{padding:10px 14px;border:0;border-radius:10px;background:#085b51;color:#fff;cursor:pointer;font-weight:800}@media (max-width:520px){.llcai__item{flex-direction:column;align-items:stretch;gap:10px}.llcai__name{white-space:normal;overflow:visible;text-overflow:clip}.llcai__smallbtn{width:100%}}