/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.apd-form.hidden {
  display: none;
}

.apd-link {
  color: #000;
  cursor: pointer;
  display: none;
}
.apd-link .dashicons {
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.apd-textarea {
  width: 100%;
  min-height: 100px;
}

.apd-description {
  color: #000;
}

.apd-buttons-container {
  display: flex;
  justify-content: space-between;
}

.apd-delete-button {
  display: flex;
  align-items: center;
  height: 30px;
  color: #d63638;
  cursor: pointer;
  transition: 1s;
}

.apd-delete-button:hover {
  color: #d63638;
}
