.dl-option-actions a{
  min-height:54px;padding:12px 12px 12px 18px;
  border-color:#9dbcc2;background:#eef5f6;
  box-shadow:0 1px 0 rgba(0,83,101,.08);
  transition:background-color .18s ease,border-color .18s ease,color .18s ease
}
.dl-option-actions a span{
  display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;
  border-radius:50%;background:#006073;color:#fff;font-size:17px;
  transition:background-color .18s ease,transform .18s ease
}
.dl-option-actions a:hover{background:#006073;border-color:#006073;color:#fff}
.dl-option-actions a:hover span{background:rgba(255,255,255,.18);transform:translateX(2px)}
