/* Bunn v10.16.1 — profile-only simplification
 * Personal center/dashboard stays completely untouched.
 * The profile removes the duplicate three-action recommendation block.
 */

/* Profile: remove the duplicate Discover / Start / Video recommendation stack. */
.bunn-v10-profile-shell #bunnV10ForYou,
#bunnV10ForYou {
  display: none !important;
}

/* Pull the real profile content upward once the recommendation stack is gone. */
.bunn-v10-profile-shell .premium-profile-card {
  margin-bottom: 10px !important;
}
.bunn-v10-profile-shell #bunnV10ContentTitle {
  margin-top: 10px !important;
}
.bunn-v10-profile-shell #v65SocialCenter {
  margin-top: 6px !important;
}

@media (max-width: 430px) {
  .bunn-v10-profile-shell .premium-profile-card { margin-bottom: 8px !important; }
  .bunn-v10-profile-shell #bunnV10ContentTitle { margin-top: 8px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .bunn-v10-profile-shell * { scroll-behavior: auto !important; }
}
