.ccb-divider {
  height: 9px; /* Set the height of the bar */
  width: 100%; /* Make the bar stretch across the full width of its container */
  background: linear-gradient(to bottom, #2a709d, rgba(42, 112, 157, 0.5)); /* Gradient resembling the shadow */
  box-shadow: 0 4px 8px rgba(42, 112, 157, 0.5); /* Shadow only on the bottom */
}
