
.hideAll { display: none; }

.topbar {
  padding: 14px 0;
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
}

.logo { max-height: 40px; }

.input-pill {
  border-radius: 999px;
  padding-left: 16px;
}

.pageTitle { margin-top: 24px; margin-bottom: 6px; }

.divider {
  height: 2px;
  background: #f0f0f0;
  margin: 10px 0 18px;
}
.divider.mini { margin: 12px 0; height: 1px; }

.pointer { cursor: pointer; }

.adminNav .adminTab { margin-bottom: 10px; }
.adminHelp { margin-top: 10px; }

.panelTitle { margin: 0; }

.sectionTitle { margin-bottom: 12px; }

.smallText {
  font-size: 0.85rem;
  color: #666;
}

.listRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-top: 1px solid #efefef;
}
.listRow:first-of-type { border-top: 0; }



.brand_logo img{
  height: 50px;
  width: auto;
}

.dropBox {
  border: 2px dashed #d4d4d4;
  border-radius: 20px;
  padding: 25px;
  text-align: center;
  border-radius: 6px;
  background: #fafafa;
  cursor: pointer;
  transition: 0.2s ease;
  margin-bottom: 10px;
}

.dropBox:hover { 
  background: #f3f3f3; 
}

.dragActive {
  border-color: #721B43;
  background: #eef7ff;
}

.hiddenFileInput { display: none; }

.dropText {
  font-weight: 600;
  margin-bottom: 4px;
}

.metaWrap { margin-bottom: 8px; }
.metaRow { margin-bottom: 8px; }
.metaField { margin: 0; }


.topicActions { margin-top: 10px; }
.topicActions .button { margin-bottom: 0; }

.metaRow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.metaField {
  flex: 1;
  margin: 0;
}

.metaDeleteBtn {
  background: #e6e6e6;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  padding: 0;
}

.metaDeleteBtn:hover {
  background: #d4d4d4;
}

.hideEditCat,
.hideEditTopic,
.hideAddTopic {
  display: none;
}

.adminNav .adminTab.isActive {
  background: #721B43;
  color: #fff;
  border-color: #721B43;
}