.svg-list { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; min-height: 84px; }
    .svg-list img { width: 66px; height: 66px; padding: 8px; border: 1px solid rgba(11, 25, 117, .16); border-radius: 16px; background: #fff; cursor: pointer; box-shadow: 0 6px 18px rgba(11, 25, 117, .08); }
    .svg-list.selected img { border-color: var(--yellow); background: #fffdf0; }
    .compact-actions { justify-content: center; gap: 18px; margin-top: 18px; }
    .example-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
    .example-row img { width: 100%; border-radius: 18px; border: 1px solid rgba(11, 25, 117, .12); background: white; }
    @media (max-width: 720px) { .example-row { grid-template-columns: 1fr; } }
