/* Phase 128xt: remove story-create/story-suggest borders, restore story card border, soften dark borders, and thicken dark feed separators. */
body.sv-dark:not(.sv-auth-page):not(.sv-authPage):not(.sv-reelsPage){
  --sv-border: #38444d54 !important;
}

body:not(.sv-auth-page):not(.sv-authPage):not(.sv-reelsPage) .sv-storySuggestCard,
body.sv-dark .sv-storyCreateBottom,
body:not(.sv-auth-page):not(.sv-authPage):not(.sv-reelsPage) .sv-storyCreateBottom{
  border: none !important;
  box-shadow: none !important;
}

html.sv-pwa-mobileApp body.sv-page-home:not(.sv-auth-page):not(.sv-authPage):not(.sv-reelsPage) .sv-story,
body.sv-page-home:not(.sv-auth-page):not(.sv-authPage):not(.sv-reelsPage) .sv-story{
  box-shadow: none !important;
  border: 1px solid var(--sv-border) !important;
}

body.sv-dark:not(.sv-auth-page):not(.sv-authPage):not(.sv-reelsPage) .sv-feed > .sv-card,
html.sv-pwa-mobileApp body.sv-dark:not(.sv-auth-page):not(.sv-authPage):not(.sv-reelsPage) .sv-feed > .sv-card,
body.sv-dark.author:not(.sv-auth-page):not(.sv-authPage):not(.sv-reelsPage) .sv-profileCardV2 #sv-feed.sv-feed > .sv-card,
body.sv-dark.sv-page-about-me:not(.sv-auth-page):not(.sv-authPage):not(.sv-reelsPage) #sv-feed.sv-feed > .sv-card{
  border-top: 2px solid var(--sv-border) !important;
  border-bottom: 2px solid var(--sv-border) !important;
}
