.answering-form table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 15px;
  background: #ececec;
  border: 1px solid #bbbbbb;
}

.answering-form th,
.answering-form td {
  vertical-align: middle;
  padding: 5px 10px;
  text-align: left;
  border-right: 1px solid #c8c7c7;
  border-bottom: 1px solid #c8c7c7;
}

.answering-form th {
  background: #dbdbdb;
  color: #333;
  text-shadow: 1px 1px #fff;
  white-space: nowrap;
}

.answering-form td {
  background: #ebebeb;
  color: #747474;
}

.answering-form td div.js-form-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
}

#edit-navigation-actions {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  align-items: center;
}

.answering-form input.button,
.answering-form input.form-submit {
  background-color: #00c5ff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.answering-form input.button:hover,
.answering-form input.form-submit:hover {
  background-color: #21759b;
}

.answering-form .tableresponsive-toggle {
  background: #00c5ff;
  color: #fff;
  padding: 5px 12px;
  border: none;
  border-radius: 4px;
  font-size: 0.9rem;
  cursor: pointer;
  margin-bottom: 10px;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.answering-form .tableresponsive-toggle:hover {
  background-color: #21759b;
  color: #fff;
}
