.main-content-inner {
  padding: 0;
  background-color: #fbf9fa;
}

.page-banner {
  color: var(--white);
  padding: 48px 24px;
  position: relative;
  background-image: linear-gradient(to right bottom in oklab, rgb(63, 178, 141) 0%, rgb(146, 227, 140) 100%);
}

.page-banner .ellipse-effect {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
}

.page-banner .ellipse-effect svg {
  height: 60px;
  width: 100%;
}

.page-banner h1 {
  color: var(--white);
  text-transform: none;
  margin-bottom: 4px;
  font-size: 36px;
}

.page-banner p {
  font-size: 18px;
}

.page-banner .profile-link {
  border: 1px solid var(--white);
  color: var(--white);
  gap: 0.75rem;
  padding: 8px 12px;
  font-size: 14px;
  background-color: oklab(0.999994 0.0000455678 0.0000200868 / 0.08);
}

.page-banner__tags {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.page-banner__tags-item {
  color: var(--white);
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 8px;
  background-color: oklab(0.999994 0.0000455678 0.0000200868 / 0.2);
}

.page-banner-back-row {
  background-color: var(--white);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 24px;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 1;
}

.page-banner-back-row .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}


@media only screen and (max-width: 800px) {
  .main-content-inner {
    padding: 0 !important;
  }

  .page-banner {
    padding: 32px 0;
  }
}
