/* Style for form container */

.taxanomy-form h3 {
  margin-bottom: 10px;
}

label {
  display: block;
  font-weight: bold;
}

input[type="text"],
select,
textarea {
  /* width: 100%;
  padding: 8px; */
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

textarea {
  resize: vertical;
}

.button {
  padding: 10px 20px;
  background-color: #0073aa;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* Style for category list container */

.wp-list-table {
  width: 100%;
  border-collapse: collapse;
}
.tablenav .actions {
  display: flex;
}

.row-actions {
  font-size: 14px;
}

.row-actions span {
  margin-right: 5px;
}

.row-actions span a {
  color: #0073aa;
  text-decoration: none;
}

.row-actions span a:hover {
  text-decoration: underline;
}

/* Style for form container */
.taxanomy-form {
  margin-bottom: 20px;
  flex: 0 0 35%; /* Take 35% of the available space */
}

/* New Question Form page*/
/* Reset default margin and padding */
.question-form {
  margin: 0;
  padding: 0;
}

/* Style for text inputs and textareas */
.question-form input[type="text"],
.question-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

/* Style for select inputs */
.question-form select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

/* Style for submit button */
.question-form input[type="submit"] {
  padding: 10px 20px;
  background-color: #0073aa;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* Style for form labels */
.question-form label {
  font-weight: bold;
}

/* Style for placeholder text */
.question-form input[type="text"]::placeholder,
.question-form textarea::placeholder {
  color: #999;
}

/* Style for form groups containing multiple elements */
.form-group select + br {
  display: none;
}
.block-editor-block-list__block {
  border: 1px solid;
  padding: 10px 10px;
  display: flex;
  align-items: center;
}

div[data-title="Bc Forum"] {
  background-color: red;
}

.error-message {
  font-size: 12px;
  color: red;
  display: none;
}
