.yw-cascader,
.yw-cascader-no-border {
  min-width: 180px;

  :global {
    .next-selected {
      color: #1890ff;
    }
    .next-menu-item {
      height: 46px;
      line-height: 46px;
      .next-menu-item-inner {
        height: 100%;
      }
    }
    .next-cascader-menu-item.next-expanded {
      background: #f3f9ff;
      color: #1890ff;
    }
    .next-checkbox-wrapper {
      padding-right: 4px;
    }
    .next-menu-item:not(.next-disabled):hover,
    .next-menu-item:not(.next-disabled).next-selected:hover,
    .next-menu-item:not(.next-disabled).next-selected.next-focused:hover,
    .next-menu-item:not(.next-disabled).next-selected:focus:hover,
    .next-menu-item:not(.next-disabled).next-focused,
    .next-menu-item:not(.next-disabled).next-selected.next-focused,
    .next-menu-item:not(.next-disabled).next-selected:focus .next-cascader-menu-item.next-expanded {
      background: #f3f9ff !important;
      color: #1890ff;
    }
  }
}
.yw-cascader-no-border {
  border: none;
}
