.fdc-bottom-sheet-handle {
  display: none;
  width: 42px;
  height: 4px;
  margin: 0 auto 8px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: color-mix(
    in srgb,
    var(--fdc-bottom-sheet-handle-color, var(--fdc-color-border-strong, #afbdd0)) 72%,
    transparent
  );
}
