.cloud-vgp-mobile-headlines {
  width: 100%;
}

.cloud-vgp-mobile-headlines-toggle {
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.cloud-vgp-mobile-headlines-chevron {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  transition: transform 180ms ease;
}

.cloud-vgp-mobile-headlines-toggle[
  aria-expanded="true"
]
.cloud-vgp-mobile-headlines-chevron {
  transform: rotate(180deg);
}

.cloud-vgp-mobile-headlines-panel {
  max-height: 46vh;
  margin: 0.2rem 0 0.65rem;
  padding: 0.35rem 0 0.35rem 1rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  border-left: 2px solid
    rgb(37 99 235 / 28%);
  scrollbar-width: thin;
}

.cloud-vgp-mobile-headlines-panel[hidden] {
  display: none;
}

.cloud-vgp-mobile-headlines-overview {
  display: block;
  margin-bottom: 0.2rem;
  padding: 0.55rem 0.75rem;
  border-radius: 0.5rem;
  color: rgb(37 99 235);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.cloud-vgp-mobile-headlines-overview:hover,
.cloud-vgp-mobile-headlines-overview:focus-visible {
  background: rgb(37 99 235 / 8%);
}

.cloud-vgp-mobile-headlines-list {
  display: grid;
  gap: 0;
}

.cloud-vgp-mobile-headline {
  padding: 0.55rem 0.75rem;
  color: inherit;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.3;
  white-space: normal;
}

@media (min-width: 1024px) {
  .cloud-vgp-mobile-headlines {
    display: none;
  }
}
