.tgju-widget {
  background: #fff;
  border: 1px solid #e0e3eb;
  border-radius: 4px;
  font-family: inherit;
  font-size: 14px;
  direction: rtl;
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  overflow: hidden;
}

.tgju-widget-table {
  width: 100%;
  border-collapse: collapse;
}

.tgju-widget-table td {
  padding: 10px;
  border-top: 1px solid #ececec;
  text-align: right;
  vertical-align: middle;
}

.tgju-widget-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.tgju-widget-table-title {
  display: flex;
  align-items: center;
}

.tgju-widget-title-text {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.tgju-widget-title-text.dot::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background: #fa941a;
  border-radius: 50%;
  margin-left: 6px;
}

.nf {
  font-weight: 600;
  color: #222;
}

.tgju-widget-update {
  padding: 10px;
  font-size: 13px;
  color: #666;
  text-align: right;
  border-top: 1px solid #e0e3eb;
}

@media (max-width: 480px) {
  .tgju-widget-table td {
    font-size: 13px;
    padding: 8px;
  }

  .tgju-widget-title-text {
    font-size: 13px;
  }
}
