.shared-sort-header{

  display:
    inline-flex;

  align-items:
    center;

  justify-content:
    space-between;

  gap:
    7px;

  width:
    100%;

  padding:
    0;

  border:
    0;

  background:
    transparent;

  color:
    inherit;

  font:
    inherit;

  font-weight:
    inherit;

  text-align:
    left;

  cursor:
    pointer;

}


.shared-sort-header:hover{

  color:
    #15803d;

}


.shared-sort-header.is-active{

  color:
    #15803d;

}


.shared-sort-indicator{

  flex:
    0 0 auto;

  color:
    #9ca3af;

  font-size:
    9px;

  line-height:
    1;

}


.shared-sort-header.is-active
.shared-sort-indicator{

  color:
    #16a34a;

}