@media (min-width: 1024px) {
  .sgt--table-name-flag {
    justify-content: inherit;
  }
  .sgt--table-name {
    flex-grow: 1;
  }
}
.sgt--table-country-icon-wrapper {
  position: relative;
  display: grid;
}

.sgt--table-country-icon {
  display: inline;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 1px;
  margin-inline-start: 0.5rem;
  border-radius: 0.25rem;
}

.sgt--table-country-icon-support {
  position: absolute;
  right: -0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  padding: 0.125rem;
  background-color: #0ba65c;
  border-radius: 0.5rem;
  fill: #fff;
}

.rtl .sgt--table-country-icon-support {
  right: 0.25rem;
}

/* FIXES */
.review-table[data-highlight="true"] .table-item[data-default="1"]::before {
  z-index: 1;
  margin-inline-start: 2rem !important;
}

@media (min-width: 576px) {
  .close-tippy {
    display: none;
  }
}
