.card{
    width:100%;
    max-width:420px;
    background:var(--surface);
    border:1px solid var(--line);
    border-radius:26px;
    box-shadow:var(--shadow-1);
    padding:28px 22px 24px;
  }

.brand{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    color:var(--ink-400);
    font-size:.85rem;
    font-weight:600;
    margin-bottom:4px;
  }

.brand svg{width:17px;height:17px;stroke:var(--amber);}

.full_name_container{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    color:var(--ink-400);
    font-size:.85rem;
    font-weight:600;
    margin-bottom:4px;

}