.a_bronze-box{
  margin: 10px 0;
  border: 1px solid #9fc63b;
  background: #f6fbeb;
  border-radius: 0;
  padding: 10px 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  min-width: 0;
}

/* Ikona */
.a_bronze-ico{
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 0;
  background: #3ca200;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.a_bronze-ico svg{
  width: 18px;
  height: 18px;
  display: block;
}

/* Obsah */
.a_bronze-content{
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  width: 100%;
}

/* Nadpis */
.a_bronze-title{
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  color: #2c3a07;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  min-width: 0;
}

.a_bronze-title a{
  color: #2c3a07;
  text-decoration: dashed !important;
}

/* Text + cena */
.a_bronze-sub{
  font-size: 14px;
  line-height: 1.25;
  color: #2c3a07;
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  min-width: 0;
}

/* Silnější řádek */
.a_bronze-sub--strong{
  font-size: 14px;
  line-height: 1.25;
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  min-width: 0;
}

/* Label část */
.a_bronze-sub--strong > span:first-child{
  flex: 0 1 auto;
  min-width: 0;
}

/* Bronzové zvýraznění */
.a_bronze-bronze{
  color: #cd7f32;
  font-weight: 800;
}

/* Cena */
.a_bronze-value{
  font-weight: 900;
  font-size: 16px;
  color: #3ca200;
  white-space: nowrap;
}

/* Jednotka */
.a_bronze-unit{
  font-size: 12px;
  color: #3ca200;
  white-space: nowrap;
}

/* Poznámka */
.a_bronze-note{
  font-size: 13px;
  line-height: 1.2;
  opacity: .85;
}

.a_bronze-noteLink{
  color: #2c3a07;
  text-decoration: none !important;
  border-bottom: 1px dashed rgba(44,58,7,.35);
}

.a_bronze-noteLink:hover{
  border-bottom-style: solid;
}

/* Detail – správné pořadí ve flex layoutu */
.p-info-wrapper .a_bronze-box{
  order: 6;
}
