/* EcomTrade24 Pay - checkout icons (Classic + Blocks) */
.ecomtrade24-icons{
  display:flex;
  gap:8px;
  margin-top:6px;
  flex-wrap:wrap;
  align-items:center;
}

.ecomtrade24-icons img{
  height:22px;
  width:auto;
  display:inline-block;
}

/* Blocks checkout label: stack title + icons */
.ecomtrade24-label{
  display:flex;
  flex-direction:column;
  gap:6px;
}

.ecomtrade24-label-title{
  line-height:1.2;
}

/* Keep spacing tight inside blocks */
.ecomtrade24-content p{
  margin:0;
}
