.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, #2a6da7, rgba(42, 109, 167, 0.5)); /* Gradient based on #2a6da7 */
  box-shadow: 0 4px 8px rgba(50, 50, 50, 0.6), 0 4px 12px rgba(100, 100, 100, 0.4); /* Darker grey at the top with less blur */
  margin: 15px 0; /* Top and bottom margins of 15px */
}
