/* Shared page shell for non-home browse pages. */

.page-events .container,
.page-search .container,
.page-gifts .container,
.page-tags .container,
.page-talents .container,
.page-calendar .container {
  width: min(1440px, calc(100vw - 96px));
  padding-top: 28px;
}

@media (min-width: 1680px) {
  .page-events .container,
  .page-search .container,
  .page-gifts .container,
  .page-tags .container,
  .page-talents .container,
  .page-calendar .container {
    width: min(1500px, calc(100vw - 112px));
  }
}

.page-events .page-title,
.page-search .page-title,
.page-gifts .page-title,
.page-tags .page-title,
.page-talents .page-title,
.page-calendar .page-title {
  margin-top: 0;
  margin-bottom: 18px;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.page-events .page-title h1,
.page-search .page-title h1,
.page-gifts .page-title h1,
.page-tags .page-title h1,
.page-talents .page-title h1,
.page-calendar .page-title h1 {
  margin: 0;
  font-size: 34px;
  line-height: 1.15;
}

.page-events .page-title p,
.page-search .page-title p,
.page-gifts .page-title p,
.page-tags .page-title p,
.page-talents .page-title p,
.page-calendar .page-title p,
.page-events .page-title .detail-actions,
.page-search .page-title .detail-actions,
.page-gifts .page-title .detail-actions,
.page-tags .page-title .detail-actions,
.page-talents .page-title .detail-actions,
.page-calendar .page-title .detail-actions {
  display: none;
}

.page-events .section,
.page-search .section,
.page-gifts .section,
.page-tags .section,
.page-calendar .section {
  margin-top: 20px;
  padding: 22px;
}

@media (max-width: 900px) {
  .page-events .container,
  .page-search .container,
  .page-gifts .container,
  .page-tags .container,
  .page-talents .container,
  .page-calendar .container {
    width: min(100%, calc(100vw - 24px));
    padding-top: 22px;
  }
}

@media (max-width: 768px) {
  .page-events .page-title h1,
  .page-search .page-title h1,
  .page-gifts .page-title h1,
  .page-tags .page-title h1,
  .page-talents .page-title h1,
  .page-calendar .page-title h1 {
    font-size: 28px;
  }

  .page-events .section,
  .page-search .section,
  .page-gifts .section,
  .page-tags .section,
  .page-calendar .section {
    padding: 16px;
  }
}