
/* Disable state for Subscribe until wallet has funds */
#doodhbar-subscribe.db-disabled,
#doodhbar-subscribe[disabled]{
  opacity: .45 !important;
  cursor: not-allowed;
}

/* Inline top-up button next to Subscribe */
#db-topup-inline{
  background: transparent;
  border: 1px solid var(--border);
}
#db-topup-inline:hover{ box-shadow: 0 1px 0 rgba(0,0,0,.05); }
