.simple-card{border:1px solid color-mix(in srgb,var(--brand-bi)35%,transparent);cursor:pointer;background-color:var(--card,#fff);border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:10px;display:flex;position:relative}.simple-card.simple-card--fill{box-sizing:border-box;align-items:stretch;height:100%;min-height:100%}.simple-card.simple-card--fill .simple-card-content{flex:auto;align-items:center;min-width:0;min-height:0}.simple-card.simple-card--fill .simple-card-title-container{flex-direction:column;flex:auto;justify-content:center;min-width:0;display:flex}.simple-card.simple-card--fill .simple-card-status{align-self:center}.simple-card:hover{border:1px solid color-mix(in srgb,var(--brand-bi)75%,var(--brand-logo));background-color:color-mix(in srgb,var(--brand-lupa-3)55%,var(--card));transition:all .3s}.simple-card .simple-card-content{justify-content:start;align-items:center;gap:10px;display:flex}.simple-card .simple-card-image-container{border:1px solid var(--border);background-color:var(--muted);border-radius:10px;justify-content:center;align-items:center;width:24px;height:24px;padding:5px;display:flex}.simple-card .simple-card-image-container svg{width:24px;height:24px;color:var(--muted-foreground);border-radius:5px}.simple-card .simple-card-title{letter-spacing:0%;color:var(--foreground);font-size:16px;font-weight:700;line-height:100%}.simple-card .simple-card-subtitle{color:var(--muted-foreground);margin-top:4px;font-size:13px;line-height:120%}.simple-card .simple-card-status{border-radius:5px;width:15px;height:15px}
