.tavazo-info-tab-content {
  direction: rtl;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  color: #3f3f46;
}

.tavazo-info-tab-title {
  margin: 0 0 16px;
  text-align: right;
  color: var(--Neutral-300, #717378);
  font-size: 12px;
  font-weight: 700;
  line-height: 150%; /* 18px */
}

.tavazo-info-table {
  width: 100%;
}

.tavazo-info-table__head,
.tavazo-info-table__row {
  display: grid;
  grid-template-columns: max-content minmax(40px, 1fr) max-content;
  gap: 12px;
  align-items: center;
  min-height: 43px;
  padding: 0;
}

.tavazo-info-table__head {
  color: var(--Neutral---400, #8F8F8F);
  font-size: 14px;
  font-weight: 600;
  line-height: 150%; /* 21px */
}

.tavazo-info-table__row span,
.tavazo-info-table__head span {
  min-width: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  white-space: nowrap;
}

.tavazo-info-table__row span:first-child {
  color: var(--Neutral-400, #46494F);
  font-size: 14px;
  font-weight: 600;
  line-height: 150%; /* 21px */
}

.tavazo-info-table__row span:last-child {
  color: var(--Neutral---400, #8F8F8F);
  font-size: 14px;
  font-weight: 600;
  line-height: 150%; /* 21px */
}

.tavazo-info-table__head span:first-child,
.tavazo-info-table__head span:last-child {
  color: var(--Neutral---400, #8F8F8F);
  font-size: 14px;
  font-weight: 600;
  line-height: 150%; /* 21px */
}

.tavazo-info-table__row i,
.tavazo-info-table__head i {
  display: block;
  height: 1px;
  border-bottom: 1px dashed #d9d9dd;
  transform: translateY(1px);
}

.tavazo-info-table__row span:last-child,
.tavazo-info-table__head span:last-child {
  text-align: left;
}

.tavazo-info-warnings {
  margin: 24px auto 0;
  display: flex;
}

.tavazo-info-warning {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  min-height: 42px;
  padding: 9px 14px;
  border: 0;
  border-radius: 8px;
  background: #fff7e8;
  color: #a36f12;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.9;
}

.tavazo-info-warning--alert {
  background: #fff7e8;
  color: #a36f12;
}

.tavazo-info-warning--warning {
  background: #fff1f1;
  color: #d92d20;
}

.tavazo-info-warning--warning svg path {
  stroke: currentColor;
}

.tavazo-info-warning--alert svg path {
  stroke: currentColor;
}
i.tavazo-info-warning__icon {
    display: flex;
}

@media (max-width: 640px) {
  .tavazo-info-tab-content {
    max-width: 100%;
  }

  .tavazo-info-table__head,
  .tavazo-info-table__row {
    grid-template-columns: minmax(0, auto) minmax(16px, 1fr) minmax(0, auto);
    gap: 8px;
    min-height: 38px;
  }

  .tavazo-info-table__row span,
  .tavazo-info-table__head span {
    font-size: 14px;
  }

  .tavazo-info-table__head span:first-child,
  .tavazo-info-table__head span:last-child {
    font-size: 13px;
  }

  .tavazo-info-warning {
    align-items: flex-start;
    font-size: 12px;
  }
}
