main {
  padding: 16px var(--padding) 256px var(--padding);
}

main .back {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
}

main .back .backinner {
  width: fit-content;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 8px;
  font-weight: 700;
}

main {
  display: flex;
  flex-direction: column;
}

main .back {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  cursor: pointer;
  font-weight: 700;
  margin-bottom: 16px;
}

main .title {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid var(--border);
  padding-bottom: 16px;
}

main .title .inline {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

main .title .inline h1 {
  font-size: 64px;
}

main .title .tags {
  display: flex;
  gap: 8px;
}

main .title .tags .tag {
  padding: 4px 8px;
  border: 2px solid var(--border);
  border-radius: 8px;
  font-size: 12px;
  background-color: var(--background);
}

main .title .buttons {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}

main .title .buttons button {
  padding: 8px 16px;
  border: 2px solid var(--border);
  border-radius: 8px;
  background-color: var(--background-hl);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

main .content {
  margin-top: 16px;
}

main .preview {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-size: cover;
  margin-top: 32px;
}
