.breadcrumbs,
.breadcrumb,
.entry-breadcrumb {
  display: none !important;
}

/* Force TwentyTwenty handle to be centered */
.twentytwenty-handle.twentytwenty-horizontal .twentytwenty-handle {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 4px !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
  border: none !important;
  box-shadow: none !important;
  z-index: 9999 !important;
}

/* Optional: Style the handle arrows or drag icon */
.twentytwenty-handle:before,
.twentytwenty-handle:after {
  background-color: rgba(255, 255, 255, 0.8) !important;
  box-shadow: none !important;
}

.slide-out-widget-area-toggle.mobile-icon.fullscreen {
  width: 50px !important;             /* Adjust size as needed */
  height: 50px !important;            /* Adjust size as needed */
  background-color: #000 !important;  /* Black background */
  border-radius: 50% !important;      /* Circular shape */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  z-index: 9999;                      /* Keep on top if needed */
}

/* If there's an icon or pseudo-element inside, you can style it too. 
   For example, if there's an  or  inside, target it: */
.slide-out-widget-area-toggle.mobile-icon.fullscreen i,
.slide-out-widget-area-toggle.mobile-icon.fullscreen svg {
  color: #fff !important;            /* White icon, if applicable */
  width: 24px; 
  height: 24px;
}
.slide-out-widget-area-toggle a {
  width: 50px !important;              /* Adjust size as needed */
  height: 50px !important;             /* Adjust size as needed */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #000 !important;   /* Black background */
  border-radius: 50% !important;       /* Circle shape */
  cursor: pointer !important;
  border: none !important;
  z-index: 9999;
}