.woocommerce_page_wc-orders .wp-list-table th.column-pixelmole_followup_status {
  width: 90px;
}

.pixelmole-followup-status-link {
  display: inline-flex;
  align-items: center;
}

.pixelmole-followup-status {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 20px;
  color: #6b778c;
  overflow: visible;
}

.pixelmole-followup-status .dashicons {
  font-size: 20px;
  line-height: 1;
}

.pixelmole-followup-status-dot {
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9aa5b1;
  border: 1px solid #fff;
}

.pixelmole-followup-status.is-sent .pixelmole-followup-status-dot {
  background: #56f000;
}

.pixelmole-followup-status.is-cancelled .pixelmole-followup-status-dot {
  background: #ff3838;
}

.pixelmole-followup-status.is-scheduled .pixelmole-followup-status-dot {
  background: #2dccff;
}

.pixelmole-followup-status {
  opacity: .8;
}

.pixelmole-followup-status:hover {
  opacity: 1;
}

.pixelmole-followup-status.is-none,
.pixelmole-followup-status.is-none:hover {
  opacity: .3;
}

.pixelmole-followup-status-link:focus {
  outline: 0;
  border: 0;
  box-shadow: 0;
}

@media (max-width: 782px) {
  .wp-list-table tr:not(.inline-edit-row):not(.no-items) td.column-pixelmole_followup_status:not(.column-primary)::before {
    display: flex !important;
    align-items: center;
    min-height: 28px;
  }

  .pixelmole-followup-status-link {
    position: relative;
    top: 5px;
  }
}