.circle-content-table {
  min-width: 1160px;
}

.circle-content-table th:last-child,
.circle-content-table td:last-child {
  width: 390px;
  min-width: 390px;
}

.circle-row-menu {
  width: auto;
}

.circle-row-menu > summary {
  display: none;
}

.circle-row-menu:not([open]) > div,
.circle-row-menu > div {
  display: flex !important;
  position: static;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  width: auto;
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.circle-row-menu form {
  flex: 0 0 auto;
}

.circle-row-menu button {
  width: auto;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid #d8dfda;
  border-radius: 7px;
  background: #fff;
  color: #435047;
  font-size: 10px;
  font-weight: 650;
  line-height: 30px;
  white-space: nowrap;
}

.circle-row-menu button:hover {
  border-color: #aebbb2;
  background: #f5f7f5;
}

.circle-row-menu button.is-primary {
  border-color: #d7e5b9;
  background: #f1f7e6;
  color: #52751a;
}

.circle-row-menu button.is-danger {
  border-color: #efcccc;
  background: #fff8f8;
  color: #b42c2c;
}

@media (max-width: 900px) {
  .circle-content-table th:last-child,
  .circle-content-table td:last-child {
    position: static;
    box-shadow: none;
  }
}
