#homeTopicRequestCard {
  box-sizing: border-box;
  width: 100%;
}

#homeTopicRequestCard > .home-topic-request-toggle {
  box-sizing: border-box;
  width: 100%;
  background:
    linear-gradient(180deg, rgba(245, 233, 214, 0.28) 0%, rgba(245, 233, 214, 0.04) 100%),
    linear-gradient(90deg, rgba(255, 252, 245, 0.96) 0%, rgba(255, 251, 245, 0.84) 44%, rgba(255, 251, 245, 0.18) 100%);
}

#homeTopicRequestCard > .home-topic-request-toggle::before {
  background: url("home-topic-request-desire-soul.jpg") center 20% / cover no-repeat;
  opacity: 1 !important;
  transform: none;
  transition: none;
}

#homeTopicRequestCard .home-topic-request-title[hidden],
#homeTopicRequestCard .mission-topic-request-help[hidden] {
  display: none !important;
}

body.native-app.home-topic-request-active #homeTopicRequestCard,
body.compact-layout.home-topic-request-active #homeTopicRequestCard {
  left: 0;
  right: 0;
  width: 100%;
}

#homeTopicRequestCard:not(.is-open) > .home-topic-request-toggle {
  background:
    linear-gradient(180deg, rgba(245, 233, 214, 0.28) 0%, rgba(245, 233, 214, 0.04) 100%),
    linear-gradient(90deg, rgba(255, 252, 245, 0.96) 0%, rgba(255, 251, 245, 0.84) 44%, rgba(255, 251, 245, 0.18) 100%);
}

#homeTopicRequestCard:not(.is-open) > .home-topic-request-toggle .home-topic-request-toggle-copy,
#homeTopicRequestCard:not(.is-open) > .home-topic-request-toggle .home-topic-request-toggle-side {
  backdrop-filter: none;
}

#homeTopicRequestCard:not(.is-open) > .home-topic-request-toggle .home-topic-request-eyebrow,
#homeTopicRequestCard:not(.is-open) > .home-topic-request-toggle .home-topic-request-title:not(:empty) {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  isolation: isolate;
}

#homeTopicRequestCard:not(.is-open) > .home-topic-request-toggle .home-topic-request-eyebrow::before,
#homeTopicRequestCard:not(.is-open) > .home-topic-request-toggle .home-topic-request-title:not(:empty)::before {
  content: "";
  position: absolute;
  inset: -1px -10px -2px 0;
  z-index: -1;
  pointer-events: none;
  border-radius: 0 12px 12px 0;
  background: linear-gradient(
    90deg,
    rgba(255, 251, 241, 0.92) 0%,
    rgba(255, 249, 238, 0.74) 44%,
    rgba(255, 249, 238, 0.59) 64%,
    rgba(255, 249, 238, 0) 100%
  );
}
