
/* Four Color Comic v40.31.16
   Dashboard clickable count cards: match original dashboard styling. */

#dashboard .v413-count-action{
  -webkit-appearance:none;
  appearance:none;
  border:0!important;
  border-right:1px solid #1d2c45!important;
  border-radius:0!important;
  box-shadow:none!important;
  outline:none;
  background:transparent;
}

#dashboard .v413-count-action:last-child{
  border-right:0!important;
}

#dashboard .v413-counts{
  border-top:1px solid #1d2c45!important;
  border-left:0!important;
  border-right:0!important;
  border-bottom:0!important;
  box-shadow:none!important;
}

#dashboard .v413-count-action:hover{
  background:rgba(112,92,255,.07);
}

#dashboard .v413-count-action:focus-visible{
  background:rgba(112,92,255,.09);
  box-shadow:inset 0 0 0 1px rgba(124,108,255,.42)!important;
}

@media(max-width:760px){
  #dashboard .v413-count-action:nth-child(2n){
    border-right:0!important;
  }
  #dashboard .v413-count-action:nth-child(odd):not(:last-child){
    border-right:1px solid #1d2c45!important;
  }
}
