/* QPal dashboard personalized carousel heading.
   Presentation only: recommendation cards, swipe behavior, and data logic are unchanged. */
.qpal-study-next-heading {
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}

.qpal-study-next-heading h2 {
  display: none !important;
}

@media (max-width: 430px) {
  .qpal-study-next-heading {
    align-items: center;
    flex-direction: row;
    gap: 8px;
  }
}
