    /* Theme Name: Divi Child Theme
     Theme URI: https://docs.wpvivid.com
     Description: Child Theme For Divi
     Author: WPvivid Team
     Author URI: https://docs.wpvivid.com
     Version: 1.0.4
     Template: Divi */

/* Sticky left sidebar */
.docs-sidebar {
  position: -webkit-sticky; /* Safari support */
  position: sticky;
  top: 80px; /* distance from top (adjust for header height) */
  align-self: flex-start; /* important when inside flex/grid */
  height: calc(100vh - 200px); /* prevent overflow */
  overflow-y: auto; /* scroll inside if too tall */
  padding-right: 10px;
}

.v-pro-accordion{
	padding:0.2rem;
	border:1px solid #e5e7eb;
}

.v-pro-accordion .et_pb_toggle {
  margin-bottom: 2px;   /* reduce space between items */
}


