/* Align public page titles with the homepage title treatment. */

.site-shell .prompt-library-page.section.page-section,
.site-shell .workflow-menu-page.section.page-section,
.site-shell .prompt-detail-page.section.page-section {
  padding-top: 14px;
}

.site-shell .prompt-library-page .page-title > .section-kicker,
.site-shell .workflow-menu-page .workflow-menu-intro .section-kicker,
.site-shell .prompt-detail-page .prompt-detail-eyebrow {
  display: none !important;
}

.site-shell .prompt-library-page .page-title > h1,
.site-shell .workflow-menu-page .workflow-menu-intro h1,
.site-shell .prompt-detail-page .prompt-detail-copy h1 {
  margin-top: 0 !important;
}

.site-shell .prompt-detail-page .prompt-back-link {
  display: none !important;
}

.site-shell .prompt-detail-page .prompt-detail-layout {
  margin-top: 0 !important;
}

@media (max-width: 620px) {
  .site-shell .prompt-library-page.section.page-section,
  .site-shell .workflow-menu-page.section.page-section,
  .site-shell .prompt-detail-page.section.page-section {
    padding-top: 14px;
  }
}
