/* Keep the expanded project-scenario close control inside the page width. */
html[lang="en"] body.quote-page #project-cases .case-top-close {
  top: calc(100% + 8px) !important;
  right: 0 !important;
  left: auto !important;
}

html[lang="en"] body.quote-page #project-cases .case-selector-row:has(.case-top-close:not([hidden])) {
  margin-bottom: 56px;
}
