.container {
  display: flex;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

main {
  flex: 1;
  padding: 32px;
  overflow-y: auto;
  min-height: 0;
}

.tag-editor {
  max-width: 800px;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.tag-editor h2 {
  font-size: 28px;
  margin-bottom: 8px;
  color: #ff0000;
  flex-shrink: 0;
}

.tag-editor .subtitle {
  color: #666;
  font-size: 14px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

.editor-section {
  background: #1a1a1a;
  border: 1px solid #3f3f3f;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
  flex-shrink: 0;
}

.editor-section:last-child {
  margin-bottom: 0;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.editor-section h3 {
  font-size: 16px;
  margin-bottom: 16px;
  color: #f1f1f1;
  flex-shrink: 0;
}

.editor-section > p {
  flex-shrink: 0;
}
