  .handel-propoj-banner {
    padding:14px 14px 12px;
    border:1px solid #e6e6e6;
    border-radius:12px;
    background:#fafafa;
    margin-top:16px;
  }
  .handel-propoj-banner__row{
    display:flex; gap:12px; align-items:flex-start; justify-content:space-between; flex-wrap:wrap;
  }
  .handel-propoj-banner__text{ min-width:220px; flex:1; }
  .handel-propoj-banner__title{ font-weight:800; font-size:16px; line-height:1.2; margin-bottom:6px; }
  .handel-propoj-banner__desc{ font-size:14px; line-height:1.35; color:#444; }
  .handel-propoj-banner__btns{ display:flex; gap:10px; flex-wrap:wrap; align-items:center; justify-content:flex-end; }

  /* vzhľad tlačidiel (nech ostane class handel-propoj-link, ale vyzerá to ako button) */
  .handel-propoj-item{
    display:inline-flex; align-items:center; gap:8px;
    padding:10px 12px;
    border-radius:10px;
    text-decoration:none;
    font-weight:700;
    font-size:14px;
    border:1px solid #111;
    background:#ddd;
    color:#111;
  }

  /* aby pôvodné samostatné “banner” bloky nezavadzali */
  .handel-propoj-item-source { display:none !important; }
