.a_bronze-box{
    margin: 10px 0;
    border: 1px solid #9fc63b;
    background: #f6fbeb;
    border-radius: 0;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
  }

  .a_bronze-ico{
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 0;
    background: #9fc63b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .a_bronze-ico svg{ width: 18px; height: 18px; display:block; }

  .a_bronze-content{
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    width: 100%;
  }

  .a_bronze-title{
    font-weight: 700;
    font-size: 13px;
    line-height: 1.2;
    color: #2c3a07;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }

  .a_bronze-title a{
    color: #2c3a07;
    text-decoration: none;
    border-bottom: 1px dashed rgba(44,58,7,.45);
  }
  .a_bronze-title a:hover{ border-bottom-style: solid; }

  .a_bronze-sub{
    font-size: 12px;
    line-height: 1.25;
    color: #2c3a07;
    display: flex;
    align-items: baseline;
    gap: 6px;
    flex-wrap: nowrap;
  }

  /* malinko výraznější řádek s cenou */
  .a_bronze-sub--strong{
    font-size: 12px;
    line-height: 1.25;
  }

  .a_bronze-bronze{
    color: #cd7f32; /* bronzová */
    font-weight: 800;
  }

  .a_bronze-value{
    font-weight: 900;
    font-size: 16px;
    color: #2c3a07;
    white-space: nowrap;
    white-space: nowrap;
  }

  .a_bronze-unit{
    font-size: 12px;
    color: #2c3a07;
    white-space: nowrap;
    white-space: nowrap;
  }

  /* méně výrazná věta pod tím */
  .a_bronze-note{
    font-size: 12px;
    line-height: 1.2;
    opacity: .85;
  }

  .a_bronze-noteLink{
    color: #2c3a07;
    text-decoration: none;
    border-bottom: 1px dashed rgba(44,58,7,.35);
  }
  .a_bronze-noteLink:hover{ border-bottom-style: solid; }
