/* Publications page layout */

/* Hide default page title */
.page-slug-publications .entry-header {
  display: none;
}

/* Hide first Gutenberg heading block inside content on this page */
.page-slug-publications .entry-content > .wp-block-heading:first-child {
  display: none;
}

/* White-100 background across the whole page container */
.page-slug-publications .site-main .site-container {
  background: var(--color-white-100);
  border-radius: 16px 16px 0 0;
}

.page-slug-publications .footer-cta__wrapper {
  display: none;
}