/* Headline Wrapper - centered title with action sheet in upper right
 * -------------------------------------------------------------------------- */

.headline-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5rem;
  gap: 0.5rem;
}

.headline-wrapper .headline {
  margin: 0;
  text-align: center;
  padding-inline: 200px;
}

.headline-wrapper .button-group {
  position: absolute;
  top: 0;
  right: 0;
}

.headline-wrapper .publish-status {
  flex: 0 0 auto;
}

/* On mobile, keep centered layout */
@media (max-width: 640px) {
  .headline-wrapper .headline {
    padding-right: 0;
  }
}
